某移動呼叫中心,使用SSG520M-SH做出口網(wǎng)關(guān),大部分座席可以SIP協(xié)議呼出,部分無法呼出,
進(jìn)入Juniper SSG防火墻用get event查看日志如下:
SSG520-> get event
Total event entries = 3072
Date Time Module Level Type Description
2014-06-18 16:35:12 system notif 00767 Cannot allocate SIP call because
device is fielding too many calls.
2014-06-18 16:35:12 system notif 00767 Cannot allocate SIP call because
device is fielding too many calls.
2014-06-18 16:35:11 system notif 00767 Cannot allocate SIP call because
device is fielding too many calls.
2014-06-18 16:35:11 system notif 00767 Cannot allocate SIP call because
device is fielding too many calls.
上述日志確定,SIP資源不足無法創(chuàng)建。
SSG520-> get sip setting
SIP ALG : enabled
Maximum number of SIP Calls : 192
Maximum Call Duration : 43200 seconds
Inactive Media timeout : 120 seconds
T1 interval : 500 milli seconds
T4 interval : 5 seconds
C interval : 3 minutes
SIP hold retain resource : Disabled
SIP Application Screen Configuration
-------------------------------------
Unidentified messages in nat mode : dropped
Unidentified messages in route mode : passed
SIP denial of service protect timeout : 5
SIP global denial of service protect : Disabled
SIP denial of service protect server IP :
查看最大會話為192.
SSG520-> get sys-cfg | in sip
default sip call num number: 192
max sip call num number: 384
默認(rèn)為192.最大SIP 呼叫為384.
SSG520->set envar max_sip_call_num=384 //修改SIP最大Call-Num為384,
SSG520-> save //保存
SSG520-> reset //重啟
重啟后顯示如下
SSG520-> get alg sip setting
SIP ALG : enabled
Maximum number of SIP Calls : 384
Maximum Call Duration : 43200 seconds
Inactive Media timeout : 120 seconds
T1 interval : 500 milli seconds
T4 interval : 5 seconds
C interval : 3 minutes
SIP hold retain resource : Disabled
SIP Application Screen Configuration
-------------------------------------
Unidentified messages in nat mode : dropped
Unidentified messages in route mode : passed
SIP denial of service protect timeout : 5
SIP global denial of service protect : Disabled
SIP denial of service protect server IP :
無