I am setting the caller id like this in my ESL script:<br><br>@con.sendRecv(&quot;api originate {origination_caller_id_number=15103245678}sofia/gateway/junctionnetworks/1#{@number} &amp;park()&quot;)<br><br>And the caller id comes out as all zeroes.  The sip trace shows the &quot;from&quot; as shown in the sofia status command.  This is output of sofia gateway status and my gateway is under /usr/local/freeswitch/conf/sip_profiles/external/junctionnetworks.xml . Also, adding the gateway under /conf/directory/default did not work as the wiki suugests. What I need to do for the caller_id to come through?<br>
<br><br>sofia status gateway junctionnetworks<br>=================================================================================================<br>Name        junctionnetworks<br>Scheme      Digest<br>Realm       <a href="http://jnctn.net">jnctn.net</a><br>
Username    username<br>Password    yes<br>From        &lt;<a href="mailto:sip%3Ausername@jnctn.net">sip:username@jnctn.net</a>;transport=udp&gt;<br>Contact     &lt;sip:gw+junctionnetworks@24.87.80.12:5080;transport=udp&gt;<br>
Exten       899xxxxxxx<br>To          <a href="mailto:sip%3Ausername@sip.jnctn.net">sip:username@sip.jnctn.net</a><br>Proxy       sip:<a href="http://sip.jnctn.net">sip.jnctn.net</a><br>Context     public<br>Expires     3600<br>
Freq        3600<br>Ping        0<br>PingFreq    0<br>State       REGED<br>Status      UP<br>CallsIN     0<br>CallsOUT    1<br><br>