From 208036e21887db5258f160b10e9d640780c9cd42 Mon Sep 17 00:00:00 2001 From: karl anderson Date: Fri, 16 Mar 2012 11:41:07 -0700 Subject: [PATCH] WHISTLE-918: updated errors --- opensips/opensips.tmp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opensips/opensips.tmp b/opensips/opensips.tmp index 08af818..35b3da9 100644 --- a/opensips/opensips.tmp +++ b/opensips/opensips.tmp @@ -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(); }