From b3a9f757bf86533c64f6ced8cae5901e2d1aec96 Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Fri, 7 Jun 2013 10:16:25 +0200 Subject: endconf flag added --- misc/freeswitch/scripts/common/pager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') 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(); -- cgit v1.2.3