Changeset 3285

Show
Ignore:
Timestamp:
12/07/06 02:28:50 (5 years ago)
Author:
p_lindheimer
Message:

from-zaptel should always jump to from-pst when in doubt (not ext-did as there are other routing paths)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/astetc/extensions.conf

    r3270 r3285  
    868868exten => s,n,NoOp(DID is now ${DID}) 
    869869exten => s,n,GotoIf($["${CHANNEL:0:3}"="Zap"]?zapok:notzap) 
    870 exten => s,n(notzap),Goto(ext-did,${DID},1) 
     870exten => s,n(notzap),Goto(from-pstn,${DID},1) 
    871871; If there's no ext-did,s,1, that means there's not a no did/no cid route. Hangup. 
    872872exten => s,n,Macro(hangup)