Quintum 网关基本配置

Quintum 网关基本配置
登陆方式:方法一:串口登陆(1).用配套的串口线连接网关的CONSOLE口和电脑的串口。
(2).开启电脑的的超级终端,路径如下: 开始->程序->附件->通信->超级终端;
(3).随便输入一个不为空的名称,按确认;
(4).在“连接时使用(N):”列表中,
选择步骤(1)中连接电脑的串口号码后,按确定;
(5).出现端口设置对话框,点击“还原为默认值”按钮;选择“每秒位数”为38400后按确定。
最后按一下回车,如果出现“Login:”表示连接成功;否则,新建一个连接,更改步骤
(4)中“连接时使用(N):”列表中的串口号码(COM1、COM2、COM3...)。
方法二:telnet 使用这个方法登陆,用户必须知道网关的IP地址是多少,否则只能使用方法一;
还有,当删除数据库之后,也只能使用方法一登陆!!! 方法是:在命令行和开始的运行中,
输入“telnet 网关地址” 如果出现“Login:”表示连接成功;否则,检查是否开机和网线是否连接好.
用户登陆:
默认的用户名为:admin
密码为:admin 修改IP地址、子网掩码和网关地址:Quintum# ei
//进入EthernetInterface-SL1DV1EI1目录 Quintum-EthernetInterface-SL1DV1EI1# con
//进入config配置模式 config-EthernetInterface-SL1DV1EI1# set ipa 192.168.1.200
//设置ip地址为192.168.1.200 config-EthernetInterface-SL1DV1EI1* set sm 255.255.255.0
//设置子网掩码为255.255.255.0 config-EthernetInterface-SL1DV1EI1* siprd
//进入siprd目录.因为gateway和配置的ip不合法,系统将不给保存以上设置.
config-StaticIPRouteDir-1* change 1 g 192.168.1.2
//改变index为1的网关地址
StaticIPRoute Table index Destination NetMask Gateway EIAttached Metric
----- --------------- --------------- --------------- ------------- ------
1 0.0.0.0 0.0.0.0 192.168.1.2 EI-SL1DV1EI1 1config-StaticIPRouteDir-1* sub
//保存以上设置.(以下操作是使用系统命令来重启网关,因为刚改变了网关的IP,要重启网关才生效)config-EthernetInterface-SL1DV1EI1# mc
//进入MC目录config-MasterChassis-1# main
//进入main管理模式,只有管理模式才可以使用reset命令maintain-MasterChassis-1# reset
//重启网关Are you sure that you want to reset the MasterChassis (Yes/No)?yes Resetting the MasterChassis
//见到左边这行才表示重启成功.否则检查以上命令是否输入错误。 设置配置拨号规则: Quintum# dp
//注:进入DialPlan目录Quintum-DialPlan-1# con
//进入config配置模式.注:con为config命令的缩写config-DialPlan-1# set maxdn 30
//设置最多拨30位的号码 config-DialPlan-1* set mindn 1
//设置最少拨1位的号码 config-DialPlan-1* set ldp
//设置本地长途前序为空 config-DialPlan-1* set cpp
//设置运营商号码为空 config-DialPlan-1* set intlp[1]
//设置第一个国际长途前序为空 config-DialPlan-1* set ptc 1
//设置拨号国家为中国 config-DialPlan-1* sub
//保存以上设置 config-DialPlan-1# sh
//查看修改后的设置.sh为show命令的缩写
DialPlan-1 : MAXDNlength : 30
max DN length MINDNlength : 1
min DN length LongDistancePrefix : (Not Set)
Numeric string CarrierPrefixPattern : (Not Set)
101xxxx;x is 0 to 9 INTernationaLPrefix[1..8] : (Not Set)
IntercomEnable : 0
No; default InterDigitTimeout : 4
secs; default DialPlanCountry : 0
Generic CCITT,defaul ProgressToneCountry : 1
china CountryCode : (Not Set)
digits 1 to 7 AreaCode : (Not Set)
Numeric String P102版本没DialPlanCountry和ProgressToneCountry,CountryCode和AreaCode在pubnp目录中.
SI目录中的Country设为17,Pubnp 目录中的CountryCode和AreaCode都设置为空。
配置H323协议Quintum# h323config-H323SignalingGroup-1# set pgkipa xxx.xxx.xxx.xxx
//配置h323中心网守的地址config-H323SignalingGroup-1* set aeip 1
//配置自动更新ei中的ExternalNATIPAddr,如果不设置项,可能会导致电话单通config-H323SignalingGroup-1* set h323id xxxxx
//h323id,用于用户识别和计费config-H323SignalingGroup-1* sub
//保存设置

