thx for all of your suggestions... I&#39;m learning more about asterisk every minute :)<br><br>Barton, I tried to replace &#39;WaitExten&#39; with &#39;Background&#39; as you suggested, and at first was disappointed that didn&#39;t change the behavior.
<br><br>Than I tried Roberts suggestion, using &#39;Read&#39; instead of &#39;WaitExten&#39; - and again was disappointed - no change, or at least it seem asterisk didn&#39;t get every digit fo the extension, just some of them (
f.e. I entered &quot;1234&quot;, asterisk [at the console] complained that there is no voicebox &quot;124&quot; etc.).<br><br>however, I&#39;ve continued to experiment again and again, and strangely it seemed to work _some_ times, even when passing 4digit-extensions. now I think I got the solution: it seems I have to press the extension digits a little bit longer! let&#39;s say I hold each button at least 
0.5sec, everything works great. if I do a quick dial, asterisk seems to &quot;loose&quot; digits. <br><br>any ideas why this might be?<br><br>looking forward to your opinions... I really start to like toying around with asterisk :)
<br><br>michael<br><br><br><br><br><div><span class="gmail_quote">On 4/25/07, <b class="gmail_sendername">Steve Davies</b> &lt;<a href="mailto:davies147@gmail.com">davies147@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 4/25/07, Barton Fisher &lt;<a href="mailto:bhfisher@icpage.com">bhfisher@icpage.com</a>&gt; wrote:<br>A very simple workaround to achieve what you want might be to replace<br>&nbsp;&nbsp;WaitExten(5)<br>with<br>&nbsp;&nbsp;Background(silence/5)
<br><br>I use this all over the place to great success as it prevents the need<br>for any overly-clever processing of the result of WaitExten.<br></blockquote></div><br>