<div><span class="gmail_quote">2008/4/25, Kevin P. Fleming &lt;<a href="mailto:kpfleming@digium.com">kpfleming@digium.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Andreas Brodmann wrote:<br> &gt; After chasing a problem I looked at the SIP code (1.4.19)<br> &gt; with a colleague and as far as we understood it, overlapped<br> &gt; dialing on sip trunks for outgoing calls is not supported (yet?).<br>
 <br> <br>I have never heard of &#39;overlapped dialing&#39; on SIP. SIP is always<br> en-block dialing.<br> <br> Can you provide any references for what you are talking about?<br> <br> --<br> Kevin P. Fleming<br> Director of Software Technologies<br>
 Digium, Inc. - &quot;The Genuine Asterisk Experience&quot; (TM)</blockquote><div><br>Kevin,<br><br>in sip.conf you can set &#39;allowoverlap=yes&#39;<br><br>If a phone is configured accordingly (early dial) it will send an INVITE request<br>
for each key a user presses. e.g. 1@asterisk, 11@asterisk and then 111@asterisk.<br>For each incomplete INVITE asterisk will return 484 &quot;Number incomplete&quot; until the<br>client sends a number which is complete (e.g. matches a pattern).<br>
<br>This works fine until a client tries to call a number that asterisk reaches via a sip trunk to<br>another pbx (or carrier), whereas the length of the number is unknown:<br>// e.g. International Calls<br>e.g. exten =&gt; 000!,1,Dial(SIP/${EXTEN:1}@carrier,120)<br>
<br>in this case, asterisk will send an INVITE to the carrier after the first 3 zeros. The answer<br>from the carrier will be 484 (number incomplete). Instead of forwarding this response to the<br>phone asterisk will end the call -&gt; congestion.<br>
<br>---<br>Andreas Brodmann<br><br><br></div></div>