mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-03 10:23:50 +00:00
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, {
|
||||
destination_number = forward_all_destination;
|
||||
['${toll_allow}'] = toll_allow;
|
||||
['${user_exists}'] = 'false';
|
||||
})
|
||||
if bridge and bridge.bridge then
|
||||
dial_string = dial_string .. bridge.bridge
|
||||
|
||||
Reference in New Issue
Block a user