⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iptgate.cfg

📁 ipt网关源码
💻 CFG
字号:
############################################################################
#                                                                          #
# Source : My IPTGate machine IP address.                                  #
#                                                                          #
# Destination: Destination address for MsgMakeCall.                        #
#                                                                          #
# RemotePhoneNumber: Destination phone number to call,                     #
#                    Transferred during call establishment to Target GW.  
#
#                                                                          #
# LocalPhoneNumber: The number used for PSTN calls,                        #
#                   in case we don't get phone list from MsgGetCallInfo.  
#
#                                                                          #
# Coder: Requested coder type during call(G723 or G711MuLaw).              
#
#
#                                                                          #
# FramesPerPkt: Number of coder frames per RTP packet(range 1-3).          # 
#
#                                                                          #
# FrameSize: Coder output frame size in miliseconds                        #
#            (Valid only for G711: 10 or 20 or 30).                        #
#
#                                                                          #
# Rate: High or low bit rate (Valid only for multiple rate coders)         #
#       0 - G723 6.3                                                       #
#       1 - G723 5.3                                                       #
#                                                                          #
# VAD: Voice Activity Detector (Valid for G723 & GSM)                      #
#               0 = disable (No silence suppression).                      #
#               1 = enable (Suppresses silence packets).                   #
#                                                                          #
# Display: Display information that is passed to destination GW            #
#          during call establishment.                                      #
#                                                                          #
# UUI: User to User Information string, Information to send before         #
#      Connected state.                                                    #
#                                                                          #
# UII: UII string to send, when send MsgSendUserInputIndication.           #
#                                                                          #
# NonStdCmd: NonStdCmd string to send, when send MsgSendNonStdCmd.         #
#                                                                          #
############################################################################

Source = 192.2.2.71

#Channel = 1 - 2
#{
#   Destination = 202.96.199.246
#   RemotePhoneNumber = 9,121
#   LocalPhoneNumber = 304
#   Coder0
#   {
#      Type = g711MuLaw
#      FramesPerPkt = 1
#      FrameSize = 30
#      Rate = 0
#      VAD = 0
#   }
#   Display = IPTGate_Chan1
#  IPT_UUI = User_to_User_1
#  UII = 255
#   NonStdParam = NSP_Chan1
#   Facility = Facility_Chan1
#   ObjectId = 2 16 840 1 113777
#}

Channel = 3
{
   Destination = 192.2.2.71
   RemotePhoneNumber = 9,121
   LocalPhoneNumber = 304
   Coder0
   {
      Type = g711MuLaw
      FramesPerPkt = 1
      FrameSize = 30
      Rate = 0
      VAD = 0
   }
   Display = IPTGate_Chan1
   IPT_UUI = User_to_User_1
   UII = 255
   NonStdCmd = NSC_Chan1
   NonStdParam = NSP_Chan1
   Facility = Facility_Chan1
   ObjectId = 2 16 840 1 113777
}

Channel = 4
{
   Destination = 192.2.2.71
   RemotePhoneNumber = 9,117
   LocalPhoneNumber = 305
   Coder0
   {
      Type = g711MuLaw
      FramesPerPkt = 1
      FrameSize = 30
      Rate = 0
      VAD = 0
   }
   Display = IPTGate_Chan1
   IPT_UUI = User_to_User_1
   UII = 255
   NonStdCmd = NSC_Chan1
   NonStdParam = NSP_Chan1
   Facility = Facility_Chan1
   ObjectId = 2 16 840 1 113777
}

⌨️ 快捷键说明

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