Hi,<br><br>I&#39;ve got the following use case where I want to simultaneously dial 2 endpoints that both need different CallerID presentation.<br>How can I do that, from the dialplan preferably ?<br><br>For instance, let say phone A needs to both dial B, an internal SIP phone and C, a cell phone reachable through a DAHDI span from a an Asterisk system where :<br>
1. users can use 4-digits short numbers to reach other internal phones.<br>2. calls going out through the DAHDI span, must have CallerIDs presented without any prefix.<br><br>Ideally, CallerID should be presented :<br>1- with 4-digits for internal phones<br>
2- with 10-digits for external phones<br>so that both phones can return the call without re-dialing.<br><br><br>Suggestions ?<br><br>A is 1234 alias DID 0555551234<br>B is 5678<br>C is 0123456789<br>I was thinking of using something like this:<br>
<br>Dial(SIP/5678&lt;option_to_present_1234_to_callee&gt;&amp;DAHDI/g1&lt;option_to_present_0555551234&gt;/0123456789)<br><br>What could be &lt;option_to_present_1234_to_callee&gt; and &lt;option_to_present_0555551234&gt;<br>
<br>Regards<br>