]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3772 --resolve please no vanity comments
authorKen Rice <krice@freeswitch.org>
Fri, 1 Mar 2013 21:48:48 +0000 (15:48 -0600)
committerKen Rice <krice@freeswitch.org>
Fri, 1 Mar 2013 21:48:48 +0000 (15:48 -0600)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/nta/nta.c

index 4cc6f673f620eaae603247ae7d556c2af6dc6cbc..e6a01c6b4309ad09e73fd9572f1dc724f45eaee4 100644 (file)
@@ -1 +1 @@
-Tue Feb 19 13:10:23 CST 2013
+Fri Mar  1 15:47:13 CST 2013
index dddb3ecd9a48291c850fa82a62c3247ba96b7580..3f6afc03f6d081c685fbd4053f7cd0c7555ff55b 100644 (file)
@@ -7858,7 +7858,7 @@ nta_outgoing_t *outgoing_create(nta_agent_t *agent,
     else
       branch = su_sprintf(home, "branch=%s", branch);
   }
-  else if (orq->orq_user_via && sip->sip_via->v_branch)
+  else if (orq->orq_user_via && sip->sip_via->v_branch && orq->orq_method != sip_method_invite )
     branch = su_sprintf(home, "branch=%s", sip->sip_via->v_branch);
   else if (stateless)
     branch = stateless_branch(agent, msg, sip, orq->orq_tpn);