summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
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();