<div dir="ltr"><div>After I add route(DISPATCH) to branch_route branch calls are going throught asterisk</div><div><br></div><div># Manage outgoing branches</div><div>branch_route[MANAGE_BRANCH] {</div><div>        xdbg("new branch [$T_branch_idx] to $ru\n");</div><div>        xnotice("BRANCH: $rm $ru [$ci]");</div><div>        route(DISPATCH);</div><div>        route(NATMANAGE);</div><div>}</div><div><br></div><div>but if I set</div><div>    $ru = "<a href="mailto:sip%3A34200@domain.org">sip:34200@domain.org</a>";<br></div><div><div>    append_branch("<a href="mailto:sip%3A34201@domain.org">sip:34201@domain.org</a>");</div></div><div><br></div><div>first main ($ru) INVITE resolve to contact of ip phone INVITE <a href="http://sip:34200@172.16.3.7:5060">sip:34200@172.16.3.7:5060</a></div><div>but branch doesnt' resolve INVITE <a href="mailto:sip%3A34201@domain.org">sip:34201@domain.org</a></div><div><br></div><div>Is there any way to resolve it?</div><div><br></div>-- <br><div class="gmail_signature">Aydar A. Kamalov</div>
</div>