This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
kazoo-configs-kamailio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
183
Wiki
Activity
Browse Source
add NOTIFY for branch_route
master
lazedo
6 years ago
parent
a81375cfcc
commit
75a82a3e7c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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");
}
Write
Preview
Loading…
Cancel
Save