From e78e21860788ed7faabe25d645f58cd0c153dfac Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Wed, 27 Feb 2013 17:47:13 -0500 Subject: fixed call authentication --- misc/freeswitch/scripts/dialplan/dialplan.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/freeswitch/scripts/dialplan/dialplan.lua') diff --git a/misc/freeswitch/scripts/dialplan/dialplan.lua b/misc/freeswitch/scripts/dialplan/dialplan.lua index 7d9ac58..4425f8b 100644 --- a/misc/freeswitch/scripts/dialplan/dialplan.lua +++ b/misc/freeswitch/scripts/dialplan/dialplan.lua @@ -251,7 +251,7 @@ function Dialplan.retrieve_caller_data(self) -- TODO: Set auth_account on transfer initiated by calling party if not common.str.blank(self.caller.dialed_sip_user) then - self.caller.auth_account = self:object_find('sipaccount', self.caller.dialed_domain, dialed_sip_user); + self.caller.auth_account = self:object_find('sipaccount', self.caller.dialed_domain, self.caller.dialed_sip_user); if self.caller.set_auth_account then self.caller:set_auth_account(self.caller.auth_account); end -- cgit v1.2.3