From 0d536d4a57c565f65b84de7af981f07da30ddccd Mon Sep 17 00:00:00 2001 From: dschreiber Date: Wed, 18 Apr 2012 21:02:22 -0700 Subject: [PATCH] Lets be a bit clearer on messages eh? --- opensips/opensips.tmp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opensips/opensips.tmp b/opensips/opensips.tmp index e16bdd0..ae33401 100644 --- a/opensips/opensips.tmp +++ b/opensips/opensips.tmp @@ -315,7 +315,7 @@ route { xlog("L_WARN", "$ci|end|to many hops"); - sl_send_reply("483", "We refuse to process this endless imbroglio"); + sl_send_reply("483", "We refuse to process your infinite loop."); exit; } @@ -914,7 +914,7 @@ failure_route[internal_fault] xlog("L_INFO", "$ci|pass|$(si):$(sp)"); - send_reply("503", "Error: no_error"); + send_reply("503", "Error: Services Unavailable. Try Later"); exit(); } @@ -924,7 +924,7 @@ failure_route[internal_fault] xlog("L_INFO", "$ci|pass|$(si):$(sp)"); - send_reply("486", "Insert coin"); + send_reply("486", "Insufficient Funds"); exit(); }