This section shows a sample configuration file used with the IP Mail demo. Refer to the comments in the sample file for an explanation of the file contents.
Before running the IP Mail demo, modify the iptmail_r4.cfg file to reflect your system environment. Use a text editor and open the file from:
Sample Configuration FileBelow is an example of the iptmail_r4.cfg file. Update the information about the coder that should be used when originating a call toward the IP network, according to your configuration.
#######################################################################################
# IP Protocol :
# The IP Protocol used for opening the IP Line devices, values: H323, SIP, both
#
# DTMFmode
# possible options:
# OutOfBand, inband, rfc2833
#
# Capability possibilities:
# g711Alaw
# g711Mulaw
# gsm
# gsmEFR
# g723_5_3k
# g723_6_3k
# g729a
# g729ab
#
# Note: if you want to run the demo with coder g729 use:
# g729a for running with VAD disable
# and 729ab for running with VAD enable
#
# Caution:
# If capability is g711Alaw /Mulaw ==> FramesPerPkt = 10,20,30.
# G711 frame per packet defines the packet size in milliseconds
# If capability is g723_5_3k / 6_3k ==> FramesPerPkt = 1, 2, 3 .
# FrameSize isn't needed, default= 30ms.
# If capability is gsm ==> FramesPerPkt = 1, 2, 3 .
# FrameSize isn't needed, default= 20ms.
# If capability is gsmEFR ==> FramesPerPkt = 1, 2, 3 .
# FrameSize isn't needed, default= 20ms.
# If capability is g729a ==> FramesPerPkt = 3, 4 .
# FrameSize isn't needed, default= 10ms.
# VAD disable, the VAD parameter is ignored
# If capability is g729ab ==>FramesPerPkt = 3, 4 .
# FrameSize isn't needed, default= 10ms.
# VAD enable, the VAD parameter is ignored
#
#######################################################################################
ipProtocolName = H323
Channel = 1-120
{
DTMFmode = OutOfBand
Capability
{
TxType = g711Mulaw
TxFramesPerPkt = 30
TxVAD = 0
RxType = g711Mulaw
RxFramesPerPkt = 30
RxVAD = 0
}
MediaAlarmLostPackets
{
Threshold = 20 # Threshold value
DebounceOn = 10000 # Threshold debounce ON
DebounceOff = 10000 # Threshold debounce OFF
Interval = 1000 # Threshold Time Interval (ms)
PercentSuccess = 60 # Threshold Success Percent
PercentFail = 40 # Threshold Fail Percent
}
MediaAlarmJitter
{
Threshold = 60 # Threshold value
DebounceOn = 20000 # Threshold debounce ON
DebounceOff = 60000 # Threshold debounce OFF
Interval = 5000 # Threshold Time Interval (ms)
PercentSuccess = 60 # Threshold Success Percent
PercentFail = 40 # Threshold Fail Percent
}
# MediaAlarmResetAlarmState = 0
}
Click here to contact Telecom Support Resources
Copyright 2002, Intel Corporation