Hello everybody.<br><br>I have a problem with my dialplan. That my extensions.conf:<br><br>[incoming]<br>exten => 943712666,1,Wait(2)<br>exten => 943712666,2,Answer()<br>exten => 943712666,3,Background(/home/lazkano/welcom)
<br>exten => 943712666,4,Wait(1)<br>exten => 943712666,5,Background(/home/lazkano/extension)<br>exten => 943712666,6,Wait(4)<br>exten => 943712666,7,Dial(SIP/104|30|tm)<br>exten => 943712666,8,Hangup()<br><br>
exten => 101,1,Dial(SIP/101|30|tm)<br>exten => 102,1,Dial(SIP/102|30|tm)<br>exten => 103,1,Dial(SIP/103|30|tm)<br>exten => 104,1,Dial(SIP/104|30|tm)<br><br>When someone call to the office the a recorded voice tell welcom, them an other record says "if you know the extension, press it" and wait 4 seconds.
<br><br>The problem is that in "exten => 943712666,6,Wait(4)" it doesn't take any naumber you must enter the extension in the "exten => 943712666,5,Background(/home/lazkano/extension)".<br><br>
There is an other command to wait 4 seconds and wait for numbers?<br><br><br>Thanks for all.<br><br>Enjoy your day.<br>