Changeset 5333
- Timestamp:
- 12/02/07 11:06:46 (6 years ago)
- Files:
-
- modules/branches/2.3/core/etc/extensions.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/core/etc/extensions.conf
r5245 r5333 690 690 ; such as adding SIP header information or other requirements. All the channel variables from above are present 691 691 ; 692 exten => s,n ,Macro(dialout-trunk-predial-hook)692 exten => s,n(gocall),Macro(dialout-trunk-predial-hook) 693 693 exten => s,n,GotoIf($["${PREDIAL_HOOK_RET}" = "BYPASS"]?bypass,1) 694 694 695 exten => s,n (gocall),GotoIf($["${custom}" = "AMP"]?customtrunk)695 exten => s,n,GotoIf($["${custom}" = "AMP"]?customtrunk) 696 696 exten => s,n,Dial(${OUT_${DIAL_TRUNK}}/${OUTNUM},300,${DIAL_TRUNK_OPTIONS}) ; Regular Trunk Dial 697 697 exten => s,n,Goto(s-${DIALSTATUS},1)
