[SR-Users] append_branch + dispatcher

Aidar Kamalov aidar.kamalov at gmail.com
Fri Sep 8 10:36:16 CEST 2017


After I add route(DISPATCH) to branch_route branch calls are going throught
asterisk

# Manage outgoing branches
branch_route[MANAGE_BRANCH] {
        xdbg("new branch [$T_branch_idx] to $ru\n");
        xnotice("BRANCH: $rm $ru [$ci]");
        route(DISPATCH);
        route(NATMANAGE);
}

but if I set
    $ru = "sip:34200 at domain.org";
    append_branch("sip:34201 at domain.org");

first main ($ru) INVITE resolve to contact of ip phone INVITE
sip:34200 at 172.16.3.7:5060
but branch doesnt' resolve INVITE sip:34201 at domain.org

Is there any way to resolve it?

-- 
Aydar A. Kamalov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20170908/b8599b56/attachment.html>


More information about the sr-users mailing list