<p>Take a peek in sip_profiles/external for a gateway example.</p>
<p>Brian Foster<br>
Endigo Computer LLC</p>
<p>Sent from a mobile device.</p>
<div class="gmail_quote">On Jul 24, 2012 9:26 AM, &quot;Christian Tausch&quot; &lt;<a href="mailto:christian.tausch@fh-koeln.de">christian.tausch@fh-koeln.de</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi list,<br>
<br>
i ran into a problem configuring the german voip-provider <a href="http://1und1.de" target="_blank">1und1.de</a> as a<br>
gateway. I have not completed my configuration yet, but in a first test<br>
the registration fails:<br>
<br>
The response to the second REGISTER message is &quot;403: Contact User und<br>
Anrufernummer verschieden&quot; (en: 403 Authentication User Name does not<br>
match account name).<br>
<br>
The visible difference between the REGISTER of freeswitch and the<br>
(working) SIP-client twinkle is indeed the user-string in the<br>
contact-header.<br>
<br>
Freeswitch: (gw + name)<br>
Contact: &lt;sip:gw+1und1.de@&lt;public-ip&gt;:5080;transport=udp;gw=<a href="http://1und1.de" target="_blank">1und1.de</a>&gt;<br>
<br>
Twinkle: (extension / login-user)<br>
Contact: &lt;sip:4921XXXXXXXXX@&lt;public-ip&gt;;transport=udp&gt;;expires=3600<br>
<br>
If this is the cause of the error message, is this expected behavior of<br>
a provider? And more important is it possible to configure freeswitch to<br>
set a specific contact-user?<br>
<br>
Thank you for your time.<br>
<br>
Christian Tausch<br>
<br>
--<br>
<br>
Attachment (conf/directory/default/1und1.de.xml):<br>
&lt;include&gt;<br>
   &lt;user id=&quot;<a href="http://1und1.de" target="_blank">1und1.de</a>&quot;&gt;<br>
     &lt;gateways&gt;<br>
       &lt;gateway name=&quot;<a href="http://1und1.de" target="_blank">1und1.de</a>&quot;&gt;<br>
         &lt;param name=&quot;realm&quot; value=&quot;<a href="http://1und1.de" target="_blank">1und1.de</a>&quot;/&gt;<br>
         &lt;param name=&quot;username&quot; value=&quot;4921XXXXXXXXX&quot;/&gt;<br>
         &lt;param name=&quot;password&quot; value=&quot;password&quot;/&gt;<br>
         &lt;param name=&quot;auth-username&quot; value=&quot;4921XXXXXXXXX&quot;/&gt;<br>
         &lt;param name=&quot;proxy&quot; value=&quot;<a href="http://1und1.de" target="_blank">1und1.de</a>&quot;/&gt;<br>
         &lt;param name=&quot;expire-seconds&quot; value=&quot;600&quot;/&gt;<br>
         &lt;param name=&quot;register&quot; value=&quot;true&quot;/&gt;<br>
         &lt;param name=&quot;retry-seconds&quot; value=&quot;30&quot;/&gt;<br>
         &lt;param name=&quot;context&quot; value=&quot;public&quot;/&gt;<br>
       &lt;/gateway&gt;<br>
     &lt;/gateways&gt;<br>
     &lt;params&gt;<br>
       &lt;param name=&quot;password&quot; value=&quot;password&quot;/&gt;<br>
     &lt;/params&gt;<br>
   &lt;/user&gt;<br>
&lt;/include&gt;<br>
<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">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>
Join Us At ClueCon - Aug 7-9, 2012<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>