diff options
author | spag <spag@golwen.net> | 2013-01-18 11:57:19 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-18 11:57:19 +0100 |
commit | 045a4cfb6374cde4c664e91a9f8d1fede844b610 (patch) | |
tree | 3c5b33ce46096c45f538fc1f3412d98b97ec2695 /misc/freeswitch/scripts | |
parent | a76f384bef7deed913af1e2ee54eb1c295b62edd (diff) |
unused constant removed
Diffstat (limited to 'misc/freeswitch/scripts')
-rw-r--r-- | misc/freeswitch/scripts/dialplan/dialplan.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/freeswitch/scripts/dialplan/dialplan.lua b/misc/freeswitch/scripts/dialplan/dialplan.lua index 0407485..87652d5 100644 --- a/misc/freeswitch/scripts/dialplan/dialplan.lua +++ b/misc/freeswitch/scripts/dialplan/dialplan.lua @@ -7,7 +7,6 @@ module(...,package.seeall) Dialplan = {} -- local constants -local CONFIG_FILE_NAME = '/opt/freeswitch/scripts/ini/dialplan.ini'; local DIAL_TIMEOUT = 120; local MAX_LOOPS = 20; local DIALPLAN_FUNCTION_PATTERN = '^f[_%-].*'; |