When I try to dial out from my TDM01 fxs card, I get the following:
Rocket*CLI>
– Starting simple switch on ‘Zap/1-1’
– Executing [98@outgoing:1] Answer(“Zap/1-1”, “”) in new stack
– Executing [98@outgoing:2] BackGround(“Zap/1-1”, “enter-ext-of-person”) in new stack
– <Zap/1-1> Playing ‘enter-ext-of-person’ (language ‘en’)
– Executing [98@outgoing:3] WaitExten(“Zap/1-1”, “15”) in new stack
== CDR updated on Zap/1-1
– Executing [104@outgoing:1] Dial(“Zap/1-1”, “SIP/104@192.168.11.5”) in new stack
Note that it’s dialing out on “Zap/1-1”… however, my extensions.conf file tells it to:
[out_link]
exten => _1XX,1,Dial(SIP/${EXTEN}@192.168.11.5)
exten => _1XX,2,Congestion()
exten => _1XX,102,Congestion()
exten => _1XX,n,hangup
exten => i,1,Playback(pbx-invalid)
exten => i,n,hangup
exten => t,1,Playback(vm-goodbye)
exten => t,n,hangup
[outgoing]
exten => _9X,1,Answer()
exten => _9X,n,Background(enter-ext-of-person)
exten => _9X,n,WaitExten(15)
exten => _9X,n,Goto(out_link,s,1)
exten => _9X,n,hangup
include => out_link
;*********************************
; my zapata.conf is:
[channels]
context=outgoing
signalling=fxo_ks
echocancel=yes
echocancelwhenbridged=yes
channel => 1
So why is the “Zap/1-1” getting inserted there?? It doesn’t make sense that I’d be sending a SIP command to the fxs phone line…