Re: [Asterisk-Users] how to dial extension with menu

2005-05-25 Thread Jon Gabrielson
Try changing wait(2) to background(silence/9) See if that helps, as you can't accept digits during a wait. Also, check out the the waitexten command. Hope this helps, Jon. On Wednesday 25 May 2005 05:14 am, Kamran Ahmad wrote: > hello > > like if 6000 is the main exchange number. any one dia

Re: [Asterisk-Users] how to dial extension with menu

2005-05-25 Thread Ronald Wiplinger
Kamran Ahmad wrote: hello like if 6000 is the main exchange number. any one dial to 6000 will be asked for pressing his desired extension then he can press his desired extension then his number is diled exten=>6000,1,Background(enterdesiredexten) exten=>6000,2,Wait(2)

Re: [Asterisk-Users] how to dial extension with menu

2005-05-25 Thread Peter Bowyer
On 25/05/05, Kamran Ahmad <[EMAIL PROTECTED]> wrote: > > > hello > > like if 6000 is the main exchange number. any one dial > to 6000 will be asked for pressing his desired > extension then he can press his desired extension then > his number is diled > > exten=>6000,1,Background(enterdesiredex

[Asterisk-Users] how to dial extension with menu

2005-05-25 Thread Kamran Ahmad
hello like if 6000 is the main exchange number. any one dial to 6000 will be asked for pressing his desired extension then he can press his desired extension then his number is diled exten=>6000,1,Background(enterdesiredexten) exten=>6000,2,Wait(2)