summaryrefslogtreecommitdiff
path: root/misc/freeswitch/scripts/dialplan/dialplan.lua
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-28 06:51:07 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-28 06:51:07 +0100
commit2b94b16ee1201d15b3b9d66e142df311141a47db (patch)
tree70ea5177c88e06ca4b8ae02ed2b9fc8685e73ffd /misc/freeswitch/scripts/dialplan/dialplan.lua
parent5c87034a0448af2e2bd3f4de3bbaba4d482d1f7e (diff)
parente78e21860788ed7faabe25d645f58cd0c153dfac (diff)
Merge branch 'develop'5.1.0
Diffstat (limited to 'misc/freeswitch/scripts/dialplan/dialplan.lua')
-rw-r--r--misc/freeswitch/scripts/dialplan/dialplan.lua2
1 files changed, 1 insertions, 1 deletions
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