Hi,<br><br>Not using username parameter in gateway is causing following OPTION message being published-<br><br>OPTIONS sip:192.168.1.30;transport=udp SIP/2.0<br>Via: SIP/2.0/UDP 59.90.193.54:5080;rport;branch=z9hG4bKZ5D672rZgta9N<br>
Max-Forwards: 70<br>From: <b>&lt;sip:(null)@<a href="http://192.168.1.30">192.168.1.30</a>;</b>transport=udp&gt;;tag=ZS9p1ZN164S4Q<br>To: <b>&lt;sip:(null)@<a href="http://192.168.1.30">192.168.1.30</a>;</b>transport=udp&gt;<br>
Call-ID: a78e7d46-c2c1-122f-d9a3-0013a9866b3c<br>CSeq: 23455584 OPTIONS<br>Contact: &lt;sip:gw+192.168.1.50@59.92.192.53:5080;transport=udp;gw=192.168.1.50&gt;<br>User-Agent: FreeSwitch<br>Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY<br>
Supported: timer, precondition, path, replaces<br>Allow-Events: talk, hold, refer<br>Content-Length: 0<br><br><br><div class="gmail_quote">On Thu, Jan 26, 2012 at 4:33 PM,  <span dir="ltr">&lt;<a href="mailto:freeswitch-users-request@lists.freeswitch.org">freeswitch-users-request@lists.freeswitch.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Send FreeSWITCH-users mailing list submissions to<br>
        <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:freeswitch-users-request@lists.freeswitch.org">freeswitch-users-request@lists.freeswitch.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:freeswitch-users-owner@lists.freeswitch.org">freeswitch-users-owner@lists.freeswitch.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of FreeSWITCH-users digest...&quot;<br>
<br>Today&#39;s Topics:<br>
<br>
   1. Gateway Configuration with No Authentication (Vishal Kakkar)<br>
   2. Re: Gateway Configuration with No Authentication<br>
      (<a href="mailto:georg@riseup.net">georg@riseup.net</a>)<br>
   3. Re: Gateway Configuration with No Authentication (Avi Marcus)<br>
   4. Re: Registration Failed with status DNS Error (Antonio)<br>
   5. mod_callcenter - ring tones when phone is ringing (Weigel, Stefan)<br>
<br><br>---------- Forwarded message ----------<br>From: Vishal Kakkar &lt;<a href="mailto:vishal.kakkar@gmail.com">vishal.kakkar@gmail.com</a>&gt;<br>To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
Cc: <br>Date: Thu, 26 Jan 2012 14:04:40 +0530<br>Subject: [Freeswitch-users] Gateway Configuration with No Authentication<br>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>
<br><br>---------- Forwarded message ----------<br>From: <a href="mailto:georg@riseup.net">georg@riseup.net</a><br>To: &quot;FreeSWITCH Users Help&quot; &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>
Cc: <br>Date: Thu, 26 Jan 2012 10:08:12 +0100<br>Subject: Re: [Freeswitch-users] Gateway Configuration with No Authentication<br>He Vishal,<br>
<br>
&gt; We are trying to use FS to handle incoming call from SIP provider.<br>
&gt; Provider<br>
&gt; doesnt have any authentication because its all inbound traffic. They have<br>
&gt; configured their SIP trunk to point to our FreeSwitch Box.<br>
<br>
I don&#39;t think you have to use a username. I&#39;ve got a similar setup, my<br>
external.xml config is looking like:<br>
<br>
&lt;include&gt;<br>
  &lt;gateway name=&quot;xxx&quot;&gt;<br>
    &lt;param name=&quot;proxy&quot; value=&quot;THE.I.R.IP&quot;/&gt;<br>
    &lt;param name=&quot;register&quot; value=&quot;false&quot;/&gt;<br>
    &lt;param name=&quot;extension&quot; value=&quot;extension_that<br>
_should_be_called_in_your_dialplan&quot;/&gt;<br>
    &lt;param name=&quot;rtp-autofix-timing&quot; value=&quot;false&quot;/&gt;<br>
    &lt;param name=&quot;caller-id-in-from&quot; value=&quot;true&quot;/&gt;<br>
  &lt;/gateway&gt;<br>
&lt;/include&gt;<br>
<br>
HTH,<br>
Georg<br>
<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: Avi Marcus &lt;<a href="mailto:avi@avimarcus.net">avi@avimarcus.net</a>&gt;<br>To: FreeSWITCH Users Help &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>
Cc: <br>Date: Thu, 26 Jan 2012 11:58:56 +0200<br>Subject: Re: [Freeswitch-users] Gateway Configuration with No Authentication<br><div dir="ltr">I usually have my origination providers send to $number@$myserver:5080 so it goes to external and hits the public context.<div>
Or, if they won&#39;t, I create a user with their ACL and set the context on the user to public.</div>

