[Asterisk-bsd] Inbound calls on FXO to FXS problems
Paul Belanger
paul.belanger at pronexus.com
Fri Aug 5 13:14:21 CDT 2005
Hello,
I'm now having a problem getting inbound calls to my FXO to work properly (TDM11B). I'm currently just wanting to take any inbound
call and bridge to FXS.
--extension.conf--
[fxs_ks]
exten => s,1,Dial(Zap/g1)
exten => s,2,Hangup
--zapata.conf--
[channels]
signalling=fxo_ks
context=fxo_ks
group=1
channel => 1
signalling=fxs_ks
context=fxs_ks
usecallerid=no
echocancel=yes
echocancelwhenbridged=yes
callwaiting=yes
rxgain=0.0
txgain=0.0
group=4
channel => 4
The phone on the FXS will ring, but only 2 times; then asterisk cancels the call. I have no problems making outbound calls, just
inbound. If I answer the phone before the second ring, it works.
=====
-- Starting simple switch on 'Zap/4-1'
-- Executing Dial("Zap/4-1", "Zap/g1") in new stack
Aug 5 14:06:10 WARNING[10764]: chan_zap.c:1712 zt_call: Unable to reset default ring on 'Zap/1-1'
-- Called g1
-- Zap/1-1 is ringing
Aug 5 14:06:12 DEBUG[10764]: chan_zap.c:4008 __zt_exception: Exception on 11, channel 1
Aug 5 14:06:12 DEBUG[10764]: chan_zap.c:3311 zt_handle_event: Got event Ringer Off(11) on channel 1 (index 0)
-- Zap/1-1 is ringing
Aug 5 14:06:16 DEBUG[10764]: chan_zap.c:4008 __zt_exception: Exception on 11, channel 1
Aug 5 14:06:16 DEBUG[10764]: chan_zap.c:3311 zt_handle_event: Got event Ringer On(10) on channel 1 (index 0)
Aug 5 14:06:18 DEBUG[10764]: chan_zap.c:2189 zt_hangup: Hangup: channel: 1 index = 0, normal = 11, callwait = -1, thirdcall = -1
Aug 5 14:06:18 DEBUG[10764]: chan_zap.c:2603 zt_setoption: Set option TDD MODE, value: OFF(0) on Zap/1-1
Aug 5 14:06:18 DEBUG[10764]: chan_zap.c:1363 update_conf: Updated conferencing on 1, with 0 conference users
-- Hungup 'Zap/1-1'
Aug 5 14:06:18 DEBUG[10764]: app_dial.c:1072 dial_exec: Exiting with DIALSTATUS=CANCEL.
== Spawn extension (fxs_ks, s, 1) exited non-zero on 'Zap/4-1'
Aug 5 14:06:18 DEBUG[10764]: chan_zap.c:2189 zt_hangup: Hangup: channel: 4 index = 0, normal = 13, callwait = -1, thirdcall = -1
Aug 5 14:06:18 DEBUG[10764]: chan_zap.c:1424 zt_disable_ec: disabled echo cancellation on channel 4
Aug 5 14:06:18 DEBUG[10764]: chan_zap.c:2603 zt_setoption: Set option TDD MODE, value: OFF(0) on Zap/4-1
Aug 5 14:06:18 DEBUG[10764]: chan_zap.c:1363 update_conf: Updated conferencing on 4, with 0 conference users
-- Hungup 'Zap/4-1'
More information about the Asterisk-BSD
mailing list