<div dir="ltr">One place those variables is used is in the vanilla dialplan, specifically dialplan/default/01_example.xml. Note that the outbound_caller_id_name/number variables are also set in the directory entries, so when an auth&#39;d user makes an outbound call the value for that user is applied. <div><br></div><div>When performing an originate API I always use origination_caller_id_number. I can&#39;t think of a good reason not to set it every time.</div><div><br></div><div>-MSC</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 24, 2016 at 12:59 AM, Markus Bönke <span dir="ltr">&lt;<a href="mailto:mbodbg@gmx.net" target="_blank">mbodbg@gmx.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div>In the default configuration, the variable outbound_caller_id is set to 0000000:</div><div><br></div><div><div style="margin:0px;font-size:14px;font-family:Menlo;color:rgb(52,189,38);background-color:rgb(0,0,0)"><span style="color:rgb(41,249,20)"> </span><span style="color:rgb(52,187,199)">&lt;X-PRE-PROCESS</span> cmd=&quot;set&quot; data=&quot;outbound_caller_id=0000000000&quot;/<span style="color:rgb(52,187,199)">&gt;</span></div></div><div><br></div>I understood that this value is used on an originate if when no callerid is set.<div><br><div><div style="margin:0px;font-size:14px;font-family:Menlo;color:rgb(41,249,20);background-color:rgb(0,0,0)">fs_cli -x &#39;originate {originate_timeout=20}sofia/gateway/MYGATEWAY/+1111111111 &amp;park&#39;</div></div><br><div>But also changing that value in var.xml does not change the signaled callerid, freeswitch uses also  0000000 as callerid. I think because this value is also hardcoded in switch_types.h as default.</div><div><br></div><div>If I want to set a callerid on originate, I have to set the variable origination_caller_id_number like:</div><div><br></div><div><div style="margin:0px;font-size:14px;font-family:Menlo;color:rgb(41,249,20);background-color:rgb(0,0,0)">fs_cli -x &#39;originate {originate_timeout=20}[origination_caller_id_number=022323232323]sofia/gateway/MYGATEWAY/+11111111 &amp;park‘</div></div></div><div><br></div><div><br></div><div>So what is the idea behind the variable outbound_caller_id which is preset in vars.xml?</div><div><br></div><div>Thanks </div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Markus</div></font></span></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br></div>