Fix a missing comma.

This commit is contained in:
Mark Crane
2015-03-10 10:41:26 +00:00
parent abe396020f
commit 09f7868e36
2 changed files with 2 additions and 2 deletions
@@ -463,7 +463,7 @@
else else
--not found: user is available --not found: user is available
if (user_exists == "true") then if (user_exists == "true") then
dial_string = "["..group_confirm.."sip_invite_domain="..domain_name.."dialed_extension=" .. destination_number .. ",extension_uuid="..extension_uuid.."]user/" .. destination_number .. "@" .. domain_name; dial_string = "["..group_confirm.."sip_invite_domain="..domain_name..",dialed_extension=" .. destination_number .. ",extension_uuid="..extension_uuid.."]user/" .. destination_number .. "@" .. domain_name;
session:execute("bridge", dial_string); session:execute("bridge", dial_string);
elseif (tonumber(destination_number) == nil) then elseif (tonumber(destination_number) == nil) then
--sip uri --sip uri
+1 -1
View File
@@ -64,4 +64,4 @@
unset($in); unset($in);
} }
?> ?>