workarround for #635

This commit is contained in:
luis daniel lucio quiroz 2014-06-25 20:26:30 +00:00
parent f77545bf40
commit 4c14d2bcb8
1 changed files with 3 additions and 0 deletions

View File

@ -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