<br><br><div class="gmail_quote">2011/11/3 Danny Nicholas <span dir="ltr">&lt;<a href="mailto:danny@debsinc.com">danny@debsinc.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&lt;snip&gt;<div class="im">
<br>
[callbob]<br>
<br>
</div><br>Exten =&gt; _XX.,1,answer<br>
<br>
Exten =&gt; _XX.,n,Set(CALLERID(num)=${EXTEN})<br>
<br>
Exten =&gt; _XX.,n,Dial(DAHDI/1/5551212,30)<br>
<br></blockquote><div><br>From memory, I did it this way :<br>Exten =&gt; _XX.,1,Set(CALLERID(num)=whatever)<br>Exten =&gt; _XX.,n,answer<br>
Exten =&gt; _XX.,n,Dial(DAHDI/1/5551212,30)<br><br>This seems to work for roughly 2/3 of calls.<br>I&#39;m trying to get as close to 100% as possible.<br><br>I can&#39;t think of any configuration issue or bug in Asterisk that would cause 1/3 of calls to be incorrectly presented.<br>
I rather suspect that different calls MAY use different routes and a misconfiguration in one equipement in one of those would cause the issue.<br><br>I don&#39;t know how Telcos manage their networks.<br>I would have naturally thought that going from one point to another in this network would always pass through the same set of equipements.<br>
Maybe it&#39;s not the case and specifically when the end destination is a cellphone and there is a large gateway between the landline and the mobile networks.<br><br>Is this reasonning correct ?<br></div></div>