Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

How to Disable Fax Detection on IMG 1010

Description:

Fax Type support for Modem Behavior 'Disabled' was introduced in Dialogic IMG 1010  Integrated Media Gateway software release 10.5.1_ER2. 

By setting the Modem Behavior field to 'Disabled', any RTP will be shut down and fax signaling will begin. 

This functionality is not exposed in the default Dialogic Gate Control Element Mangement System (GCEMS) ClientView and it is not currently possible to select 'Disabled' for the 'Fax Mode' field in the IP Bearer Profiles Pane in ClientView.

How to enable the 'Disabled' option:

Open and edit file /opt/dialogic/IMG/GateControlEMS/metadata/XML/IPBearerEntry.def 

In this section: 
 

<combobox >
<apply_to property="FaxMode" />
<!-- <static_choice value="Disable" /> -->
<static_choice value="Enable Relay (T.38)" />
<static_choice value="Enable Bypass" />
<static_choice value="Relay Fallback to Bypass" />
</combobox >

Un-comment the Disabled option to make it look like this: 
 

<combobox >
<apply_to property="FaxMode" />
<static_choice value="Disable" />
<static_choice value="Enable Relay (T.38)" />
<static_choice value="Enable Bypass" />
<static_choice value="Relay Fallback to Bypass" />
</combobox > 

Save the file, then restart GCEMS.  You can now select the option 'Disabled' for the 'Fax Mode' field in the IP Bearer Profiles Pane in ClientView.

Product List

Dialogic IMG 1010 Integrated Media Gateway

  • No labels