<div dir="ltr"><br><br><div class="gmail_quote">On Fri, Sep 19, 2008 at 9:02 AM, Jon Bruel <span dir="ltr">&lt;<a href="mailto:jbr@consiglia.dk">jbr@consiglia.dk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Mike, you answered: effective_caller_id_number is meant to be set on the<br>
a leg, not the b-leg.<br>
Well I need to control the &quot;effective_caller_id_number&quot; (or whatever it<br>
is called in the B-leg) individually for each location when I bridge to<br>
many destinations. In my case, I need to have different identities<br>
(A-numbers) for local calls and for external calls. I have followed the<br>
WIKI:<br>
<a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bridgecall#Calling_" target="_blank">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_bridgecall#Calling_</a><br>
multiple_destinations, though. Anyhow how is this solved? Could it be<br>
possible to loopback to the dialplan as in Asterisk local channel or to<br>
go through some steps before dial attemps are made, but after the bridge<br>
application?<br>
Jon<br>
<br>
<br>
</blockquote></div><br>vars inside {} in the very beginning of the string are global to each dial string listed henceforth<br>vars inside [] prior to each channel in a , or | separated list are unique to just the first subsequent dial string.<br>
<br>data=&quot;[origination_caller_id_number=1234]sofia/default/<a href="mailto:test1@foo.com">test1@foo.com</a>,[origination_caller_id_number=4321]sofia/default/<a href="mailto:test2@foo.com">test2@foo.com</a>&quot;<br>
</div>