Hi,<br><br>I am using a sjphone to connect via SIP to an Asterisk 1.2.1. For testing reasons I but the following in extensions.conf<br><br>---cut---<br>[from-sip]<br>exten =&gt; 2000,1,Answer()<br>exten =&gt; 2000,2,Wait(1)
<br>exten =&gt; 2000,3,SayDigits(123)<br>exten =&gt; 2000,4,Hangup()<br>---cut---<br><br>When ever I call the 2000 asterisk -vvvvvc says:<br><br>---cut---<br>&nbsp;&nbsp;&nbsp; -- Executing Answer(&quot;SIP/2303-1ae1&quot;, &quot;&quot;) in new stack
<br>&nbsp;&nbsp;&nbsp; -- Executing Wait(&quot;SIP/2303-1ae1&quot;, &quot;1&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Executing SayDigits(&quot;SIP/2303-1ae1&quot;, &quot;123&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Playing 'digits/1' (language 'en')<br>&nbsp;&nbsp;&nbsp; -- Playing 'digits/2' (language 'en')
<br>&nbsp;&nbsp;&nbsp; -- Playing 'digits/3' (language 'en')<br>&nbsp;&nbsp;&nbsp; -- Executing Hangup(&quot;SIP/2303-1ae1&quot;, &quot;&quot;) in new stack<br>---cut---<br><br>BUT I don't hear it everytime! Why? Sometimes I can hear it and most time I can not. I redial 20 times and I can hear it only 3-4 times. Does anybody have an idea what kind of strange problem that could be?
<br><br>Thanx<br>&nbsp; ES<br>