Is this what you are looking for?<br><br><a href="http://wiki.freeswitch.org/wiki/Channel_Variables#sip_invite_domain">http://wiki.freeswitch.org/wiki/Channel_Variables#sip_invite_domain</a><br><br>jmesquita<br><br><div class="gmail_quote">
On Wed, Sep 16, 2009 at 10:58 AM, Tzury Bar Yochay <span dir="ltr">&lt;<a href="http://tzury.by">tzury.by</a>@<a href="http://reguluslabs.com">reguluslabs.com</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;">
Hi,<br>
Currently, the invite message looks as follows<br>
<br>
INVITE sip:1002@CLIENT_IP:5060 SIP/2.0<br>
Via: SIP/2.0/UDP SERVER_IP;rport;branch=z9hG4bKgvD702De7e0Se<br>
Max-Forwards: 69<br>
From: &quot;Extension 1001&quot; &lt;sip:1001@SERVER_IP&gt;;tag=2rH67Q3aa1rpe<br>
To: &lt;sip:1002@CLIENT_IP:5060&gt;<br>
<br>
Is there a way to configure FS so the message will look like this:<br>
<br>
INVITE sip:1002@CLIENT_IP:5060 SIP/2.0<br>
Via: SIP/2.0/UDP SERVER_IP;rport;branch=z9hG4bKgvD702De7e0Se<br>
Max-Forwards: 69<br>
From: &quot;Extension 1001&quot; &lt;sip:1001@ACCOUNT_DOMAIN&gt;;tag=2rH67Q3aa1rpe<br>
To: &lt;sip:1002@ACCOUNT_DOMAIN:5060&gt;<br>
<br>
That is, at &quot;From&quot; having the account&#39;s domain name (e.g.<br>
<a href="mailto:sip%3A1001@example.com">sip:1001@example.com</a>) instead of the server&#39;s IP address.<br>
and having the same at &quot;To&quot;<br>
<br>
thanks<br>
@tzury<br>
<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" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>