How can i set asterisk for when call came from pri ring once then answer pri call. In now call cames from pri then asterisk directly answering pri call without ringing. Then my carries hangup call because they said your box is answer without ringing Iyi Calismalar Saygilarimla Ugur GUNCER Sistem Yoneticisi Telebizz Tel. ve Int. Hizm. Office = +90 212 347 6959 Gsm = +90 544 535 9737 Fax = +90 212 347 6949 -------------- next part -------------- A non-text attachment was scrubbed... Name: Ugur Guncer (ugur.guncer@telebizz.org.uk).vcf Type: text/x-vcard Size: 741 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050407/a8ebd7f8/UgurGuncerugur.guncertelebizz.org.uk.vcf
Andrew Kohlsmith
2005-Apr-07 18:51 UTC
[Asterisk-Users] Answering without ringing from PRI
On April 7, 2005 09:38 pm, Ugur GUNCER wrote:> How can i set asterisk for when call came from pri ring once then answer > pri call. > > In now call cames from pri then asterisk directly answering pri call > without ringing. Then my carries hangup call because they said your box is > answer without ringingJust Wait(4) before Answer()ing. -A.
Hi, Where you have your 1st priority, I suspect you have it set to "Answer". Try changing this to Wait(1). Then on priority 2 put answer. i.e. Exten => s,1,Wait(1) Exten => s,2,Answer Exten => blah blah Hope that covers it, Thanks Mathew -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Ugur GUNCER Sent: Friday, 8 April 2005 11:39 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [Asterisk-Users] Answering without ringing from PRI Importance: High How can i set asterisk for when call came from pri ring once then answer pri call. In now call cames from pri then asterisk directly answering pri call without ringing. Then my carries hangup call because they said your box is answer without ringing Iyi Calismalar Saygilarimla Ugur GUNCER Sistem Yoneticisi Telebizz Tel. ve Int. Hizm. Office = +90 212 347 6959 Gsm = +90 544 535 9737 Fax = +90 212 347 6949
I had a similar problem where the PBX I was connecting to would not recognize the answer until I set Ringing() before the answer. I do not recall if I used a wait in between. It was something like: Exten => 2688,1,Ringing() Exten => 2688,2,Wait,1 Exten => 2688,3,Answer Hope that helps. --LJ ----- Original Message ----- From: "Ugur GUNCER" <ugur.guncer@telebizz.org.uk> Newsgroups: gmane.comp.telephony.pbx.asterisk.user Sent: Thursday, April 07, 2005 8:38 PM Subject: Answering without ringing from PRI> > > How can i set asterisk for when call came from pri ring once then answer > pri > call. > > In now call cames from pri then asterisk directly answering pri call > without > ringing. Then my carries hangup call because they said your box is answer > without ringing > > > Iyi Calismalar > Saygilarimla > > > > Ugur GUNCER > Sistem Yoneticisi > Telebizz Tel. ve Int. Hizm. > > Office = +90 212 347 6959 > Gsm = +90 544 535 9737 > Fax = +90 212 347 6949 > >--------------------------------------------------------------------------------> _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
They are still telling not ringing Here is the carrier log part 08.04.2005 06:35:10 Connected without receiving ringing, getting call details on channel 239.> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of LJ > Sent: Friday, April 08, 2005 5:48 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [Asterisk-Users] Re: Answering without ringing from PRI > > I had a similar problem where the PBX I was connecting to > would not recognize the answer until I set Ringing() before > the answer. I do not recall if I used a wait in between. It > was something like: > > Exten => 2688,1,Ringing() > Exten => 2688,2,Wait,1 > Exten => 2688,3,Answer > > Hope that helps. > > --LJ > > ----- Original Message ----- > From: "Ugur GUNCER" <ugur.guncer@telebizz.org.uk> > Newsgroups: gmane.comp.telephony.pbx.asterisk.user > Sent: Thursday, April 07, 2005 8:38 PM > Subject: Answering without ringing from PRI > > > > > > > > How can i set asterisk for when call came from pri ring > once then answer > > pri > > call. > > > > In now call cames from pri then asterisk directly answering > pri call > > without > > ringing. Then my carries hangup call because they said your > box is answer > > without ringing > > > > > > Iyi Calismalar > > Saygilarimla > > > > > > > > Ugur GUNCER > > Sistem Yoneticisi > > Telebizz Tel. ve Int. Hizm. > > > > Office = +90 212 347 6959 > > Gsm = +90 544 535 9737 > > Fax = +90 212 347 6949 > > > > > > > -------------------------------------------------------------- > ------------------ > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Have you tried the latest CVS, there was a bug relating to ALERTING which was fixed yesterday... -----Original Message----- From: Ugur GUNCER [mailto:ugur.guncer@telebizz.org.uk] Sent: 08 April 2005 04:54 To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] Answering without ringing from PRI I made that but still same no ringing for pri coming calls> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Mathew McKernan > Sent: Friday, April 08, 2005 5:02 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [Asterisk-Users] Answering without ringing from PRI > > Hi, > > Where you have your 1st priority, I suspect you have it set > to "Answer". > Try changing this to Wait(1). Then on priority 2 put answer. i.e. > > Exten => s,1,Wait(1) > Exten => s,2,Answer > Exten => blah blah > > Hope that covers it, > > Thanks > > Mathew > > > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Ugur GUNCER > Sent: Friday, 8 April 2005 11:39 AM > To: 'Asterisk Users Mailing List - Non-Commercial Discussion' > Subject: [Asterisk-Users] Answering without ringing from PRI > Importance: High > > > > How can i set asterisk for when call came from pri ring once > then answer pri call. > > In now call cames from pri then asterisk directly answering > pri call without ringing. Then my carries hangup call because > they said your box is answer without ringing > > > Iyi Calismalar > Saygilarimla > > > > Ugur GUNCER > Sistem Yoneticisi > Telebizz Tel. ve Int. Hizm. > > Office = +90 212 347 6959 > Gsm = +90 544 535 9737 > Fax = +90 212 347 6949 > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >The information contained in this email is intended for the personal and confidential use of the addressee only. It may also be privileged information. If you are not the intended recipient then you are hereby notified that you have received this document in error and that any review, distribution or copying of this document is strictly prohibited. If you have received this communication in error, please notify Brendata immediately on: +44 (0)1268 466100, or email 'technical@brendata.co.uk' Brendata (UK) Ltd Nevendon Hall, Nevendon Road, Basildon, Essex. SS13 1BX UK Registered Office as above. Registered in England No. 2764339 See our current vacancies at www.brendata.co.uk