Hi all, using * 1.2.9.1 and this week all of the sudden calls keep ringing even after they've been picked up... Here's one users summary: When I pick up the phone, I hear a dial tone and I am able to dial out. But for some odd reason, the receiving line picks up while the outgoing line is still ringing. And the receiving line can hear everything while the phone is still ringing. I tested it with my cell phone. Here's the .conf files: Zapata.conf usecallerid=yes ;T1 ;busydetect=no usecallerid=yes hidecallerid=no context=from-pstn callwaiting=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes ; allows flash transfers cancallforward=yes language=en ;signalling=fxs_ks signalling=em_w rxwink=300 ; Atlas seems to use long (250ms) winks group=1 immediate=no faxdetect=no callgroup=1 pickupgroup=1 ;callprogress = yes channel=>1-24 Zaptel.conf span=1,1,0,esf,b8zs e&m=1-24 Any ideas? This is bizzare behaviour. Thx!
This is *not* bizarre behaviour. Check your sip.conf file and add this line if it doesn't exist: progressinband=no Then restart asterisk. Sounds iike your provider is not correctly sending indications to you. On 6/14/06, Dan Elder <isbeen@izmedia.com> wrote:> Hi all, using * 1.2.9.1 and this week all of the sudden calls keep ringing > even after they've been picked up... Here's one users summary: > > When I pick up the phone, I hear a dial tone and I am able to dial out. > But for some odd reason, the receiving line picks up while the outgoing line > is still ringing. > And the receiving line can hear everything while the phone is still ringing. > I tested it with my cell phone. > > > Here's the .conf files: > > Zapata.conf > > usecallerid=yes > ;T1 > ;busydetect=no > usecallerid=yes > hidecallerid=no > context=from-pstn > callwaiting=yes > callwaitingcallerid=yes > threewaycalling=yes > transfer=yes ; allows flash transfers > cancallforward=yes > language=en > ;signalling=fxs_ks > signalling=em_w > rxwink=300 ; Atlas seems to use long (250ms) winks > group=1 > immediate=no > faxdetect=no > callgroup=1 > pickupgroup=1 > ;callprogress = yes > channel=>1-24 > > > Zaptel.conf > > span=1,1,0,esf,b8zs > e&m=1-24 > > > Any ideas? This is bizzare behaviour. > > Thx! > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Dan Elder
2006-Jun-15 09:50 UTC
[Asterisk-Users] RE: Calls keep ringing after being picked up
>This is *not* bizarre behaviour. Check your sip.conf file and add >this line if it doesn't exist:>progressinband=noThanks, seemed bizzare to me because it had been running for 3 months without this setting then it suddenly started ringing after pickups.. Will add that setting, I ended up swaping trunk order to make it go away. Thanks!!!