QUINTUM AX OS 基本设置讲解
常用命令
Show //显示本目录内容
Sub //保存刚修改的配置
Discard //放弃保存未保存的配置
New {name} //新建一项,如 new tcrg 1 (新建一个tcrg1组)
Delete {name} //删除指定的项目,如 delete tcrg-1
Exit //返回上一级目录
Change //修改功能表中选项的属性
Add //增加功能表中的选项
Remove //删除功能表中的选项
Setfactory //还原出厂设置(本机IP地址是不会变的)
? //提供当前目录所能用的命令的帮助
status gktable //显示CMS中网守的路由表
status ds1 //显示全部的数字中继卡接口的状态
log //退出控制
要进入某层目录时只需要写该目录名在系统中名字的大写部分。如要进入到“GateKeeperParam”时只要写“gkp”

操作模式
配置模式 写config(con)可进入。该模式能让用户配置CMS的所有功能。如:set、new、delete等
诊断模式 写diagnostics(diag)可进入。在这里能用一些关于诊断和测试的命令。如:ping
维护模式 写maintenance(main)可进入。重起机器要在该模式下执行。如:reset
监控模式 写monitoring(mon)可进入。监控系统母板、系统中心控制卡、DSP卡等情况。如:status

昆腾网关配置 [转贴 2008-02-28 13:40:44] 1,如何设置Tenor 2G的IP地址,子网掩码和默认网关地址?
Quintum# con (进入config模式)
config# ei
config-EthernetInterface-SL1DV1EI1# set ipa 192.168.1.202 (设置Tenor 2G IP地址)
config-EthernetInterface-SL1DV1EI1* set sm 255.255.255.0 (设置子网掩码)
config-EthernetInterface-SL1DV1EI1* siprd
config-StaticIPRouteDir-1* change 1 g 192.168.1.1 (设置默认网关地址)
config-StaticIPRouteDir-1* sub
config-StaticIPRouteDir-1# main mc (重新启动Tenor 2G)
maintain-MasterChassis-1# reset

2,如何修改Tenor 2G的登录密码
Quintum# con (进入config模式)
config# main
maintain# password
Type the old password: (输入旧密码)
Type the new password:
Type the new password again:
The password is changed

3,如何限制IP地址访问Tenor 2G
例:只允许192.168.1.*访问Tenor 2G
Quintum# con
config# fipd
config-FilterIPDir-1# add 192.168.1.1 nm 255.255.255.0

FilterIP Table

index Destination NetMask
----- ---------------- ----------------
1 192.168.1.1 255.255.255.0

config-FilterIPDir-1* sub
config-FilterIPDir-1# ei
config-EthernetInterface-SL1DV1EI1# set fipda[1] fipd-1
config-EthernetInterface-SL1DV1EI1* sub

4,如何采用DHCP方式获得IP地址
Quintum# con (进入config模式)
config# ei
config-EthernetInterface-SL1DV1EI1# set dhcpe 1 (采用DHCP模式)
config-EthernetInterface-SL1DV1EI1* sub
config-EthernetInterface-SL1DV1EI1# main mc
maintain-MasterChassis-1# reset
Are you sure that you want to reset the MasterChassis (Yes/No)?yes

5,如何使用PPPOE方式获得IP地址
Quintum# con
config# ei
config-EthernetInterface-SL1DV1EI1# set pppoee 1 (打开PPPOE模式)
config-EthernetInterface-SL1DV1EI1* sub
config-EthernetInterface-SL1DV1EI1# set pppoeusername qwerty (设置pppoeusername)
config-EthernetInterface-SL1DV1EI1* set pppoepassword poiuyt (设置pppoepassword)
config-EthernetInterface-SL1DV1EI1* sub
config-EthernetInterface-SL1DV1EI1# main mc
maintain-MasterChassis-1# reset
Are you sure that you want to reset the MasterChassis (Yes/No)?yes

