Remove origination_caller_id_name from ring groups lua script.
This commit is contained in:
@@ -269,7 +269,7 @@
|
|||||||
dialplan_detail_data = r.dialplan_detail_data:gsub("$1", destination_result);
|
dialplan_detail_data = r.dialplan_detail_data:gsub("$1", destination_result);
|
||||||
--if the session is set then process the actions
|
--if the session is set then process the actions
|
||||||
if (y == 0) then
|
if (y == 0) then
|
||||||
square = "[sip_invite_domain="..domain_name..",leg_timeout="..destination_timeout..",leg_delay_start="..destination_delay..",origination_caller_id_name="..origination_caller_id_name..",";
|
square = "[sip_invite_domain="..domain_name..",leg_timeout="..destination_timeout..",leg_delay_start="..destination_delay..",";
|
||||||
end
|
end
|
||||||
if (r.dialplan_detail_type == "set") then
|
if (r.dialplan_detail_type == "set") then
|
||||||
--session:execute("eval", dialplan_detail_data);
|
--session:execute("eval", dialplan_detail_data);
|
||||||
|
|||||||
Reference in New Issue
Block a user