Changeset 5568

Show
Ignore:
Timestamp:
01/10/08 19:09:05 (5 years ago)
Author:
p_lindheimer
Message:

change macro-dialout-trunk-predial-hook to macro-dialout-dundi-predial-hook in macro-dialout-dundi

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.4/core/functions.inc.php

    r5567 r5568  
    12081208      // such as adding SIP header information or other requirements. All the channel variables from above are present 
    12091209       
    1210       $ext->add($context, $exten, 'gocall', new ext_macro('dialout-trunk-predial-hook')); 
     1210      $ext->add($context, $exten, 'gocall', new ext_macro('dialout-dundi-predial-hook')); 
    12111211      $ext->add($context, $exten, '', new ext_gotoif('$["${PREDIAL_HOOK_RET}" = "BYPASS"]', 'bypass,1')); 
    12121212     
     
    12391239       
    12401240      $ext->add($context, 'disabletrunk', '', new ext_noop('TRUNK: ${OUT_${DIAL_TRUNK}} DISABLED - falling through to next trunk')); 
    1241       $ext->add($context, 'bypass', '', new ext_noop('TRUNK: ${OUT_${DIAL_TRUNK}} BYPASSING because dialout-trunk-predial-hook')); 
     1241      $ext->add($context, 'bypass', '', new ext_noop('TRUNK: ${OUT_${DIAL_TRUNK}} BYPASSING because dialout-dundi-predial-hook')); 
    12421242     
    12431243      $ext->add($context, 'h', '', new ext_macro('hangupcall'));