summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-06-07 10:16:25 +0200
committerPeter Kozak <spag@golwen.net>2013-06-07 10:16:25 +0200
commitb3a9f757bf86533c64f6ced8cae5901e2d1aec96 (patch)
tree4a24c85b600bd906cca3da110751f7b6d7c95c98 /misc
parent98e9aa73e258391bd2eaf935cf00d91d91546801 (diff)
endconf flag added
Diffstat (limited to 'misc')
-rw-r--r--misc/freeswitch/scripts/common/pager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/freeswitch/scripts/common/pager.lua b/misc/freeswitch/scripts/common/pager.lua
index 6896e4c..d9440f4 100644
--- a/misc/freeswitch/scripts/common/pager.lua
+++ b/misc/freeswitch/scripts/common/pager.lua
@@ -44,7 +44,7 @@ function Pager.enter(self)
end
if tonumber(self.record.sip_account_id) == tonumber(self.caller.account.id) then
- flags = 'moderator';
+ flags = 'moderator|endconf';
end
self:callback();