Hi all,<br>
<br>
We are trying to use FS to handle incoming call from SIP provider. Provider 
doesnt have any authentication because its all inbound traffic. They 
have configured their SIP trunk to point to our FreeSwitch Box.<br>
<br>
We have also configured one gateway in eternal/provider.xml with the IP of 
provider and disable the registration as provider is not expecting the 
same(they dont have any user configured for us, as they are using their 
box in trunk mode).<br>
<br>
Issue is that when an incoming call reaches to provider, we are not getting any INVITE from them and its being dropped at the IP that we have added as gateway. Reason shared is that they are expecting us to have 
heartbeat with their IP.<br>
<br>
When we turn ping option, it sends OPTION message but username is 
getting appended to TO and FROM uri&#39;s so that cause 404 No User found 
response.<br>
<br>
Please help to configure FS to send option something like this-<br>
 <br>
<br>
<span style="font-weight:bold"><b>OPTIONS sip:10.129.43.154:5060;ttl=0 SIP/2.0</b></span>
<p>                       Via: 
 SIP/2.0/UDP <a href="http://10.129.43.23:5060/" target="_blank">10.129.43.23:5060</a>; rport;branch=z9hG4bK-</p>

<p>                       6df4-1156281802-19999-423</p>

<p>                       Call-ID: 
 <a href="mailto:5aa9-1e61-7222006212322-chiloe-0@10.129.43.23" target="_blank">5aa9-1e61-7222006212322-chiloe-0@10.129.43.23</a></p>

<p>                        CSeq: 1 OPTIONS</p>

<p>                       Max-Forwards: 
 70</p>

<p>                       <b>To: 
 &lt;sip:10.129.43.154;ttl=0&gt;</b></p>

<p>                       <b>From: 
 &lt;sip:10.129.43.23&gt;</b>;tag=95ffcd055e0f78f7d5d397020e8</p>

<p>                       9288db5f2</p>

<p>                       User-Agent: 
 Dialogic-SIP/<a href="http://10.3.2.57/" target="_blank">10.3.2.57</a> chiloe 0</p>

<p>                       Contact: 
 &lt;sip:<a href="http://10.129.43.23:5060/" target="_blank">10.129.43.23:5060</a>&gt;</p>

<p>                       Accept: 
 application/ sdp</p>

<p>                       Content-Length: 
 0</p>
<br>
i.e. They want OPTION with only IP address not user@IP. So that on recieving any call they can transfer it to our FS.<br><br>Please Help. <br>Thanks<br>
-Manav<br>