workarround for #635
This commit is contained in:
@@ -324,6 +324,9 @@
|
|||||||
end
|
end
|
||||||
--originate each destination
|
--originate each destination
|
||||||
if (dial_string ~= nil) then
|
if (dial_string ~= nil) then
|
||||||
|
if (origination_caller_id_number == nil) then
|
||||||
|
origination_caller_id_number = caller_id_number;
|
||||||
|
end
|
||||||
dial_string = "{ignore_early_media=true,origination_caller_id_number="..origination_caller_id_number.."}"..dial_string;
|
dial_string = "{ignore_early_media=true,origination_caller_id_number="..origination_caller_id_number.."}"..dial_string;
|
||||||
cmd = "";
|
cmd = "";
|
||||||
if (tonumber(destination_delay) > 0) then
|
if (tonumber(destination_delay) > 0) then
|
||||||
|
|||||||
Reference in New Issue
Block a user