<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">In the default configuration, the variable outbound_caller_id is set to 0000000:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 14px; font-family: Menlo; color: rgb(52, 189, 38); background-color: rgb(0, 0, 0);" class=""><span style="color: rgb(41, 249, 20);" class="">&nbsp;</span><span style="color: rgb(52, 187, 199);" class="">&lt;X-PRE-PROCESS</span>&nbsp;cmd="set" data="outbound_caller_id=0000000000"/<span style="color: rgb(52, 187, 199);" class="">&gt;</span></div></div><div class=""><br class=""></div>I understood that this value is used on an originate if when no callerid is set.<div class=""><br class=""><div apple-content-edited="true" class=""><div style="margin: 0px; font-size: 14px; font-family: Menlo; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class="">fs_cli -x 'originate {originate_timeout=20}sofia/gateway/MYGATEWAY/+1111111111 &amp;park'</div></div><br class=""><div class="">But also changing that value in var.xml does not change the signaled callerid, freeswitch uses also &nbsp;0000000 as callerid. I think because this value is also hardcoded in switch_types.h as default.</div><div class=""><br class=""></div><div class="">If I want to set a callerid on originate, I have to set the variable origination_caller_id_number like:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 14px; font-family: Menlo; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class="">fs_cli -x 'originate {originate_timeout=20}[origination_caller_id_number=022323232323]sofia/gateway/MYGATEWAY/+11111111 &amp;park‘</div></div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">So what is the idea behind the variable outbound_caller_id which is preset in vars.xml?</div><div class=""><br class=""></div><div class="">Thanks&nbsp;</div><div class=""><br class=""></div><div class="">Markus</div></body></html>