mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update index.lua
This commit is contained in:
@@ -485,6 +485,11 @@
|
||||
caller_id = caller_id .. ",origination_caller_id_number="..caller_id_number;
|
||||
end
|
||||
|
||||
--ensure accountcode exists
|
||||
if (accountcode == nil) then
|
||||
accountcode = '';
|
||||
end
|
||||
|
||||
--set the destination dial string
|
||||
-- have to double destination_delay here due a FS bug requiring a 50% delay value for internal extensions, but not external calls.
|
||||
--destination_delay = destination_delay * 2;
|
||||
|
||||
Reference in New Issue
Block a user