Browse Source

add NOTIFY for branch_route

4.3
lazedo 6 years ago
parent
commit
5c91549b6c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/default.cfg

+ 1
- 1
kamailio/default.cfg View File

@ -663,7 +663,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