From dc2a02dc59aedc6e967eb3b818ac94c890fa42e1 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 8 Jun 2015 17:54:49 +0000 Subject: [PATCH] Set fax_enable_t38_request to false solves problem with 'Called dropped prematurely' --- app/fax/fax_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/fax/fax_edit.php b/app/fax/fax_edit.php index 6626f50471..2c7b72dcc7 100644 --- a/app/fax/fax_edit.php +++ b/app/fax/fax_edit.php @@ -418,10 +418,10 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { $dialplan_detail_order = '050'; dialplan_detail_add($_SESSION['domain_uuid'], $dialplan_uuid, $dialplan_detail_tag, $dialplan_detail_order, $dialplan_detail_group, $dialplan_detail_type, $dialplan_detail_data); - // + // $dialplan_detail_tag = 'action'; //condition, action, antiaction $dialplan_detail_type = 'set'; - $dialplan_detail_data = 'fax_enable_t38_request=true'; + $dialplan_detail_data = 'fax_enable_t38_request=false'; $dialplan_detail_order = '060'; dialplan_detail_add($_SESSION['domain_uuid'], $dialplan_uuid, $dialplan_detail_tag, $dialplan_detail_order, $dialplan_detail_group, $dialplan_detail_type, $dialplan_detail_data);