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
Looks like semicolon missed
3.20
OnNet
11 years ago
parent
4ecf1d8444
commit
b9bd5a920b
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
@ -381,7 +381,7 @@ route[HANDLE_MESSAGE]
route(INTERNAL_TO_EXTERNAL_RELAY);
} else {
sl_send_reply("202", "delivered to /dev/null");
exit()
exit()
;
}
}
#!endif
Write
Preview
Loading…
Cancel
Save