7 - 12 MC40 Integrator Guide
The administrator can edit an xml configuration file and import it into any MC40 device. Use any text editor to
create or edit an xml file. Use the sample below to create the xml file.
<?xml version="1.0" encoding="UTF-8"?>
<TeSettingList>
<setting>
<te_enable>false</te_enable>
<explanation>Enable or disable the TE service.</explanation>
</setting>
<setting>
<te_channel>1</te_channel>
<explanation>Talk group channel.</explanation>
</setting>
<setting>
<te_TalkTimeOut>60000</te_TalkTimeOut>
<explanation>In a group call, the amount of time the user is allowed to hold
the floor (talk without interruption). Decimal value in milliseconds. disable =
0.</explanation>
</setting>
<setting>
<te_pvtTalkTimeOut>60000</te_pvtTalkTimeOut>
<explanation>In a private call, the amount of time the user is allowed to
hold the floor in the private call (talk without interruption). Decimal value in
milliseconds. disable = 0.</explanation>
</setting>
<setting>
<te_END_SESSION>10000</te_END_SESSION>
<explanation>The amount of time that has to elapse after which a Private
Response cannot be made to the last known talker in the session. Decimal value in
milliseconds.</explanation>
</setting>
<setting>
<te_PvtHangTimerDuration>10000</te_PvtHangTimerDuration>