Re: [SR-Users] 503 Server error response for REGISTER request (Asterisk v1.6.0.5)

2011-02-04 Thread Vikram Ragukumar
Daniel, I had posted this question earlier on asterisk-users, but didn't receive any reply, so I'm posting on sr-users in the hope that someone can provide guidance on how to debug this problem. Our setup involves a Sip softphone registering with a fresh install of Asterisk v1.6.0.5 through an

Re: [SR-Users] Proxying INVITE message without port information in R-URI

2011-01-20 Thread Vikram Ragukumar
Klaus, To me it seems that the SIP server also does some kind of NAT traversal: it puts the Contact IP in to the RURI but it sends the request to the IP:port from which the REGISTER was received (that's called NAT traversal). So, either fix the SIP server (make sure it adds the port as in the C

Re: [SR-Users] Proxying INVITE message without port information in R-URI

2011-01-20 Thread Vikram Ragukumar
Klaus, Thanks for your continued help. How? Does it change the Contact header? Yes, the proxy changes the Contact header. So the SIP server is the registrar? Correct. The contact usually is the IP address of the client. So, if you the SIP server routes based on the contact header, it sh

Re: [SR-Users] Proxying INVITE message without port information in R-URI

2011-01-19 Thread Vikram Ragukumar
Klaus, Alex, Thank you for your replies. Does the SIP server perform NAT traversal? Does the SIP proxy perform NAT traversal? The SIP proxy performs NAT traversal. How does the SIP server route the INVITE requests? Does it route based on registered Contact or does it route them statically

Re: [SR-Users] Proxying INVITE message without port information in R-URI

2011-01-18 Thread Vikram Ragukumar
Hello, Alex, Klaus thank you for your replies. Usually the softphones register to the proxy or SIP server. Thus, the proxy or SIP server knows under which IP:port (The IP:port from which the REGISTER was received) it can contact the sofpthone. Yes, the softphones are registered to the SIP ser

[SR-Users] Proxying INVITE message without port information in R-URI

2011-01-18 Thread Vikram Ragukumar
Hello, The diagram below shows the SIP message flow in our setup when Softphone A places a call to Softphone B. --- - -- - --- |Softphone A|-<->-|Proxy|-<->-|Sip Server|-<->-|Proxy|-<->-|Softphone B| --- - --

Re: [SR-Users] 503 Server error response for REGISTER request (Asterisk v1.6.0.5)

2010-12-17 Thread Vikram Ragukumar
Daniel, you should set sip debug on for asterisk in order to get more verbose output related to the 503 case. I couldn't spot something wrong for register that got 503. Next ones have two contact headers, but that is fine in SIP. Thanks for your suggestion, I'm working on this and will get bac

[SR-Users] 503 Server error response for REGISTER request (Asterisk v1.6.0.5)

2010-12-16 Thread Vikram Ragukumar
Hello, I had posted this question earlier on asterisk-users, but didn't receive any reply, so I'm posting on sr-users in the hope that someone can provide guidance on how to debug this problem. Our setup involves a Sip softphone registering with a fresh install of Asterisk v1.6.0.5 through an

Re: [SR-Users] Change in RTP Payload time on the fly

2010-09-20 Thread Vikram Ragukumar
Ovidiu, Network jittter may have an effect on how much payload is available to be sent. Take a look at this thread: http://lists.rtpproxy.org/pipermail/users/2008-August/60.html Check the value of POLL_LIMIT on the version of rtpproxy that you are using. If you are able to run the same test

Re: [SR-Users] Change in RTP Payload time on the fly

2010-09-18 Thread Vikram Ragukumar
Ovidiu, > If you have a codec that has silence suppression enabled, then you may > get all kind of arbitrary lengths for packets (as silence suppression > may kick in at any time). > Disable silence suppression on both ends and retest. If you are still > seeing variable length packets then there

[SR-Users] Robust header compression (RFC 3095) with Kamailio + rtpproxy

2010-05-18 Thread Vikram Ragukumar
Hello, We are looking into bandwidth conservation by implementing RTP/UDP/IP header compression. Has anybody implemented ROHC or another header compression scheme in combination with kamailio + rtpproxy ? Could you please point us to online documentation or other useful resources ? Thanks

Re: [SR-Users] [Kamailio-Users] Possible timing/latency related problem ?

2010-04-19 Thread Vikram Ragukumar
Juha, what was the conclusion regarding this? did the problem go away when you called nat traversal functions both on 180 ringing and 183 session progress? Yes. The problem did go away once we started forcing rtpproxy on 180 Ringing also. Thanks and Regards, Vikram. __