Changeset 5333

Show
Ignore:
Timestamp:
12/02/07 11:06:46 (6 years ago)
Author:
p_lindheimer
Message:

#2526 fix dialout-trunk-predial-hook not called if MOHCLASS="default" or ""

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3/core/etc/extensions.conf

    r5245 r5333  
    690690; such as adding SIP header information or other requirements. All the channel variables from above are present 
    691691; 
    692 exten => s,n,Macro(dialout-trunk-predial-hook) 
     692exten => s,n(gocall),Macro(dialout-trunk-predial-hook) 
    693693exten => s,n,GotoIf($["${PREDIAL_HOOK_RET}" = "BYPASS"]?bypass,1) 
    694694 
    695 exten => s,n(gocall),GotoIf($["${custom}" = "AMP"]?customtrunk) 
     695exten => s,n,GotoIf($["${custom}" = "AMP"]?customtrunk) 
    696696exten => s,n,Dial(${OUT_${DIAL_TRUNK}}/${OUTNUM},300,${DIAL_TRUNK_OPTIONS}) ; Regular Trunk Dial 
    697697exten => s,n,Goto(s-${DIALSTATUS},1)