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
KAZOO-2137 send_reply fix
3.20
lazedo
11 years ago
parent
b06fa74b74
commit
435da023b2
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kamailio/pusher-role.cfg
+ 1
- 1
kamailio/pusher-role.cfg
View File
@ -27,7 +27,7 @@ route[INTERNAL_TO_EXTERNAL_PUSH]
t_set_fr(0, 10000);
t_set_fr(0, 10000);
t_relay();
t_relay();
} else {
} else {
t_reply(487, "Temporarely unavailable
");
send_reply(480, "No Answer
");
};
};
exit;
exit;
Write
Preview
Loading…
Cancel
Save