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;