[Asterisk-Users] SendDtmf

wasim at convergence.com.pk wasim at convergence.com.pk
Mon Aug 4 01:22:07 MST 2003


A kludge is to use 'w' to wait for sometime before dialing the 
remainder... so if you're fairly sure it'll answer in say 5 secs do

	exten => _0XXXXXXXX,1,Dial(H323/${EXTEN:0}wwwww${PIN}D)

just a kludge, but * needs a "tee" command, something that would
allow the dialplan to proceed/goto with the dialplan without waiting for a
return from the previous priority...

--
Mirza Wasim Baig | Principal Consultant | Convergence Business Systems PK
#48, St 32, Sector F-6/1, Islamabad, Pakistan 44000 | US: +1(800)460-1446
VOX: +92(51)282-0628  |   FAX: +92(51)282-0621   |  GSM: +92(300)850-8070

This mail is confidential & intended solely for the use of the addressee.

On Tue, 5 Aug 2003, WipeOut . wrote:

> > I am trying to use asterisk to call a local access gateway by dialing
> > a fix number, after getting connected, the is a IVR prompt for pin
> > number and finally the real destination number. I manage to use
> > asterisk to dial to the gateway but have no idea how to send the pin
> > number and destination number. This is due to asterisk only process
> > the next ext only if dial app has terminated. My extension.conf are as
> > follows:
> > 
> > 
> > [test]
> > exten => _0XXXXXXXX,1,Dial(H323/${EXTEN:0})
> > exten => _0XXXXXXXX,2,SendDTMF(PIN_NUMBER_HERE)
> > ....
> > 
> > 
> > I saw someone post the similiar question but with no reply. Does anybody has any idea?
> > 
> > cheers
> > 
> > Foong
> 
> I have a similar problem when trying to use a long distance access number but was never able to find a solution.. The reason that the method you are trying does not work is becasue the call is connected on priority 1 and then does not move on to the next priority so the SendDTMF is never processed..
> 
> 
> 



More information about the asterisk-users mailing list