<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, "Christian Tausch" <<a href="mailto:christian.tausch@fh-koeln.de">christian.tausch@fh-koeln.de</a>> 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 "403: Contact User und<br>
Anrufernummer verschieden" (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: <sip:gw+1und1.de@<public-ip>:5080;transport=udp;gw=<a href="http://1und1.de" target="_blank">1und1.de</a>><br>
<br>
Twinkle: (extension / login-user)<br>
Contact: <sip:4921XXXXXXXXX@<public-ip>;transport=udp>;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>
<include><br>
<user id="<a href="http://1und1.de" target="_blank">1und1.de</a>"><br>
<gateways><br>
<gateway name="<a href="http://1und1.de" target="_blank">1und1.de</a>"><br>
<param name="realm" value="<a href="http://1und1.de" target="_blank">1und1.de</a>"/><br>
<param name="username" value="4921XXXXXXXXX"/><br>
<param name="password" value="password"/><br>
<param name="auth-username" value="4921XXXXXXXXX"/><br>
<param name="proxy" value="<a href="http://1und1.de" target="_blank">1und1.de</a>"/><br>
<param name="expire-seconds" value="600"/><br>
<param name="register" value="true"/><br>
<param name="retry-seconds" value="30"/><br>
<param name="context" value="public"/><br>
</gateway><br>
</gateways><br>
<params><br>
<param name="password" value="password"/><br>
</params><br>
</user><br>
</include><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>