From 34bcc3520c0829e3b0231e11c78c0abb8de81758 Mon Sep 17 00:00:00 2001 From: lazedo Date: Thu, 28 Feb 2019 02:01:08 +0000 Subject: [PATCH] fix relay in dispatcher --- kamailio/dispatcher-role.cfg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/kamailio/dispatcher-role.cfg b/kamailio/dispatcher-role.cfg index b9afffe..46bd6b4 100644 --- a/kamailio/dispatcher-role.cfg +++ b/kamailio/dispatcher-role.cfg @@ -233,12 +233,8 @@ route[DISPATCHER_NEXT_ROUTE] # reset the final reply timer $avp(final_reply_timer) = 3; - t_on_reply("INTERNAL_REPLY"); - - t_on_failure("INTERNAL_FAULT"); - # relay the request to the new media server - route(EXTERNAL_TO_INTERNAL_RELAY); + route(RELAY); exit(); }