Sample configuration file – Intel IP Media Server User Manual
Page 17

IP Media Server for HMP Demo Guide — July 2005
17
Preparing to Run the Demo
Sample Configuration File
################################################################################################
# IP Protocol :
# The IP Protocol used for opening the IP Line devices, values: H323, SIP, both
#
# DTMFmode 
# possible options: 
# OutOfBand, inband, rfc2833
#
# Capability posiblities:
# g711Alaw
# g711Mulaw
# gsm
# gsmEFR
# g723_5_3k
# g723_6_3k
# g729a 
# g729ab
# t38UDPFax
#
# 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
DTMFmode = inBand
Channel = 1-120
{
 Capability
 {
# TxType = g711Alaw
# TxFramesPerPkt = 30
# TxVAD = 0
# RxType = g711Alaw
# RxFramesPerPkt = 30
# RxVAD = 0
 TxType = g711Mulaw
 TxFramesPerPkt = 20
 TxVAD = 0
 RxType = g711Mulaw
 RxFramesPerPkt = 20
 RxVAD = 0
# TxType = t38UDPFax
 }
