Fix outbound_route_to_bridge so that it uses the correct domain_uuid in every situation. Everyone using multi-tenant is should update svn to apply this fix.

This commit is contained in:
Mark Crane
2012-09-04 16:34:34 +00:00
parent f10e565168
commit 815dd7ec87
6 changed files with 11 additions and 11 deletions

View File

@@ -181,7 +181,7 @@ if (defined('STDIN')) {
//send the command with event socket
if ($fp) {
//prepare the fax originate command
$route_array = outbound_route_to_bridge($fax_forward_number);
$route_array = outbound_route_to_bridge($_SESSION['domain_uuid'], $fax_forward_number);
$fax_file = $dir_fax."/".$fax_name.".tif";
if (count($route_array) == 0) {
//send the internal call to the registered extension