Remove the digit-map for polycom to allow it to dial any digits and add a comma in the dialstring for ring groups that was missing

This commit is contained in:
Mark Crane
2014-08-23 21:12:06 +00:00
parent 6e3656cdfd
commit a5643cf97b
2 changed files with 3 additions and 3 deletions

View File

@@ -336,7 +336,7 @@
dialplan_detail_data = r.dialplan_detail_data:gsub("$1", destination_result);
--if the session is set then process the actions
if (y == 0) then
square = "[sip_invite_domain="..domain_name..","..group_confirm.."leg_timeout="..destination_timeout..",leg_delay_start="..destination_delay..",ignore_early_media=true";
square = "[sip_invite_domain="..domain_name..","..group_confirm.."leg_timeout="..destination_timeout..",leg_delay_start="..destination_delay..",ignore_early_media=true,";
end
if (r.dialplan_detail_type == "set") then
--session:execute("eval", dialplan_detail_data);