Browse Source

Merge remote branch 'origin/master'

3.12
dschreiber 14 years ago
parent
commit
51216fe1d5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      opensips/opensips.tmp

+ 2
- 2
opensips/opensips.tmp View File

@ -558,7 +558,7 @@ route
{
xlog("L_ERR", "$ci|end|no servers avaliable");
sl_send_reply("480", "The cake is a lie!");
sl_send_reply("480", "All servers busy");
exit;
}
@ -876,7 +876,7 @@ failure_route[internal_fault]
}
else if (t_check_status("402"))
{
send_reply("486", "More money please");
send_reply("486", "Insert coin");
exit();
}


Loading…
Cancel
Save