<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="">hi,</div><div class=""><br class=""></div><div class="">In your dialplan use:</div><div class=""><br class=""></div><div class="">&lt;action application="bridge" data="{sip_invite_params=user=phone}sofia/gateway/outgoing/12135551212"/&gt;</div><div class=""><br class=""></div><div class="">In your ESL script:</div><div class=""><br class=""></div><div class="">originate {sip_invite_params=user=phone}sofia/gateway/outgoing/12135551212 &amp;park()</div><div class=""><span style="font-family: monospace, Courier; font-size: 12.8px; line-height: 1.3em; orphans: 2; widows: 2; background-color: rgb(249, 249, 249);" class=""><br class=""></span></div><div class="">PS: sip_invite_params only apply to the RURI, If you wish to modify the To param son the invite you must use sip_invite_to_params the same way.</div><div class=""><br class=""></div><div class="">Srigo</div><br class=""><div><blockquote type="cite" class=""><div class="">On Jan 23, 2017, at 8:20 AM, RenĂ© Weiss &lt;<a href="mailto:rw@panorgan.ch" class="">rw@panorgan.ch</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class="">Hi,<br class=""><br class="">Is it possible to set "sip_invite_params='user=phone'" for all outgoing <br class="">calls / all outgoing calls using a specific gateway?<br class=""><br class="">I'm searching a solution which work with the dialplan and also with<br class="">calls over mod_event_socket and "originate".<br class=""><br class="">I tried to set the variable in "conf/sip_profiles/external.xml" and<br class="">"conf/sip_profiles/external/outgoing.xml" but I don't know if this was <br class="">the wrong place or if I was just using the wrong syntax.<br class=""><br class="">Thanks,<br class="">RenĂ©<br class=""><br class="">_________________________________________________________________________<br class="">Professional FreeSWITCH Consulting Services: <br class=""><a href="mailto:consulting@freeswitch.org" class="">consulting@freeswitch.org</a><br class="">http://www.freeswitchsolutions.com<br class=""><br class="">Official FreeSWITCH Sites<br class="">http://www.freeswitch.org<br class="">http://confluence.freeswitch.org<br class="">http://www.cluecon.com<br class=""><br class="">FreeSWITCH-users mailing list<br class="">FreeSWITCH-users@lists.freeswitch.org<br class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br class="">UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br class="">http://www.freeswitch.org</div></blockquote></div><br class=""></body></html>