Changeset 3285
- Timestamp:
- 12/07/06 02:28:50 (5 years ago)
- Files:
-
- freepbx/trunk/amp_conf/astetc/extensions.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/astetc/extensions.conf
r3270 r3285 868 868 exten => s,n,NoOp(DID is now ${DID}) 869 869 exten => s,n,GotoIf($["${CHANNEL:0:3}"="Zap"]?zapok:notzap) 870 exten => s,n(notzap),Goto( ext-did,${DID},1)870 exten => s,n(notzap),Goto(from-pstn,${DID},1) 871 871 ; If there's no ext-did,s,1, that means there's not a no did/no cid route. Hangup. 872 872 exten => s,n,Macro(hangup)