6, 如何解决FXO咬线问题?
Quintum# con
config# cassg line
config-CASSignalingGroup-line# set tbs 3 (打开语音检测功能)
config-CASSignalingGroup-line* sub
config-CASSignalingGroup-line# tp
config-ToneProfile-1# set dtf1 250 (适当调大dtf1和dtf2频率范围)
config-ToneProfile-1* set dtf2 650
config-ToneProfile-1* sub
config-ToneProfile-1# set dtont 350 (适当调大DiscToneONTime和DiscToneOFFTime的时间)
config-ToneProfile-1* set dtofft 350
config-ToneProfile-1* sub
config-ToneProfile-1# cassg phone
config-CASSignalingGroup-phone# set dtpa tp-1
config-CASSignalingGroup-phone* sub

7,O口出现假记费,如何调整Tenor 2G
Quintum# con
config# cassg line
config-CASSignalingGroup-line# set ad 60
config-CASSignalingGroup-line* set tbs 3
config-CASSignalingGroup-line* set asms 1
config-CASSignalingGroup-line* set asda 1
config-CASSignalingGroup-line* sub

8,如何和Neetmeeting通话?
Quintum# h323sg
Quintum-H323SignalingGroup-1# con
config-H323SignalingGroup-1# set dh245t 1
config-H323SignalingGroup-1* sub
config-H323SignalingGroup-1# iprg
config-IPRoutingGroup-default# set fr 0
config-IPRoutingGroup-default* sub

9,如何实现一个网关多口之间互打以及和Netmeeting两两互打。
例如;ASM200, fxs1:100;fxs2:101;netmeeting:102
设置pub num 100,101,102
pri num 100,101
下面关键是拨什么号码是内部号码,哪些是LDN号码。
Quintum的号码规则,外部是不能拨打内部的号码的。
这样如何知道拨的号码是内部还是外部号码?
可以采用UserProgramDialPlan
Quintum# dp
Quintum-DialPlan-1# con
config-DialPlan-1# set updpe 1
config-DialPlan-1* sub
config-DialPlan-1# updp
config-UserProgramDialPlan-1# add 100~1 t 7 mind 3 maxd 3 pl 0
config-UserProgramDialPlan-1* add 102 t 7 mind 3 maxd 3 pl 0
config-UserProgramDialPlan-1* sub

10,网关在私网下如何配置注册到公网的GK ?
Quintum# h323sg
config-H323SignalingGroup-1# set aeip 1
config-H323SignalingGroup-1* sub
config-H323SignalingGroup-1# ei
config-EthernetInterface-SL1DV1EI1# set enatipa 0.0.0.0
config-EthernetInterface-SL1DV1EI1* sub

11,在使用O口时,如何显示主要号码?
Quintum# con
config# cassg line
config-CASSignalingGroup-line# sh
config-CASSignalingGroup-line# set cidd 1
config-CASSignalingGroup-line* sub

12,绑定IP或拒绝IP向网关发信令包的命令是什么?
例如,拒绝192.168.1.2地址向给Tenor 2G发包
Quintum#con
Quintum# epad
config-EndPointAddressDirectory-1# add 192.168.1.2
config-EndPointAddressDirectory-1* sub
只接受192.168.1.2地址向给Tenor 2G发包
(住注意要把网关自己地址加进去)
Quintum#con
Quintum# epad
config-EndPointAddressDirectory-1# add 192.168.1.2 mask 255.255.255.255 at 1
config-EndPointAddressDirectory-1* sub

13,如何查看序列号码(SN号码)
Quintum#sh -v

14,如何显示Debug 信息
Quintum# ev l3 ch
Quintum# ev qu
退出log信息,按q

