by oshonubi » Thu Jul 23, 2009 2:00 pm
Hi All,
Please I need some clarifications. Does it mean that vicidial only uses SIP for channel dialing? I have an FXO card to use for my service but from all indications, most of the conversations are on SIP.
My FXO card installed but whenever I dial into it, it gives me I am sorry this is not a valid extension.
These are my configurations:
1. I am running vicidialnow version 1.2
2. I am running it on a 4 port FXO card
3. /etc/asterisk/zapata.conf
[channels]
context=pstn-incoming
signalling=fxs_ks
channel =>1,2,3,4
4. /etc/zaptel.conf
Span 1: WCTDM/0 "Wildcard TDM400P REV I Board 1"
fxsks=1
fxsks=2
fxsks=3
fxsks=4
loadzone = us
defaultzone = us
5 /etc/asterisk/extension.conf
[pstn-incoming]
exten => _106.,1,Answer()
exten => _106.,2,Dial(newsip:test@192.168.19.2:5060,20,tr)
Please note, the signal to the FXO card is from my PBX
6. This is my asterisk -r screen
Connected to Asterisk 1.2.30.2 currently running on vici (pid = 2794)
Verbosity is at least 5
-- Remote UNIX connection
-- Starting simple switch on 'Zap/4-1'
Jul 23 15:58:18 NOTICE[3252]: chan_zap.c:6248 ss_thread: Got event 18 (Ring Begin)...
Jul 23 15:58:19 NOTICE[3252]: chan_zap.c:6248 ss_thread: Got event 2 (Ring/Answered)...
Jul 23 15:58:23 NOTICE[3252]: chan_zap.c:6248 ss_thread: Got event 18 (Ring Begin)...
== Starting Zap/4-1 at pstn_incoming,s,1 failed so falling back to exten 's'
== Starting Zap/4-1 at pstn_incoming,s,1 still failed so falling back to context 'default'
-- Sent into invalid extension 's' in context 'default' on Zap/4-1
-- Executing Playback("Zap/4-1", "invalid") in new stack
-- Playing 'invalid' (language 'en')
The FXO call went it but could not be routed to the appropriate extensions. Does it matter that all channels must be based on either SIP or IAX?
7. I have configured by DID with number 106 as I am connecting from my PBX.
I will appreciate your immediate response.
Thanks