register-proxy is for where it actually sends the packet but it will still say the name of proxy in the packet.<br>Did you check the destination address of the packet it should end up as the ip:port of that proxy.<br><br><br>
<div class="gmail_quote">On Tue, Feb 10, 2009 at 4:12 AM, Helmut Kuper <span dir="ltr">&lt;<a href="mailto:helmut.kuper@ewetel.de">helmut.kuper@ewetel.de</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;">
Hello,<br>
<br>
today I connected FS to my SIP-DDI SoftSwitch. It registered<br>
successfully, but not as expected at the register-proxy<br>
(<a href="http://sip2.ewetel.net" target="_blank">sip2.ewetel.net</a>), but at the proxy (<a href="http://proxy2.ewetel.net" target="_blank">proxy2.ewetel.net</a>).<br>
<br>
My gateway config is this:<br>
<br>
&lt;include&gt;<br>
 &nbsp;&lt;gateway name=&quot;IPPBXSIPDDI&quot;&gt;<br>
<br>
 &nbsp;&lt;!--/// account username *required* ///--&gt;<br>
 &nbsp;&lt;param name=&quot;username&quot; value=&quot;ippbx&quot;/&gt;<br>
<br>
 &nbsp;&lt;!--/// auth realm: *optional* same as gateway name, if blank ///--&gt;<br>
 &nbsp;&lt;param name=&quot;realm&quot; value=&quot;<a href="http://sip2.ewetel.net" target="_blank">sip2.ewetel.net</a>&quot;/&gt;<br>
<br>
 &nbsp; &nbsp;&lt;!--/// domain to use in from: *optional* same as &nbsp;realm, if blank<br>
///--&gt;<br>
 &nbsp;&lt;param name=&quot;from-domain&quot; value=&quot;<a href="http://sip2.ewetel.net" target="_blank">sip2.ewetel.net</a>&quot;/&gt;<br>
<br>
 &nbsp;&lt;!--/// account password *required* ///--&gt;<br>
 &nbsp;&lt;param name=&quot;password&quot; value=&quot;XXXXX&quot;/&gt;<br>
<br>
 &nbsp; &lt;!--/// proxy host: *optional* same as realm, if blank ///--&gt;<br>
 &nbsp;&lt;param name=&quot;proxy&quot; value=&quot;<a href="http://proxy2.ewetel.net" target="_blank">proxy2.ewetel.net</a>&quot;/&gt;<br>
<br>
 &nbsp;&lt;!--/// send register to this proxy: *optional* same as proxy, if<br>
blank ///--&gt;<br>
 &nbsp;&lt;param name=&quot;register-proxy&quot; value=&quot;<a href="http://sip2.ewetel.net" target="_blank">sip2.ewetel.net</a>&quot;/&gt;<br>
<br>
 &nbsp;&lt;!--/// expire in seconds: *optional* 3600, if blank ///--&gt;<br>
 &nbsp;&lt;param name=&quot;expire-seconds&quot; value=&quot;60&quot;/&gt;<br>
<br>
 &nbsp;&lt;!--How many seconds before a retry when a failure or timeout occurs --&gt;<br>
 &nbsp;&lt;param name=&quot;retry-seconds&quot; value=&quot;30&quot;/&gt;<br>
<br>
 &nbsp; &lt;/gateway&gt;<br>
&lt;/include&gt;<br>
<br>
<br>
The corresponding register request generated by FS is this:<br>
<br>
REGISTER sip:<a href="http://proxy2.ewetel.net" target="_blank">proxy2.ewetel.net</a>;transport=udp SIP/2.0<br>
Via: SIP/2.0/UDP 85.16.246.22;branch=z9hG4bK2FNpmSQHpZtye<br>
Via: SIP/2.0/UDP 85.16.246.6:5070;received=85.16.246.6;rport=5070;branch=z9hG4bK2FNpmSQHpZtye<br>
Max-Forwards: 69<br>
From: &lt;<a href="mailto:sip%3Aippbx@sip2.ewetel.net">sip:ippbx@sip2.ewetel.net</a>;transport=udp&gt;;tag=QrFtyDUrpg94N<br>
To: &lt;<a href="mailto:sip%3Aippbx@sip2.ewetel.net">sip:ippbx@sip2.ewetel.net</a>;transport=udp&gt;<br>
Call-ID: 8bd8f32c-f759-11dd-bb38-778d64a5265f<br>
CSeq: 111011668 REGISTER<br>
Contact: &lt;sip:gw+IPPBXSIPDDI@85.16.246.6:5070;transport=udp&gt;<br>
Expires: 60<br>
User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-11698M<br>
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, PRACK, MESSAGE, SUBSCRIBE, NOTIFY, REFER, UPDATE, REGISTER, INFO<br>
Supported: timer, precondition, path, replaces<br>
Authorization: Digest username=&quot;ippbx&quot;, realm=&quot;<a href="http://sip2.ewetel.net" target="_blank">sip2.ewetel.net</a>&quot;, nonce=&quot;4991527400000e269de527c4c699b9466bbf1e015cd0532c&quot;, cnonce=&quot;HE1PznH9Eiyb4QAUT+bjMA&quot;, algorithm=MD5, uri=&quot;sip:<a href="http://proxy2.ewetel.net" target="_blank">proxy2.ewetel.net</a>;transport=udp&quot;, response=&quot;b5af17310919ec6b8f82acd4c89ffb9e&quot;, qop=auth, nc=00000001<br>

Content-Length: 0<br>
<br>
<br>
Shouldn&#39;t it register to register-proxy when it is given?<br>
<br>
regards<br>
Helmut<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><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
<br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>