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

2005-08-25 Thread Eric Wieling aka ManxPower
I don't know what the problem is, but this is what I use and it works on my analog FXO port. exten = _9NXXNXX,1,Dial(${PSTN}/w${EXTEN:1}) John Novack wrote: Or, in the example below, wait before dialing? exten = s,1,Dial(ZAP/g1/${ARG1},360) ; ARG1 is the number to be dialed If

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

2005-08-25 Thread John Novack
Or, in the example below, wait before dialing? exten = s,1,Dial(ZAP/g1/${ARG1},360) ; ARG1 is the number to be dialed If you are using analog ports, yes. Dial(Zap/g1/ww15551212). exten = s,1,Dial(ZAP/g1/ww${ARG1},360) should work then? Why in the world would you ever want to do that

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

2005-08-25 Thread Joseph
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 =

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

2005-08-24 Thread Eric Wieling aka ManxPower
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 = _9NXXNXX,1,Dial(${PSTN}/w${EXTEN:1}) I've been trying to duplicate your pattern but I get, Invalid

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

2005-08-23 Thread Eric Wieling aka ManxPower
show application dial will show you the options supported by your version of Asterisk. Joseph wrote: On Mon, 2005-08-22 at 14:32 -0400, William Suffill wrote: I'd suggest Dial(trunk/1800555,30,D(1wwww2) I'm using *-1.0.8 and reading the documentation Option D: is in CVS since

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

2005-08-23 Thread John Novack
Eric Wieling aka ManxPower wrote: John Novack wrote: Or, in the example below, wait before dialing? exten = s,1,Dial(ZAP/g1/${ARG1},360) ; ARG1 is the number to be dialed If you are using analog ports, yes. Dial(Zap/g1/ww15551212). exten = s,1,Dial(ZAP/g1/ww${ARG1},360) should work

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

2005-08-23 Thread Eric Wieling aka ManxPower
John Novack wrote: Eric Wieling aka ManxPower wrote: John Novack wrote: Or, in the example below, wait before dialing? exten = s,1,Dial(ZAP/g1/${ARG1},360) ; ARG1 is the number to be dialed If you are using analog ports, yes. Dial(Zap/g1/ww15551212). exten =

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

2005-08-23 Thread Joseph
On Tue, 2005-08-23 at 07:57 -0500, Eric Wieling aka ManxPower wrote: show application dial will show you the options supported by your version of Asterisk. Yes, it shows support for: 'D([digits])' -- Send DTMF digit string *after* called party has answered but before the bridge. (w=500ms sec

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

2005-08-23 Thread Joseph
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 = _9NXXNXX,1,Dial(${PSTN}/w${EXTEN:1}) I've been trying to duplicate your pattern but I get, Invalid extension: exten

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

2005-08-22 Thread Joseph
I need to execute account number, device number after dialing main number; what is the best solution? Is it possible to pause during dialing. Dial 1-800-number press 1 for English wait 5sec enter device number wait 5sec enter device ID What are my best options? -- #Joseph

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

2005-08-22 Thread William Suffill
I'd suggest Dial(trunk/1800555,30,D(1wwww2) That will cause it to dial that DMTF string on connect and w causes a pause. I haven't tested it just referenced http://www.voip-info.org/wiki-Asterisk+cmd+Dial and

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

2005-08-22 Thread John Novack
William Suffill wrote: I'd suggest Dial(trunk/1800555,30,D(1wwww2) That will cause it to dial that DMTF string on connect and w causes a pause. I haven't tested it just referenced http://www.voip-info.org/wiki-Asterisk+cmd+Dial and

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

2005-08-22 Thread Eric Wieling aka ManxPower
John Novack wrote: William Suffill wrote: I'd suggest Dial(trunk/1800555,30,D(1wwww2) That will cause it to dial that DMTF string on connect and w causes a pause. I haven't tested it just referenced http://www.voip-info.org/wiki-Asterisk+cmd+Dial and

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

2005-08-22 Thread John Novack
Eric Wieling aka ManxPower wrote: John Novack wrote: William Suffill wrote: I'd suggest Dial(trunk/1800555,30,D(1wwww2) That will cause it to dial that DMTF string on connect and w causes a pause. I haven't tested it just referenced

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

2005-08-22 Thread Jonathan k. Creasy
- Non-Commercial Discussion Subject: Re: [Asterisk-Users] Pause during dialing to enter another number William Suffill wrote: I'd suggest Dial(trunk/1800555,30,D(1wwww2) That will cause it to dial that DMTF string on connect and w causes a pause. I haven't tested it just

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

2005-08-22 Thread Eric Wieling aka ManxPower
John Novack wrote: Or, in the example below, wait before dialing? exten = s,1,Dial(ZAP/g1/${ARG1},360) ; ARG1 is the number to be dialed If you are using analog ports, yes. Dial(Zap/g1/ww15551212). If using digital ports then no, you can't have a delay before dialing the number, but

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

2005-08-22 Thread Brian Capouch
John Novack wrote: William Suffill wrote: I'd suggest Dial(trunk/1800555,30,D(1wwww2) That will cause it to dial that DMTF string on connect and w causes a pause. I haven't tested it just referenced http://www.voip-info.org/wiki-Asterisk+cmd+Dial and

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

2005-08-22 Thread Joseph
On Mon, 2005-08-22 at 14:32 -0400, William Suffill wrote: I'd suggest Dial(trunk/1800555,30,D(1wwww2) I'm using *-1.0.8 and reading the documentation Option D: is in CVS since May 2004. Does it mean that the *-1.0.8 doesn't have it? The option D: doesn't seem to work for me: exten =