summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-08-14 12:04:33 +0200
committerPeter Kozak <spag@golwen.net>2013-08-14 12:04:33 +0200
commitde4a95197f2bfcc0e24de847dedfbf6b4315a3cc (patch)
tree88b9abb04b62d849df994381420c3d7a478832c1
parent01df44f3575c0a465973724fa729cbdceaa0f5a6 (diff)
Treat NO_USER_RESPONSE as offline
-rw-r--r--misc/freeswitch/scripts/dialplan/dialplan.lua1
1 files changed, 1 insertions, 0 deletions
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