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
use send_reply instead of sl_send_reply
* send_reply checks if there's a ongoing transaction and will call proper function to send the reply
master
lazedo
6 years ago
parent
ce2e4d3f2b
commit
ff12d456b5
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
@ -487,7 +487,7 @@ route[PREPARE_INITIAL_REQUESTS]
if (t_check_trans()) {
route(RELAY);
} else {
s
l_s
end_reply("481", "Call leg/transaction does not exist");
send_reply("481", "Call leg/transaction does not exist");
}
exit();
} else if (is_method("ACK")) {
Write
Preview
Loading…
Cancel
Save