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

View File

@@ -463,7 +463,7 @@
else
--not found: user is available
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);
elseif (tonumber(destination_number) == nil) then
--sip uri

View File

@@ -64,4 +64,4 @@
unset($in);
}
?>
?>