Add. ${user_exists} value to check condition when build CF dialstring (#2183)
This commit is contained in:
committed by
FusionPBX
parent
d892521404
commit
80a1e5b710
@@ -271,6 +271,7 @@
|
|||||||
local bridge = route_to_bridge(dbh, domain_uuid, {
|
local bridge = route_to_bridge(dbh, domain_uuid, {
|
||||||
destination_number = forward_all_destination;
|
destination_number = forward_all_destination;
|
||||||
['${toll_allow}'] = toll_allow;
|
['${toll_allow}'] = toll_allow;
|
||||||
|
['${user_exists}'] = 'false';
|
||||||
})
|
})
|
||||||
if bridge and bridge.bridge then
|
if bridge and bridge.bridge then
|
||||||
dial_string = dial_string .. bridge.bridge
|
dial_string = dial_string .. bridge.bridge
|
||||||
|
|||||||
Reference in New Issue
Block a user