Hi all, I'm newbe with asterisk and i'm facing with this problem that i'm not able to solve. I've to put an asterisk box after an analogic pbx wich require a 0 digit to give the dialtone. So when a client ask asterisk to dial an extension it should 1) send the 0 digit 2) wait for the dialtone 3) dial the extension the client send. How can i obtain this result? Thank's in advance Best regards Accursio Avona.
Accursio Avona wrote:> Hi all, > > I'm newbe with asterisk and i'm facing with this problem that i'm not > able to solve. > I've to put an asterisk box after an analogic pbx wich require a 0 > digit to give the dialtone. > So when a client ask asterisk to dial an extension it should > > 1) send the 0 digit > 2) wait for the dialtone > 3) dial the extension the client send. >http://www.voip-info.org/tiki-index.php?page=Asterisk+cmd+Dial Doug
exten => _X.,1,Dial(Zap/1/0www${EXTEN}) That doesn't wait for dialtone, just dial 0, sleep for 1,5sec, and dial the number. Julian. On 7/5/05, Accursio Avona <a.avona@elios.net> wrote:> Hi all, > > I'm newbe with asterisk and i'm facing with this problem that i'm not > able to solve. > I've to put an asterisk box after an analogic pbx wich require a 0 digit > to give the dialtone. > So when a client ask asterisk to dial an extension it should > > 1) send the 0 digit > 2) wait for the dialtone > 3) dial the extension the client send. > > How can i obtain this result? > > Thank's in advance > Best regards > Accursio Avona. > _______________________________________________ > 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 >
Just put a 0,xxxxxxxxx on your dialplan going out Carlos Alperin Senior System Engineer Seneca Communications, LLC Calperin@senecacom.net -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Accursio Avona Sent: Tuesday, July 05, 2005 4:42 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] asterisk box after an analogic pbx Hi all, I'm newbe with asterisk and i'm facing with this problem that i'm not able to solve. I've to put an asterisk box after an analogic pbx wich require a 0 digit to give the dialtone. So when a client ask asterisk to dial an extension it should 1) send the 0 digit 2) wait for the dialtone 3) dial the extension the client send. How can i obtain this result? Thank's in advance Best regards Accursio Avona. _______________________________________________ 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
If you install asterisk at home the AMP configurator has an easy option for this and works great. This would be the easiest way for you to fix this. Cheers, Dean> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Accursio Avona > Sent: Tuesday, 5 July 2005 4:42 AM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] asterisk box after an analogic pbx > > Hi all, > > I'm newbe with asterisk and i'm facing with this problem that i'm not > able to solve. > I've to put an asterisk box after an analogic pbx wich require a 0digit> to give the dialtone. > So when a client ask asterisk to dial an extension it should > > 1) send the 0 digit > 2) wait for the dialtone > 3) dial the extension the client send. > > How can i obtain this result? > > Thank's in advance > Best regards > Accursio Avona. > _______________________________________________ > 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