Add instant_ringback to the bridge statement
This commit is contained in:
@@ -1168,14 +1168,14 @@
|
|||||||
if (ring_group_strategy == "enterprise") then
|
if (ring_group_strategy == "enterprise") then
|
||||||
app_data = dial_string;
|
app_data = dial_string;
|
||||||
else
|
else
|
||||||
app_data = "{ignore_early_media=true}"..dial_string;
|
app_data = "{ignore_early_media=true,instant_ringback=true}"..dial_string;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
if (app_data == nil) then
|
if (app_data == nil) then
|
||||||
if (ring_group_strategy == "enterprise") then
|
if (ring_group_strategy == "enterprise") then
|
||||||
app_data = dial_string;
|
app_data = dial_string;
|
||||||
else
|
else
|
||||||
app_data = "{ignore_early_media=true}"..dial_string;
|
app_data = "{ignore_early_media=true,instant_ringback=true}"..dial_string;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
app_data = app_data .. delimiter .. dial_string;
|
app_data = app_data .. delimiter .. dial_string;
|
||||||
|
|||||||
Reference in New Issue
Block a user