mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Set fax_enable_t38_request to false solves problem with 'Called dropped prematurely'
This commit is contained in:
@@ -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);
|
||||
|
||||
//<action application="set" data="fax_enable_t38_request=true"/>
|
||||
//<action application="set" data="fax_enable_t38_request=false"/>
|
||||
$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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user