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 exit after send_reply for MESSAGE
3.17
karl anderson
12 years ago
parent
adca0c5eac
commit
9a51eed721
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
kamailio/default.cfg
+ 1
- 0
kamailio/default.cfg
View File
@ -301,6 +301,7 @@ route[HANDLE_MESSAGE]
route(INTERNAL_TO_EXTERNAL_RELAY);
} else {
sl_send_reply("202", "delivered to /dev/null");
exit;
}
}
}
Write
Preview
Loading…
Cancel
Save