Add. ${user_exists} value to check condition when build CF dialstring (#2183)

This commit is contained in:
Alexey Melnichuk
2016-11-24 20:07:55 +03:00
committed by FusionPBX
parent d892521404
commit 80a1e5b710

View File

@@ -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