<div><br></div><div>Hmm, perhaps external gateway that doesn&#39;t register would work and be cleaner.. <br clear="all"><div dir="ltr"><span style="font-family:Verdana,Arial,Helvetica,sans-serif"><span style="font-size:small">-Avi</span></span></div>



<br><br><div class="gmail_quote">On Thu, Jan 26, 2012 at 11:08 AM,  <span dir="ltr">&lt;<a href="mailto:georg@riseup.net" target="_blank">georg@riseup.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">


He Vishal,<br>
<div><br>
&gt; We are trying to use FS to handle incoming call from SIP provider.<br>
&gt; Provider<br>
&gt; doesnt have any authentication because its all inbound traffic. They have<br>
&gt; configured their SIP trunk to point to our FreeSwitch Box.<br>
<br>
</div>I don&#39;t think you have to use a username. I&#39;ve got a similar setup, my<br>
external.xml config is looking like:<br>
<br>
&lt;include&gt;<br>
  &lt;gateway name=&quot;xxx&quot;&gt;<br>
    &lt;param name=&quot;proxy&quot; value=&quot;THE.I.R.IP&quot;/&gt;<br>
    &lt;param name=&quot;register&quot; value=&quot;false&quot;/&gt;<br>
    &lt;param name=&quot;extension&quot; value=&quot;extension_that<br>
_should_be_called_in_your_dialplan&quot;/&gt;<br>
    &lt;param name=&quot;rtp-autofix-timing&quot; value=&quot;false&quot;/&gt;<br>
    &lt;param name=&quot;caller-id-in-from&quot; value=&quot;true&quot;/&gt;<br>
  &lt;/gateway&gt;<br>
&lt;/include&gt;<br>
<br>
HTH,<br>
Georg<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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></div></div>
<br><br>---------- Forwarded message ----------<br>From: Antonio &lt;<a href="mailto:asilva@wirelessmundi.com">asilva@wirelessmundi.com</a>&gt;<br>To: FreeSWITCH Users Help &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>
Cc: <br>Date: Thu, 26 Jan 2012 11:05:06 +0100<br>Subject: Re: [Freeswitch-users] Registration Failed with status DNS Error<br><u></u>


  
  

<div>
Mike, thanks for the answer. <br>
<br>
Actually the problem is the DNS server doesn&#39;t have an A entry for the destination domain. When i add this entry to the domain, the register works nice.<br>
<br>
Shouldn&#39;t freeswitch try to resolve first to the SRV entry and then if none is found,  try to resolve the A entry?<br>
<br>
you can find my logs in <a href="http://pastebin.freeswitch.org/18231" target="_blank">http://pastebin.freeswitch.org/18231</a><br>
<br>
<br>
I read something in the jira for some options to disable SRV in the profile, i look at the code and it seams to be enabled by default. <br>
Just to be sure i also try to put in the profile all the possibilities to disable-srv and disable-srv503, without luck. <br>
<br>
<br>
<br>
Thanks,<br>
António<br>
<br>
<br>
<br>
On Wed, 2012-01-25 at 13:53 -0500, Michael Jerris wrote: 
<blockquote type="CITE">
<pre>Is it even sending the request?  try turning on nua and sresolv debug in sofia to see more about what is going on?

Mike

On Jan 25, 2012, at 11:37 AM, Antonio wrote:

&gt; 
&gt; Hi 
&gt; 
&gt; I have a problem registering a gateway, the return error is  DNS error [503].
&gt; 
&gt; My DNS is OK, i can dig to the destination domain in question, and even when o do sofia_dig in fresswith it resolves the domain without problems.
&gt; 
&gt; 
&gt; how does freeswitch resolves the destination domain?


_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
</pre>
</blockquote>
<br>
</div>

<br><br>---------- Forwarded message ----------<br>From: &quot;Weigel, Stefan&quot; &lt;<a href="mailto:Stefan.Weigel@allianz-warranty.com">Stefan.Weigel@allianz-warranty.com</a>&gt;<br>To: &quot;&#39;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&#39;&quot; &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>
Cc: <br>Date: Thu, 26 Jan 2012 12:03:16 +0100<br>Subject: [Freeswitch-users] mod_callcenter - ring tones when phone is ringing<br>





<div link="blue" vlink="purple" lang="DE">
<div>
<p class="MsoNormal">Hi all,<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><span lang="EN-US">we’re using successfully mod_callcenter. If a caller enters the queue, he/she is getting default moh sound. The sound is also playing when the call is passed to an agent and the phone is ringing. Is it possible to play
 a normal ringtone when a call is passed to an agent ?<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">Thanks and best regards<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">Stefan<u></u><u></u></span></p>
</div>
</div>

<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>
<br></blockquote></div><br>