Hello all, I have an asterisk PBX working perfectly, and the transfers between extensions, works ok. The problem, when I receive a call from the line connected to the TE12Xp, and I try to transfer it, the calls hangs up. I have other analog lines and I can tranfer all the without problems. I've pasted the zapata config for the PRI line, please tell me what could be wrong and the cause my calls hangs up. Any clue will be welcomend. Best Regards. VoipCrazy ---------------------- /etc/asterisk/zapata.conf ------------------------------- language=es context=from-zaptel relaxdtmf=yes signalling=pri_cpe signallingtype=euroisnd rxwink=300 ; Atlas seems to use long (250ms) winks ;usedistinctiveringdetection=yes callerid=asreceived usecallerid=yes hidecallerid=no callwaiting=yes usecallingpres=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes cancallforward=yes callreturn=yes echocancel=yes echocancelwhenbridged=yes echotraining=yes rxgain=0.0 txgain=0.0 ;callgroup=1 ;pickupgroup=1 immediate=no ;busydect=yes busycount=6 faxdetect=both group=0 channel=1-15,17-31 ---------------------------------
More info about the problem. This occurs, when I try to transfer using the *2 funcionality into aterisk Thanks 2008/6/16 voip crazy <voipcrazy at gmail.com>:> Hello all, > > I have an asterisk PBX working perfectly, and the transfers between > extensions, works ok. The problem, when I receive a call from the line > connected to the TE12Xp, and I try to transfer it, the calls hangs up. > I have other analog lines and I can tranfer all the without problems. > I've pasted the zapata config for the PRI line, please tell me what > could be wrong and the cause my calls hangs up. > > Any clue will be welcomend. > > Best Regards. > > VoipCrazy > > ---------------------- /etc/asterisk/zapata.conf > ------------------------------- > > language=es > context=from-zaptel > relaxdtmf=yes > signalling=pri_cpe > signallingtype=euroisnd > rxwink=300 ; Atlas seems to use long (250ms) winks > ;usedistinctiveringdetection=yes > callerid=asreceived > usecallerid=yes > hidecallerid=no > callwaiting=yes > usecallingpres=yes > callwaitingcallerid=yes > threewaycalling=yes > transfer=yes > cancallforward=yes > callreturn=yes > echocancel=yes > echocancelwhenbridged=yes > echotraining=yes > rxgain=0.0 > txgain=0.0 > ;callgroup=1 > ;pickupgroup=1 > immediate=no > ;busydect=yes > busycount=6 > faxdetect=both > group=0 > channel=1-15,17-31 > --------------------------------- >
On Mon, Jun 16, 2008 at 6:39 AM, voip crazy <voipcrazy at gmail.com> wrote:> Hello all, > > I have an asterisk PBX working perfectly, and the transfers between > extensions, works ok. The problem, when I receive a call from the line > connected to the TE12Xp, and I try to transfer it, the calls hangs up. > I have other analog lines and I can tranfer all the without problems. > I've pasted the zapata config for the PRI line, please tell me what > could be wrong and the cause my calls hangs up. > > Any clue will be welcomend. > > Best Regards. > > VoipCrazy > > ---------------------- /etc/asterisk/zapata.conf > ------------------------------- > > language=es > context=from-zaptel > relaxdtmf=yes > signalling=pri_cpe > signallingtype=euroisnd > rxwink=300 ; Atlas seems to use long (250ms) winks > ;usedistinctiveringdetection=yes > callerid=asreceived > usecallerid=yes > hidecallerid=no > callwaiting=yes > usecallingpres=yes > callwaitingcallerid=yes > threewaycalling=yes > transfer=yes > cancallforward=yes > callreturn=yes > echocancel=yes > echocancelwhenbridged=yes > echotraining=yes > rxgain=0.0 > txgain=0.0 > ;callgroup=1 > ;pickupgroup=1 > immediate=no > ;busydect=yes > busycount=6 > faxdetect=both > group=0 > channel=1-15,17-31I don't see anything obviously wrong with the above. How about some verbose output from the Asterisk CLI? If that doesn't shed some light on it, how about "pri debug span 1" output? Thanks, Steve