From 435da023b2fc174597f3010ad638ac3eecf2b819 Mon Sep 17 00:00:00 2001 From: lazedo Date: Thu, 26 Feb 2015 16:55:49 +0000 Subject: [PATCH] KAZOO-2137 send_reply fix --- kamailio/pusher-role.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamailio/pusher-role.cfg b/kamailio/pusher-role.cfg index d2396af..689752a 100644 --- a/kamailio/pusher-role.cfg +++ b/kamailio/pusher-role.cfg @@ -27,7 +27,7 @@ route[INTERNAL_TO_EXTERNAL_PUSH] t_set_fr(0, 10000); t_relay(); } else { - t_reply(487, "Temporarely unavailable"); + send_reply(480, "No Answer"); }; exit;