15,如何保存网关配置?
方法一、
Quintum# exit!
Quintum# sh -l
这里显示的是该设备的所有配置情况,(相当于Cisco#show running-config),用户可以保存用于备份。
方法二、
Quintum# sh -xc
这里显示的是该设备所有参数的配置命令。

16,模拟网关S口,如何在对方挂机后听到断线忙音?
Quintum# cassg phone
Quintum-CASSignalingGroup-phone#
config-CASSignalingGroup-phone# set dtpa tp-1
config-CASSignalingGroup-phone* sub

17,第一次如何快速配置一台AS/AX系列网关?
(适用于103以前版本,以ASM200为例,2FXO/2FXS)
Quintum-SIte-1# con
config-SIte-1# sit
config-SIte-1# set c 17 (china)
config-DialPlan-1* sub
config-DialPlan-1# set min 3
config-DialPlan-1* set max 30
config-DialPlan-1* set ldp
config-DialPlan-1* set cpp
config-DialPlan-1* set intlp[1]
config-DialPlan-1* sub
config-DialPlan-1# sh
config-SIte-1# pubnp
config-PUBlicNumberingPlan-1# set cc
config-PUBlicNumberingPlan-1* set ac
config-PUBlicNumberingPlan-1* sub
config-PUBlicNumberingPlan-1# slot 2
config-SLot-SL2# set o[1..2] 1
config-SLot-SL2* sub
config-SLot-SL2# hldnd pub1
config-HuntLDNDirectory-pub1# add 1000 (为FXS口分配号码为1000)
config-HuntLDNDirectory-pub1* sub
config-HuntLDNDirectory-pub1# hnd
config-HopoffNumberDirectory-1# add 9 r 9
config-HopoffNumberDirectory-1* add 8 r 8
........

config-HopoffNumberDirectory-1* add 0 r 0 (接收所有前缀的号码,并且不做替换)
config-HopoffNumberDirectory-1* sub

(适用于103以后版本,以ASM200为例,2FXO/2FXS)
Quintum# con
config# sit
config-SIte-1# sh
config-SIte-1# dp
config-DialPlan-1# set min 3
config-DialPlan-1* set max 30
config-DialPlan-1* set ldp
config-DialPlan-1* set cpp
config-DialPlan-1* set intlp[1]
config-DialPlan-1* sub
config-DialPlan-1# slot 2
config-SLot-SL2# set o[1..2] 1
config-SLot-SL2* sub
config-SLot-SL2# hldnd pub1
config-HuntLDNDirectory-pub1# add 1000 (为FXS口分配号码为1000)
config-HuntLDNDirectory-pub1* sub
config-HuntLDNDirectory-pub1# hnd
config-HopoffNumberDirectory-1# add 9 r 9
config-HopoffNumberDirectory-1* add 8 r 8
........

config-HopoffNumberDirectory-1* add 0 r 0 (接收所有前缀的号码,并且不做替换)
config-HopoffNumberDirectory-1* sub

18, 如何分配模拟网关的端口?
(例如:只使用1...5的FXO口)
Quintum# con
config# ai line
config-AnalogInterface-line# map 1..5 cg line
config-AnalogInterface-line* sub
(例如:只使用1,3,5的FXO口)
Quintum# con
config# ai line
config-AnalogInterface-line# map 1,3,5 cg line
config-AnalogInterface-line* sub

19,恢复出厂值
Quintum# con
config# setfactory
config# main mc
maintain-MasterChassis-1# reset

20,如何设置AVS账号?
Quintum# con
config# h323sg
config-H323SignalingGroup-1# set pbeipa xxx.xxx.xxx.xxx (AVS服务器IP)
config-H323SignalingGroup-1* sub
config-H323SignalingGroup-1# set h323id .point.test (AVS的H323 ID账号)
config-H323SignalingGroup-1* sub
config-H323SignalingGroup-1#

2)config# h323sg
config-H323SignalingGroup-1# set pgkipa xxx.xxx.xxx.xxx (AVS服务器IP)
config-H323SignalingGroup-1* sub
config-H323SignalingGroup-1# set h323id .test002.user   (AVS的H323 ID账号)
config-H323SignalingGroup-1* sub
config-H323SignalingGroup-1# main mc
maintain-MasterChassis-1# reset

21,如何查看longs信息?
Quintum# gw
Quintum-GateWay-1# co
config-GateWay-1# ev l3 ch

