[OpenSIPS-Users] tcp_blocking_connect for same ip but different listen port

Gupta, Rahul Rahul.Gupta at ipc.com
Fri May 8 18:56:37 CEST 2015


One of the UAC changed its listen port from 5060 to 5070 and sent a new subscription however before the subscription made it to UAS, UAS sent a NOTIFY to UAC to port 5060 and then immediately another NOTIFY to UAC to port 5070

Old setup:
UAC (5060) <---> opensips(proxy) (5060) <---> UAS (5059)
New Setup:
UAC (5070) <---> opensips(proxy) (5060) <---> UAS (5059)

Opensips attempted to forward the first NOTIFY to UAC at port 5060 which obviously timed out with tcp connect failed as expected
First NOTIFY :
NOTIFY sip:user1 at IPADDRESS:5060;transport=tcp SIP/2.0

Opensips sent the 2nd NOTIFY after 10 seconds to UAC at port 5070. If the port specified in SIP URI is different then why the second request is put into the queue and had to wait for 10 sec blocking timeout ?
Seconf NOTIFY:
NOTIFY sip:user1 at IP_ADDRESS:5070;transport=tcp SIP/2.0



Is there any flag/param I can specify in my opensips.cfg file to fix this ?

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

DISCLAIMER: This e-mail may contain information that is confidential, privileged or otherwise protected from disclosure. If you are not an intended recipient of this e-mail, do not duplicate or redistribute it by any means. Please delete it and any attachments and notify the sender that you have received it in error. Unintended recipients are prohibited from taking action on the basis of information in this e-mail.E-mail messages may contain computer viruses or other defects, may not be accurately replicated on other systems, or may be intercepted, deleted or interfered with without the knowledge of the sender or the intended recipient. If you are not comfortable with the risks associated with e-mail messages, you may decide not to use e-mail to communicate with IPC. IPC reserves the right, to the extent and under circumstances permitted by applicable law, to retain, monitor and intercept e-mail messages to and from its systems.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20150508/d9cce648/attachment-0001.htm>


More information about the Users mailing list