VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
michel at claudiofelip... Guest
|
Posted: Fri Jan 04, 2008 10:00 am Post subject: [asterisk-users] x100p wcfxo hangup on outgoing calss |
|
|
Hi,
Im getting mad with this error, I have a x100p installed with wcfxo
module loaded perfectly, I can receive incoming calls and detect very
good the hangup for incoming calls. But for outgoing calls its a mess.
When I place a call for outgoing, i heard the ringing, my cell or
phone rings and when I pick up the phone it hangs:
-- Called g1/91xxxxxxx
-- Hungup 'Zap/1-1'
== Everyone is busy/congested at this time (1:0/0/1)
-- Executing [91xxxxxxx at internal:2] Hangup("SIP/michelvd-b7b005b8",
"") in new stack
== Spawn extension (internal, 91xxxxxxx, 2) exited non-zero on
'SIP/michelvd-b7b005b8'
And the other one, that I think its related, is that when I place a call
for me cell, and I "discard" (I think its call like that) the call,
asterisk doesnt understand it.
I post my zaptel.conf
fxsks=1
loadzone = es
defaultzone = es
and my zapata.conf
[channels]
language=es
context=incoming
switchtype=national
signalling=fxs_ks
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=no
rxgain=8.0
txgain=5.0
group=1
callgroup=1
pickupgroup=1
immediate=no
answeronpolarityswitch=yes
hanguponpolarityswitch=no
faxdetect=incoming
channel => 1 |
|
Back to top |
|
|
tzafrir.cohen at xorco... Guest
|
Posted: Fri Jan 04, 2008 12:13 pm Post subject: [asterisk-users] x100p wcfxo hangup on outgoing calss |
|
|
On Fri, Jan 04, 2008 at 04:00:30PM +0100, Miguel A Felipe Rodr?guez wrote:
Quote: | Hi,
Im getting mad with this error, I have a x100p installed with wcfxo
module loaded perfectly, I can receive incoming calls and detect very
good the hangup for incoming calls. But for outgoing calls its a mess.
When I place a call for outgoing, i heard the ringing, my cell or
phone rings and when I pick up the phone it hangs:
-- Called g1/91xxxxxxx
-- Hungup 'Zap/1-1'
== Everyone is busy/congested at this time (1:0/0/1)
-- Executing [91xxxxxxx at internal:2] Hangup("SIP/michelvd-b7b005b8",
"") in new stack
== Spawn extension (internal, 91xxxxxxx, 2) exited non-zero on
'SIP/michelvd-b7b005b8'
|
If you want to ask Asterisk to tell you why it chose to hangup, enable
debug loggin (e.g: unrem the line 'full' in logger.conf sample), and
then run:
asterisk -rx 'logger reload'
asterisk -rx 'core set debug 10'
Now see what messages you get in the relevant log file (e.g:
/var/log/asterisk/full ) when there's a hangup.
Quote: |
And the other one, that I think its related, is that when I place a call
for me cell, and I "discard" (I think its call like that) the call,
asterisk doesnt understand it.
I post my zaptel.conf
fxsks=1
loadzone = es
defaultzone = es
and my zapata.conf
[channels]
language=es
context=incoming
switchtype=national
signalling=fxs_ks
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=no
rxgain=8.0
txgain=5.0
group=1
callgroup=1
pickupgroup=1
immediate=no
answeronpolarityswitch=yes
|
This is probably useless with an X100P, as it does not detect polarity
events.
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir |
|
Back to top |
|
|
michel at claudiofelip... Guest
|
Posted: Fri Jan 04, 2008 5:18 pm Post subject: [asterisk-users] x100p wcfxo hangup on outgoing calss |
|
|
I have changed the signalling of the x100p to a fxsls, now i can make
outgoing calls, but now I have another problem, cant detect hangup. I
post the zapara.conf and the zaptel.conf so if any has idea of waht to
change y have tested changing busydetect, busypattern, callprogress,
etc.. but no whet results.
zaptel.conf
fxsls=1
loadzone = es
defaultzone = es
zapata.conf
[channels]
language=es
context=incoming
switchtype=national
signalling=fxs_ls
usecallerid=yes
cidsignalling=dtmf
cidstart=polarity
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=no
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echotraining=yes
rxgain=2.0
txgain=1.0
group=1
callgroup=1
pickupgroup=1
immediate=yes
callerid=asreceived
busydetect=yes
busycount=6
callprogress=no
faxdetect=incoming
channel => 1 |
|
Back to top |
|
|
jonathangf at gmail.com Guest
|
Posted: Wed Jan 09, 2008 8:13 pm Post subject: [asterisk-users] x100p wcfxo hangup on outgoing calss |
|
|
Hi Miguel,
i'm in Spain like you. For a normal operational system inmediate should be
set to no. Busycount and Busydetect can be improved performance with
busypattern.
The pattern should be shown in the CLI, just take a look.
In Spain we use Kewlstart. If you card allows it try use Julian J. Menendez
patch for AnswerOnPolarity....... If your provider allows it also, you won't
haver further issues, just tune the echo with fxotune.
Disable echotraining. Not needed. Disable fax detection. Will work, let's
see
Regards,
Jonathan GF
On Jan 4, 2008 11:18 PM, Miguel A Felipe Rodr?guez <michel at claudiofelipe.com>
wrote:
Quote: | I have changed the signalling of the x100p to a fxsls, now i can make
outgoing calls, but now I have another problem, cant detect hangup. I
post the zapara.conf and the zaptel.conf so if any has idea of waht to
change y have tested changing busydetect, busypattern, callprogress,
etc.. but no whet results.
zaptel.conf
fxsls=1
loadzone = es
defaultzone = es
zapata.conf
[channels]
language=es
context=incoming
switchtype=national
signalling=fxs_ls
usecallerid=yes
cidsignalling=dtmf
cidstart=polarity
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=no
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echotraining=yes
rxgain=2.0
txgain=1.0
group=1
callgroup=1
pickupgroup=1
immediate=yes
callerid=asreceived
busydetect=yes
busycount=6
callprogress=no
faxdetect=incoming
channel => 1
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
| -------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080110/5c5befd8/attachment-0001.htm |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|