FS-3772 --resolve please no vanity comments

This commit is contained in:
Ken Rice 2013-03-01 15:48:48 -06:00
parent 790abe6b0f
commit c35a41e4ca
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
Tue Feb 19 13:10:23 CST 2013
Fri Mar 1 15:47:13 CST 2013

View 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);