[svn-commits] file: branch 12 r410510 - /branches/12/res/res_pjsip_multihomed.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Mar 13 08:24:20 CDT 2014


Author: file
Date: Thu Mar 13 08:24:17 2014
New Revision: 410510

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=410510
Log:
res_pjsip_multihomed: Remove change for testing fix.

Modified:
    branches/12/res/res_pjsip_multihomed.c

Modified: branches/12/res/res_pjsip_multihomed.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/res/res_pjsip_multihomed.c?view=diff&rev=410510&r1=410509&r2=410510
==============================================================================
--- branches/12/res/res_pjsip_multihomed.c (original)
+++ branches/12/res/res_pjsip_multihomed.c Thu Mar 13 08:24:17 2014
@@ -112,7 +112,7 @@
 
 	/* If the message needs to be updated with new address do so */
 	if (tdata->msg->type == PJSIP_REQUEST_MSG || !(cseq = pjsip_msg_find_hdr(tdata->msg, PJSIP_H_CSEQ, NULL)) ||
-		!pj_strcmp2(&cseq->method.name, "REGISTER")) {
+		pj_strcmp2(&cseq->method.name, "REGISTER")) {
 		pjsip_contact_hdr *contact = pjsip_msg_find_hdr(tdata->msg, PJSIP_H_CONTACT, NULL);
 		if (contact && (PJSIP_URI_SCHEME_IS_SIP(contact->uri) || PJSIP_URI_SCHEME_IS_SIPS(contact->uri))) {
 			pjsip_sip_uri *uri = pjsip_uri_get_uri(contact->uri);




More information about the svn-commits mailing list