Module Level settings for Slot 1 (System Controller)
==== Enabled Modules ===
excp 3, ch 3
==== Disabled Modules ===
sys, root, ab, cas, h323s, h323p, h323q931, hras, h245, gk, be, iuca, db, isdnhl
, hdlc, l1, lqm, stats, h323asn1, h110, pci, pcievnt, pcireg, remlib, pri_dec, v
phtx, dspstat, dsplib, vph, t1tsi, t1isr, t1cc, t1frmr, t1l2, t1lif, t1cfg, t1ts
t, dspdbg, radius, ivr, sntp, info, socket, nms, sipstk, sipsyn, sipsdp, siptran
s, sipsess, sipua, sproto, ss7, ss7ip, pppoe

config-GateWay-1# ev c (清除以前的longs)
Event Log cleared.
config-GateWay-1# ev qu (打开longs,再去拨号观察反溃信息)

Press 'q' to quit continuous mode (要退出按'q')

22,如何打开/关闭没有使用的FXO端口?
Quintum# con
config# sl 2
config-SIot-SL2# ai line
config-AnalogInterface-line# map +/-2..8 cg line (开/关二到八端口)
config-AnalogInterface-line* sub

23,如何替换被叫号码?
 Quintum# con
config# hnd
config-HopoffNumberDirectory-1# add 9 r 9
config-HopoffNumberDirectory-1* add 8 r 8
........

config-HopoffNumberDirectory-1* add 0 r 0 (接收所有前缀的号码,并且不做替换)
config-HopoffNumberDirectory-1* sub
config-HopoffNumberDirectory-1# change 3 r 1790900(把第三条号码替换规则修改为1790900)
config-HopoffNumberDirectory-1# remove 3(把第三条号码替换规则除掉)

24,如何设置反极计费?
Quintum# con
config# cass line
config# set st 2(1是关掉反极计费功能)

25,如何送#号到FXO口?
Quintum# con
config# tcrg
config-tcrg# AddEndOfDialDigit =1
config-tcrg* sub

26,如何检测PSTN是否带反极信号?

Quintum# con
config# main mc
config-MasterChassis-1# cmd linestat 1
Printing Status for Line 1
Line Current = 19 mA
Line Voltage = -5 V(通话前电压)
config-MasterChassis-1# cmd linestat 1
Printing Status for Line 1
Line Current = 18 mA
Line Voltage = -5 V(通话中电压,如果带反极信号通话前后不会都是负电压)

DX-2030部分设置命令及解释

1,如何设置网关主叫号码?

Quintum# con
config#isdn 1
config-ISDNSignalingGroup-1#set dani 12345678(12345678即是主叫号码)
config-ISDNSignalingGroup-1*sub
config-ISDNSignalingGroup-1#main mc
maintain-MasterChassis-1# reset

2,如何设置网关输出音量大小?

Quintum# con
config#iprg
config-IPRoutingGroup-default# set rg 2(set tg 是设置输入音量大小命令)
config-IPRoutingGroup-default*sub

3,如何设置最大通话时间?

Quintum# con
config# iprg
config-IPRoutingGroup-default# set mtt 0(0参数是不限通话时间)

4,如何查看中继当前通话线数?

Quintum# cmd calls(任何命令层都可以合作该命令查看通话线数)

5, 如何设置网关并发线?

Quintum# con
config# iprg
config-IPRoutingGroup-default# set mica 30(30参数是并发线数)

6,接通率参数修改,

Quintum# con
config# dp
config-DialPlan-1# sh
config-DialPlan-1# set idt 3 (接通时间为3秒)

sendConnected Event. leg(1) 網関發出信號出去

ocall tackSendDtmf 表示接通

转载于:https://blog.51cto.com/532074/1113504

