Browse Source

add NOTIFY for branch_route

master
lazedo 6 years ago
parent
commit
75a82a3e7c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/default.cfg

+ 1
- 1
kamailio/default.cfg View File

@ -577,7 +577,7 @@ branch_route[MANAGE_BRANCH] {
route[RELAY]
{
if (is_method("INVITE|BYE|SUBSCRIBE|UPDATE")) {
if (is_method("INVITE|BYE|SUBSCRIBE|UPDATE|NOTIFY")) {
if(!t_is_set("branch_route")) t_on_branch("MANAGE_BRANCH");
}


Loading…
Cancel
Save