1 Feb 2006 16:40
Problem with siproxd not rewriting request URI
I have a problem with an installation of siproxd not rewriting a request URI correctly.
I'm not sure of the version number of siproxd - I don't administer the server - but it's from the back end of 2005.
The problem that I am seeing is that I can register a contact address correctly, but the incoming INVITE URI
is not rewritten to be the contact address, as the following packet fragments show:
Here is my request to the registrar, before hitting siproxd:
<--- REGISTER sip:service.provider.com SIP/2.0
To: sip:123456@...
From: sip:123456@...
Contact: sip:line1@...:5065;expires=3600
And here is the response:
---> SIP/2.0 200 OK
From: <sip:123456@...>
To: <sip:123456@...>;tag=something
Contact: <sip:line1@...:5065>;q=0.00;expires=3600
So now siproxd knows that to reach sip:123456@... it
should rewrite message URIs to sip:line1@...:5065.
Now, here is a call coming in to sip:123456@...
---> INVITE sip:123456@...:5065 SIP/2.0
(Continue reading)
RSS Feed