diff options
author | Peter Kozak <spag@golwen.net> | 2013-06-07 10:16:25 +0200 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-06-07 10:16:25 +0200 |
commit | b3a9f757bf86533c64f6ced8cae5901e2d1aec96 (patch) | |
tree | 4a24c85b600bd906cca3da110751f7b6d7c95c98 /misc/freeswitch/scripts/common | |
parent | 98e9aa73e258391bd2eaf935cf00d91d91546801 (diff) |
endconf flag added
Diffstat (limited to 'misc/freeswitch/scripts/common')
-rw-r--r-- | misc/freeswitch/scripts/common/pager.lua | 2 |
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(); |