Displaying 1 result from an estimated 1 matches for "internal_context".
2005 Feb 28
1
Weird behaviour on incoming DIDs
...ode and he's calling sometimes from the 415
area code and sometimes from 408. No, there is no
pattern as to which incoming call gets hung-up!
Here are the relevant sections of my extensions.conf:
[incoming_context]
; This is the incoming call/DID context only.
exten => 415xxxxxxx,1,Goto(internal_context,s,1)
exten => 650xxxxxxx,1,Goto(internal_context,s,1)
; munged numbers, obviously
exten => i,1,Background(invalid)
exten => #,1,Background(goodbye)
exten => #,2,Wait(2)
exten => #,3,Hangup
exten => t,1,Background(goodbye)
exten => t,2,Wait(2)
exten => t,3,Hangup
ext...