workarround for #635
This commit is contained in:
parent
f77545bf40
commit
4c14d2bcb8
|
|
@ -324,6 +324,9 @@
|
|||
end
|
||||
--originate each destination
|
||||
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;
|
||||
cmd = "";
|
||||
if (tonumber(destination_delay) > 0) then
|
||||
|
|
|
|||
Loading…
Reference in New Issue