From de4a95197f2bfcc0e24de847dedfbf6b4315a3cc Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Wed, 14 Aug 2013 12:04:33 +0200 Subject: Treat NO_USER_RESPONSE as offline --- misc/freeswitch/scripts/dialplan/dialplan.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/freeswitch/scripts/dialplan/dialplan.lua b/misc/freeswitch/scripts/dialplan/dialplan.lua index 1133f58..b39acff 100644 --- a/misc/freeswitch/scripts/dialplan/dialplan.lua +++ b/misc/freeswitch/scripts/dialplan/dialplan.lua @@ -18,6 +18,7 @@ local CALL_FORWARDING_SERVICES = { HUNT_GROUP_EMPTY = 'offline', ACD_NO_AGENTS = 'offline', ACD_TIMEOUT = 'noanswer', + NO_USER_RESPONSE = 'offline', } -- create dialplan object -- cgit v1.2.3