Fix a missing comma.
This commit is contained in:
@@ -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
@@ -64,4 +64,4 @@
|
|||||||
unset($in);
|
unset($in);
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user