Re: [Asterisk-Users] Dialing out through a Hardware PBX

2003-06-12 Thread Siggi Langauf
On Wed, 11 Jun 2003 [EMAIL PROTECTED] wrote: our Asterisk pbx is sitting behind a normal analog hardware pbx, we have to dial 9 to take an outside call through the hardware pbx, our fxo interface is also connected to one of the extensions of it. we can make calls to internal hardware pbx

Re: [Asterisk-Users] Dialing out through a Hardware PBX

2003-06-12 Thread wasim
use Flash and SendDTMF to talk to dumb pbxs, Flash'll only work on ZAP channels though... exten = 0,1,Flash exten = 0,2,SendDTMF(2) exten = 0,3,Wait(1) exten = 0,4,SendDTMF(123123123) exten = 0,5,Hangup -wasim On Thu, 12 Jun 2003, Steven Critchfield

[Asterisk-Users] Dialing out through a Hardware PBX

2003-06-11 Thread surajee
hello All, our Asterisk pbx is sitting behind a normal analog hardware pbx, we have to dial 9 to take an outside call through the hardware pbx, our fxo interface is also connected to one of the extensions of it. we can make calls to internal hardware pbx extensions by dialing through the fxo

Re: [Asterisk-Users] Dialing out through a Hardware PBX

2003-06-11 Thread wasim
On Wed, 11 Jun 2003 [EMAIL PROTECTED] wrote: is there any possiblity that asterisk can make calls like that, ie, first dialing 9, and then wait for the dial tone and then dialing the number? how do i pause between 9 and the telephone number, will comma ( , ) do the job? for ex. will