gateway_r4.cfg

来自「dialogic voip 测试代码」· CFG 代码 · 共 60 行

CFG
60
字号
########################################################################################################

# Telephony Protocol :

#   For ANAPI(Analog Front End) use the root file name of the analog protocol file for your country or telephone network)

#   For ICAPI (Digital Front End) use the root file name of the country dependent parameter <.cdp> file

#

#

# Capability posiblities:

#    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   

#     

#####################################################################################################

Channel = 1-30

{

   Source = NAME:Dialogic Corp.

   Destination = TA:10.242.214.152

   RemotePhoneNumber = 23

   LocalPhoneNumber = 26

   pstnProtocol = isdn

   ipProtocol = H323_NTSC

   Capability

   {

      Type = g723_5_3k

      FramesPerPkt = 1

      VAD = 0

   }

   Display = GATEWAY_Chan1

   IPT_UUI = User_to_User_1

   UII = 12345

   NonStdParm = NSP_Chan1

   NonStdCmd = NSC_Chan1

   ObjId = 1 22 333 4444

   Q931Facility = facility 01

}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?