Quintum 语音网关设置方法相关推荐

  1. 两个tplink路由器有线桥接_路由器有线桥接设置方法

    路由器有线桥接设置方法 如何通过网线将两个路由器进行桥接,共同实现上网? 方法1:接副路由器的WAN口 1.网线分别接在主路由器的LAN口和一接在副路由器的WAN口上. 2.先配置好副路由器,这个时先 ...

  2. 服务器怎么设置网站写入权限,如何设置服务器写入权限设置方法

    如何设置服务器写入权限设置方法 内容精选 换一换 将用户组添加至企业项目中,并为其设置一定的权限策略,该用户组中的用户即可拥有策略定义的对该企业项目中资源的使用权限.本小节指导您如何为企业项目添加用户 ...

  3. apache日志设置方法:按时间、按大小记录

    apache日志设置方法:按时间.按大小记录 14九 一.apache日志按日期记录 pache的配置文件中找到 ErrorLog logs/error_log CustomLog logs/acce ...

  4. python log函数怎么打_Python的log日志功能及设置方法

    python log函数怎么打_Python的log日志功能及设置方法_Elaine要当律师的博客-CSDN博客

  5. origin9语言设置中文_英雄联盟手游怎么设置繁体 LOL手游繁中设置方法?_英雄联盟手游...

    英雄联盟手游终于在海外部分地区上线了,不过玩海外服有一点不好,就是界面都是外文,比如英文.日文.韩文等等.那么英雄联盟手游怎么设置繁体中文呢,这里就来给大家介绍一下LOL手游繁中设置方法,将游戏语言切 ...

  6. w7计算机屏幕保护设置方法,W7屏保怎么设置

    w7屏保怎么设置?w7电脑系统中的屏幕保护程序一般是从桌面右键进入的,但很多用户使用的是w7家庭版电脑系统,右键没有个性化设置,这种情况只能从控制面板中进入,至于如何设置屏幕保护,相信用户进入之后就懂 ...

  7. 阻止路由跳转得方式_vue路由拦截及页面跳转的设置方法

    路由设置:router/index.js main.js: { if (to.matched.some(res => res.meta.requireAuth)) { // 验证是否需要登陆 i ...

  8. bootstraptable设置行高度_条码打印软件中不干胶卷纸的标签设置方法

    条码打印软件中的标签设置是根据打印机中的实际标签纸的情况进行设置的,不同的标签纸有不同的设置方法(如A4的平张纸,或者单排.双排.多排的不干胶卷纸都有相对的设置方法).今天就用中琅条码打印软件给大家演 ...

  9. ov5640帧率配置_一文看懂赛博朋克2077中低配置的设置方法和能畅玩的电脑有哪些?...

    <赛博朋克2077>是12月10号上线的网络游戏.一句话,这款游戏确实很火 很火 很火.但是由于这款游戏对电脑的配置要求很高.像GTX1650.GTX1650Ti这样的显卡也只能算入门级的 ...

最新文章

  1. 苹果和Siri的七年之痒:Siri的落寞之路
  2. 容器化部署实践之Django应用部署(二)
  3. sscanf函数和正则表达式
  4. bat获取命令返回值_redis中list和hash的基本命令和使用场景
  5. 网页幻灯片切换动画特效源码
  6. Stopping filebeat
  7. [转载] python将int转为string_python – 在Pandas中将列名从int转换为string
  8. html参数转义字符,Html转义字符 获得请求参数
  9. 微信公众号查询粉丝列表
  10. Dw怎么背景图片设置
  11. linux云服务器,Tomcat服务器常见 The value for the useBean class attribute is invalid 错误
  12. 小程序心知天气API获取数据
  13. 自动呼叫分配系统中心系统组成
  14. turtle设置背景图片
  15. php面向对象第一篇
  16. 互联网应用基础第一课:计算机的工作原理、了解计算机的硬件与系统
  17. 分享个被骗10元钱的经历
  18. 用Python求解数学规划问题
  19. finder刷新文件夹_如何在OS X Finder中自定义文件夹视图
  20. java字符集与字符编码 Unicode字符集

热门文章

  1. 认识flask框架-2
  2. HBase安装与命令行操作
  3. 退信之550 5.7.1 Unable to relay for *@*.com
  4. UITableView模版
  5. Android学习笔记之Android Studio添加新的Activity
  6. 自定义堆栈(回文检测)
  7. dot3_bump_mapping
  8. Solaris下访问windows共享资源
  9. Linux下vi编辑器命令精华版
  10. 产品设计体会(1011)少做就是多做