[Asterisk-Users] Pause during dialing to enter another number

Joseph syscon at interbaun.com
Thu Aug 25 12:39:37 MST 2005


On Wed, 2005-08-24 at 09:04 -0500, Eric Wieling aka ManxPower wrote:
> Joseph wrote:
> > On Tue, 2005-08-23 at 12:22 -0500, Eric Wieling aka ManxPower wrote:
> > 
> >>I don't know what the problem is, but this is what I use and it works
> >>on 
> >>my analog FXO port.
> >>
> >>exten => _9NXXNXXXXXX,1,Dial(${PSTN}/w${EXTEN:1})
> > 
> > 
> > I've been trying to duplicate your pattern but I get, Invalid extension:
> > exten => _51,1,Dial(SIP/4781570 at pstn-spa3k-c/ww218)
> 
> Since you are not dialing out of an analog FXO port on Asterisk the 
> aboce will not work.  You are dialing out a SIP port to the SPA.  You 
> would need to use the D() option to dial, since it's not an analog Zap port.

I tried that too:
exten => _51,1,Dial(SIP/4781570 at pstn-spa3k-c,30,D(ww218))

I think the extension is dialed before the phone is bridged, and it
should be dialed after the phone is bridged so the asterisk can detect
the DTMF while paying the message.

-- 
#Joseph



More information about the asterisk-users mailing list