СвязьПроект

Российский системный интегратор
Текущее время: 28 мар 2024, 23:56

Часовой пояс: UTC




Начать новую тему Ответить на тему  [ Сообщений: 9 ] 
Автор Сообщение
СообщениеДобавлено: 05 мар 2013, 06:43 
Не в сети

Зарегистрирован: 24 май 2010, 10:11
Сообщения: 45
Имеется два шлюза Addpac AP100 и Addpac AP100B. В запросе REGISTER с обоих шлюзов идет одинаковый тэг:
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
From: <sip:98888@10.12.33.4>;tag=4900f100a4
Вероятней всего по этой причине иногда происходит отклонение запроса на регистрацию с причиной 500. По RFC поле tag должно по идее быть уникально и случайно выбрано.
Цитата:
19.3 Tags
When a tag is generated by a UA for insertion into a request or
response, it MUST be globally unique and cryptographically random
with at least 32 bits of randomness.

Почему выставляется один и тот же тэг? Как исправить?

Версия, конфиг и дебаг первого шлюза:
Цитата:
Elegiya# sh ver
APOS(tm) Kernel version 8.41.085
Copyright (c) 1999-2008 AddPac Technology Co., Ltd.

Elegiya uptime is 0 days 01:30:57
Timezone Moscow offset 4 hour
Elegiya current time is Tue Mar 5 10:17:18 2053
System image file is "flash:/ap100_g2_v8_41_085.bin"

AP100_G2 System software Revision 8.41.085
Released at Wed Mar 10 15:14:27 2010
Program is 1773632 bytes, checksum is 0xe32100b

32BIT RISC Processor With 112MHz Clock
16 Mbytes System Memory.
512 Kbytes System Boot Flash Memory
2 Mbytes System Flash Memory

1 RS232 Serial Console Interface
2 Ethernet/IEEE 802.3 Interface (100BaseTX)
Board Rev 1, Hardware Type 0

Maximum number of mbufs is 384, 255 mbuf is free.
System CPU utilize is 2 percent.
Heap Memory is 16384 kbytes, 14014 kbyes is used, free is 2370 kbytes.


Elegiya(config)# sh run
Building configuration...

Current configuration:
!
version 8.41.085
!
hostname Elegiya
clock timezone Moscow 4
!
username root password 7 CXAe3VmPZTlB1bNn0HRNuQ== administrator
!
!
script ntpdate Moscow
resynchronize 0 10
server ip 10.12.32.150
!
interface Loopback0
ip address 127.0.0.1 255.0.0.0
!
interface FastEthernet0/0
ip address 10.12.32.138 255.255.255.0
ip nat outside
speed auto
no qos-control
!
interface FastEthernet0/1
ip address 192.168.10.1 255.255.255.0
ip nat inside
speed auto
no qos-control
!
ip route 0.0.0.0 0.0.0.0 10.12.32.1
!
access-list 100 permit ip 192.168.10.0 0.0.0.255 any
!
!
ip nat inside source list 100 interface FastEthernet0/0 overload
!
!
snmp name AP100_G2
!
!
ftp server
ftp allow anonymous
http server
!
!
!
!
!
!
! VoIP configuration.
!
!
! Voice service voip configuration.
!
voice service voip
fax protocol t38 redundancy 0
fax rate 9600
h323 call start fast
h323 call tunnel enable
!
!
! Voice port configuration.
!
! FXS
voice-port 0/0
caller-id enable
!
!
!
!
! Pots peer configuration.
!
dial-peer voice 0 pots
destination-pattern 2600850
port 0/0
!
!
!
! Voip peer configuration.
!
dial-peer voice 1000 voip
destination-pattern T
session target sip-server
session protocol sip
codec g711alaw
no vad
dtmf-relay rtp-2833
fax protocol t38 redundancy 0
fax rate 9600
!
!
!
!
!
!
! Gateway configuration.
!
gateway
h323-id voip.10.12.32.138
no ignore-msg-from-other-gk
!
!
! SIP UA configuration.
!
sip-ua
sip-password xxxxxxxxxx
sip-server 10.12.33.4
response progress without-sdp
register e164
!
!
! MGCP configuration.
!
mgcp
vad
!
!
! Tones
!
!
!
!
line console
!
line vty
!
end
Elegiya(config)#

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a4134
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: sip:2600850@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
CSeq: 134 REGISTER
Date: Tue, 05 Mar 2053 10:14:04 GMT
User-Agent: AddPac SIP Gateway
Authorization: Digest username="2600850", realm="Huawei", nonce="70d19940bda6bc75855a7d4914e78ffe", uri="sip:10.12.33.4", response="81bd29890730d09a9ee5f961d5bfc61d", algorithm=MD5
Contact: <sip:2600850@10.12.32.138>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a4134
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: <sip:2600850@10.12.33.4>;tag=f2c63399
CSeq: 134 REGISTER
Expires: 60
Contact: <sip:2600850@10.12.32.138;user=phone>;expires=60
Server: Huawei SoftX3000 V300R601
Content-Length: 0

Версия, конфиг и дебаг второго шлюза:
Цитата:
MK20# sh ver
APOS(tm) Kernel version 8.41.086
Copyright (c) 1999-2008 AddPac Technology Co., Ltd.

MK20 uptime is 0 days 01:12:29
Timezone MSK offset 4 hour
MK20 current time is Tue Mar 5 10:17:04 2053
System image file is "flash:/ap100b_g2_v8_41_086.bin"

AP100B_G2 System software Revision 8.41.086
Released at Tue Nov 23 13:58:54 2010
Program is 2000104 bytes, checksum is 0x10068e02

32BIT RISC Processor With 150MHz Clock
16 Mbytes System Memory.
512 Kbytes System Boot Flash Memory
4 Mbytes System Flash Memory

1 RS232 Serial Console Interface
2 Ethernet/IEEE 802.3 Interface (100BaseTX)
Board Rev 1, Hardware Type 1(S2, O0)

Maximum number of mbufs is 512, 319 mbuf is free.
System CPU utilize is 2 percent.
Heap Memory is 16384 kbytes, 15199 kbyes is used, free is 1185 kbytes.


MK20# sh run
Building configuration...

Current configuration:
!
version 8.41.086
!
hostname MK20
clock timezone MSK 4
!
username root password 7 CXAe3VmPZTlB1bNn0HRNuQ== administrator
!
!
script ntpdate MSK
resynchronize 0 10
server ip 10.12.32.150
!
interface Loopback0
ip address 127.0.0.1 255.0.0.0
!
interface FastEthernet0/0
ip address 10.12.32.90 255.255.255.0
ip nat outside
speed auto
no qos-control
!
interface FastEthernet0/1
ip address 192.168.10.1 255.255.255.0
ip nat inside
speed auto
no qos-control
!
ip route 0.0.0.0 0.0.0.0 10.12.32.1
!
access-list 100 permit ip 192.168.10.0 0.0.0.255 any
!
!
ip nat inside source list 100 interface FastEthernet0/0 overload
!
!
snmp name AP100B_G2
!
!
http server
!
!
!
!
!
!
! VoIP configuration.
!
!
! Voice service voip configuration.
!
voice service voip
fax protocol t38 redundancy 0
fax rate 9600
h323 call start fast
h323 call tunnel enable
busyout monitor gatekeeper
busyout monitor sip-server
no busyout monitor callagent
busyout monitor voip-interface
!
!
! Voice port configuration.
!
! FXS
voice-port 0/0
caller-id enable
!
!
! FXS
voice-port 0/1
caller-id enable
!
!
!
!
! Pots peer configuration.
!
dial-peer voice 0 pots
destination-pattern T
port 0/0
user-name 98888
user-password xxxxxx
!
!
!
! Voip peer configuration.
!
dial-peer voice 1000 voip
destination-pattern T
session target sip-server
clid peer-username
session protocol sip
codec g711alaw
no vad
dtmf-relay rtp-2833
!
!
!
!
!
!
! Gateway configuration.
!
gateway
h323-id voip.10.12.32.90
no ignore-msg-from-other-gk
!
!
! SIP UA configuration.
!
sip-ua
user-register
sip-server 10.12.33.4
response progress without-sdp
register e164
!
!
! MGCP configuration.
!
mgcp
vad
!
!
! Tones
!
!
!
!
line console
!
line vty
!
!
sms
quota 30
!
end
MK20#

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.90:5060;branch=z9hG4bK4900f100a491
From: <sip:98888@10.12.33.4>;tag=4900f100a4
To: sip:98888@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a40787b8@10.12.32.90
CSeq: 91 REGISTER
Date: Tue, 05 Mar 2053 10:15:57 GMT
User-Agent: AddPac SIP Gateway
Authorization: Digest username="98888", realm="Huawei", nonce="c234b132207fa7170de25b8b4119997f", uri="sip:10.12.33.4", response="20c3a6dc5a6fcfd50bb3f7c944c4f1dd", algorithm=MD5
Contact: <sip:98888@10.12.32.90>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.12.32.90:5060;branch=z9hG4bK4900f100a491
Call-ID: 49380000-e91e-f167-8000-0002a40787b8@10.12.32.90
From: <sip:98888@10.12.33.4>;tag=4900f100a4
To: <sip:98888@10.12.33.4>;tag=10ccaa00
CSeq: 91 REGISTER
Expires: 60
Contact: <sip:98888@10.12.32.90;user=phone>;expires=60
Server: Huawei SoftX3000 V300R601
Content-Length: 0


Вернуться к началу
 Профиль  
Ответить с цитатой  
СообщениеДобавлено: 19 мар 2013, 05:51 
Не в сети

Зарегистрирован: 24 май 2010, 10:11
Сообщения: 45
Видимо никто не знает. :(


Вернуться к началу
 Профиль  
Ответить с цитатой  
СообщениеДобавлено: 19 мар 2013, 08:09 
Не в сети

Зарегистрирован: 14 фев 2011, 10:57
Сообщения: 428
Пришлите пожалуйста лог где ответ 500.


Вернуться к началу
 Профиль  
Ответить с цитатой  
СообщениеДобавлено: 19 мар 2013, 08:35 
Не в сети

Зарегистрирован: 24 май 2010, 10:11
Сообщения: 45
К сожалению сейчас нет возможности сделать дебаг. Проблема устранилась, когда один из шлюзов отвалился полностью. То есть сейчас просто один из шлюзов недоступен, как повториться проблема сниму.
На самом деле от софтсвича на запрос register приходил 401, после чего addpac слал register с уже аутентификационной информацией, на что софтсив слал 500 Server Intrenal Error. Но периодически регистрация проходила и вместо 500 был 200 OK. Складывалось ощющение, что шлюзы друг дргуа выбивали, хотя они имели разные учетные данные. Поэтому и был сделан вывод что проблема в тэге. На других то шлюзах они разные совсем, даже на разных FXS-портах.


Вернуться к началу
 Профиль  
Ответить с цитатой  
СообщениеДобавлено: 18 июн 2013, 08:08 
Не в сети

Зарегистрирован: 24 май 2010, 10:11
Сообщения: 45
genal писал(а):
Пришлите пожалуйста лог где ответ 500.

Проблема вновь вылезла. Появилась, когда в сети появились два addpac с одинаковыми тэгами. Проявляется так: от шлюза приходит запрос register? мой софтсвич отвечает 500, затем через 20 секунд повторный register, на него идет 401 от софтсвича, сразу register с регистрационными данными и 200 ОК. Через ровно 48 секнуд повторный register от шлюза, на который идет 500 и так далее по кругу.
Вот лог собщений.
Проблема стабильная.
Цитата:
Elegiya# deb voip call
Elegiya# deb voip sip
Elegiya# deb rta all
Elegiya# term mon
Elegiya#
Elegiya#
Elegiya#
Elegiya# 1 <Time 0> : SIP_TREGISTER timer timeout.
2 <SIP 0> : Adding authentication information
3 <SIP 1186> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41186
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: sip:2600850@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
CSeq: 1186 REGISTER
Date: Tue, 18 Jun 2053 12:01:00 GMT
User-Agent: AddPac SIP Gateway
Authorization: Digest username="2600850", realm="Huawei", nonce="97941821a8e27144ff678b9007a7bbe0", uri="sip:10.12.33.4", response="dfdaf02028a3d7b071eb2ad030af8985", algorithm=MD5
Contact: <sip:2600850@10.12.32.138>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 500 Server Internal Error
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41186
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: <sip:2600850@10.12.33.4>;tag=e5734401
CSeq: 1186 REGISTER
Warning: 399 10.12.33.4 "SSF00124L00733[0001] Internal Error in Transaction"
Content-Length: 0


4 <SIP 1186> : Receive 500 Server Internal Error
5 <SIP 1186> : Transaction (1186 REGISTER) completed
6 <SIP 1186> : Set Terminated Success for 1186 REGISTER
7 <Time 0> : SIP_TREGISTER timer timeout.
8 <SIP 0> : No authentication information available
9 <SIP 1187> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41187
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: sip:2600850@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
CSeq: 1187 REGISTER
Date: Tue, 18 Jun 2053 12:01:20 GMT
User-Agent: AddPac SIP Gateway
Contact: <sip:2600850@10.12.32.138>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41187
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: <sip:2600850@10.12.33.4>;tag=9e266353
CSeq: 1187 REGISTER
WWW-Authenticate: Digest realm="Huawei",nonce="3aa571c54531ae12398bf32e1685722d",domain="sip:Huawei.com",stale=false,algorithm=MD5
Server: Huawei SoftX3000 V300R601
Content-Length: 0


10 <SIP 1187> : Receive 401 Unauthorized
11 <SIP 1187> : Transaction (1187 REGISTER) completed
12 <SIP 0> : No opaque in authentication
13 <SIP 0> : Adding authentication information
14 <SIP 1188> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41188
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: sip:2600850@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
CSeq: 1188 REGISTER
Date: Tue, 18 Jun 2053 12:01:20 GMT
User-Agent: AddPac SIP Gateway
Authorization: Digest username="2600850", realm="Huawei", nonce="3aa571c54531ae12398bf32e1685722d", uri="sip:10.12.33.4", response="194a2b9da50ab927d76cafd9eb7b44b3", algorithm=MD5
Contact: <sip:2600850@10.12.32.138>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41188
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: <sip:2600850@10.12.33.4>;tag=0d72f6d1
CSeq: 1188 REGISTER
Expires: 60
Contact: <sip:2600850@10.12.32.138;user=phone>;expires=60
Server: Huawei SoftX3000 V300R601
Content-Length: 0


15 <SIP 1188> : Receive 200 OK
16 <SIP 1188> : Transaction (1188 REGISTER) completed
17 <SIP 1187> : Set Terminated Success for 1187 REGISTER
18 <SIP 1188> : Set Terminated Success for 1188 REGISTER

Elegiya# 19 <Time 0> : SIP_TREGISTER timer timeout.
20 <SIP 0> : Adding authentication information
21 <SIP 1189> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41189
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: sip:2600850@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
CSeq: 1189 REGISTER
Date: Tue, 18 Jun 2053 12:02:08 GMT
User-Agent: AddPac SIP Gateway
Authorization: Digest username="2600850", realm="Huawei", nonce="3aa571c54531ae12398bf32e1685722d", uri="sip:10.12.33.4", response="194a2b9da50ab927d76cafd9eb7b44b3", algorithm=MD5
Contact: <sip:2600850@10.12.32.138>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 500 Server Internal Error
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41189
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: <sip:2600850@10.12.33.4>;tag=b4188639
CSeq: 1189 REGISTER
Warning: 399 10.12.33.4 "SSF00124L00733[0001] Internal Error in Transaction"
Content-Length: 0


22 <SIP 1189> : Receive 500 Server Internal Error
23 <SIP 1189> : Transaction (1189 REGISTER) completed
24 <SIP 1189> : Set Terminated Success for 1189 REGISTER
25 <Time 0> : SIP_TREGISTER timer timeout.
26 <SIP 0> : No authentication information available
27 <SIP 1190> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41190
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: sip:2600850@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
CSeq: 1190 REGISTER
Date: Tue, 18 Jun 2053 12:02:28 GMT
User-Agent: AddPac SIP Gateway
Contact: <sip:2600850@10.12.32.138>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41190
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: <sip:2600850@10.12.33.4>;tag=c6ed7431
CSeq: 1190 REGISTER
WWW-Authenticate: Digest realm="Huawei",nonce="e5973ced5662114da0f732341516dcc8",domain="sip:Huawei.com",stale=false,algorithm=MD5
Server: Huawei SoftX3000 V300R601
Content-Length: 0


28 <SIP 1190> : Receive 401 Unauthorized
29 <SIP 1190> : Transaction (1190 REGISTER) completed
30 <SIP 0> : No opaque in authentication
31 <SIP 0> : Adding authentication information
32 <SIP 1191> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41191
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: sip:2600850@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
CSeq: 1191 REGISTER
Date: Tue, 18 Jun 2053 12:02:28 GMT
User-Agent: AddPac SIP Gateway
Authorization: Digest username="2600850", realm="Huawei", nonce="e5973ced5662114da0f732341516dcc8", uri="sip:10.12.33.4", response="3c29811725f4708967e1642da3728eac", algorithm=MD5
Contact: <sip:2600850@10.12.32.138>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41191
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: <sip:2600850@10.12.33.4>;tag=24f3427f
CSeq: 1191 REGISTER
Expires: 60
Contact: <sip:2600850@10.12.32.138;user=phone>;expires=60
Server: Huawei SoftX3000 V300R601
Content-Length: 0


33 <SIP 1191> : Receive 200 OK
34 <SIP 1191> : Transaction (1191 REGISTER) completed
35 <SIP 1190> : Set Terminated Success for 1190 REGISTER
36 <SIP 1191> : Set Terminated Success for 1191 REGISTER
37 <Time 0> : SIP_TREGISTER timer timeout.
38 <SIP 0> : Adding authentication information
39 <SIP 1192> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41192
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: sip:2600850@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
CSeq: 1192 REGISTER
Date: Tue, 18 Jun 2053 12:03:16 GMT
User-Agent: AddPac SIP Gateway
Authorization: Digest username="2600850", realm="Huawei", nonce="e5973ced5662114da0f732341516dcc8", uri="sip:10.12.33.4", response="3c29811725f4708967e1642da3728eac", algorithm=MD5
Contact: <sip:2600850@10.12.32.138>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 500 Server Internal Error
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41192
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: <sip:2600850@10.12.33.4>;tag=e82c113c
CSeq: 1192 REGISTER
Warning: 399 10.12.33.4 "SSF00124L00733[0001] Internal Error in Transaction"
Content-Length: 0


40 <SIP 1192> : Receive 500 Server Internal Error
41 <SIP 1192> : Transaction (1192 REGISTER) completed
42 <SIP 1192> : Set Terminated Success for 1192 REGISTER
43 <Time 0> : SIP_TREGISTER timer timeout.
44 <SIP 0> : No authentication information available
45 <SIP 1193> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41193
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: sip:2600850@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
CSeq: 1193 REGISTER
Date: Tue, 18 Jun 2053 12:03:36 GMT
User-Agent: AddPac SIP Gateway
Contact: <sip:2600850@10.12.32.138>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41193
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: <sip:2600850@10.12.33.4>;tag=6e706d3f
CSeq: 1193 REGISTER
WWW-Authenticate: Digest realm="Huawei",nonce="01ed4674527a3291cd151a5059e06064",domain="sip:Huawei.com",stale=false,algorithm=MD5
Server: Huawei SoftX3000 V300R601
Content-Length: 0


46 <SIP 1193> : Receive 401 Unauthorized
47 <SIP 1193> : Transaction (1193 REGISTER) completed
48 <SIP 0> : No opaque in authentication
49 <SIP 0> : Adding authentication information
50 <SIP 1194> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41194
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: sip:2600850@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
CSeq: 1194 REGISTER
Date: Tue, 18 Jun 2053 12:03:36 GMT
User-Agent: AddPac SIP Gateway
Authorization: Digest username="2600850", realm="Huawei", nonce="01ed4674527a3291cd151a5059e06064", uri="sip:10.12.33.4", response="05065dce2f8dd65768c7bf04c6b57b95", algorithm=MD5
Contact: <sip:2600850@10.12.32.138>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41194
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: <sip:2600850@10.12.33.4>;tag=856f1c4a
CSeq: 1194 REGISTER
Expires: 60
Contact: <sip:2600850@10.12.32.138;user=phone>;expires=60
Server: Huawei SoftX3000 V300R601
Content-Length: 0


51 <SIP 1194> : Receive 200 OK
52 <SIP 1194> : Transaction (1194 REGISTER) completed
53 <SIP 1193> : Set Terminated Success for 1193 REGISTER
54 <SIP 1194> : Set Terminated Success for 1194 REGISTER
55 <Time 0> : SIP_TREGISTER timer timeout.
56 <SIP 0> : Adding authentication information
57 <SIP 1195> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41195
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: sip:2600850@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
CSeq: 1195 REGISTER
Date: Tue, 18 Jun 2053 12:04:24 GMT
User-Agent: AddPac SIP Gateway
Authorization: Digest username="2600850", realm="Huawei", nonce="01ed4674527a3291cd151a5059e06064", uri="sip:10.12.33.4", response="05065dce2f8dd65768c7bf04c6b57b95", algorithm=MD5
Contact: <sip:2600850@10.12.32.138>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 500 Server Internal Error
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41195
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: <sip:2600850@10.12.33.4>;tag=81234533
CSeq: 1195 REGISTER
Warning: 399 10.12.33.4 "SSF00124L00733[0001] Internal Error in Transaction"
Content-Length: 0


58 <SIP 1195> : Receive 500 Server Internal Error
59 <SIP 1195> : Transaction (1195 REGISTER) completed
60 <SIP 1195> : Set Terminated Success for 1195 REGISTER
61 <Time 0> : SIP_TREGISTER timer timeout.
62 <SIP 0> : No authentication information available
63 <SIP 1196> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41196
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: sip:2600850@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
CSeq: 1196 REGISTER
Date: Tue, 18 Jun 2053 12:04:44 GMT
User-Agent: AddPac SIP Gateway
Contact: <sip:2600850@10.12.32.138>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41196
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: <sip:2600850@10.12.33.4>;tag=be9fe44f
CSeq: 1196 REGISTER
WWW-Authenticate: Digest realm="Huawei",nonce="ba1edc2c35c8be20330e81a72eeb2f2d",domain="sip:Huawei.com",stale=false,algorithm=MD5
Server: Huawei SoftX3000 V300R601
Content-Length: 0


64 <SIP 1196> : Receive 401 Unauthorized
65 <SIP 1196> : Transaction (1196 REGISTER) completed
66 <SIP 0> : No opaque in authentication
67 <SIP 0> : Adding authentication information
68 <SIP 1197> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41197
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: sip:2600850@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
CSeq: 1197 REGISTER
Date: Tue, 18 Jun 2053 12:04:44 GMT
User-Agent: AddPac SIP Gateway
Authorization: Digest username="2600850", realm="Huawei", nonce="ba1edc2c35c8be20330e81a72eeb2f2d", uri="sip:10.12.33.4", response="38d99fafa026fdb693730c7690233121", algorithm=MD5
Contact: <sip:2600850@10.12.32.138>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41197
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: <sip:2600850@10.12.33.4>;tag=7e20586b
CSeq: 1197 REGISTER
Expires: 60
Contact: <sip:2600850@10.12.32.138;user=phone>;expires=60
Server: Huawei SoftX3000 V300R601
Content-Length: 0


69 <SIP 1197> : Receive 200 OK
70 <SIP 1197> : Transaction (1197 REGISTER) completed
71 <SIP 1196> : Set Terminated Success for 1196 REGISTER
72 <SIP 1197> : Set Terminated Success for 1197 REGISTER
73 <Time 0> : SIP_TREGISTER timer timeout.
74 <SIP 0> : Adding authentication information
75 <SIP 1198> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41198
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: sip:2600850@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
CSeq: 1198 REGISTER
Date: Tue, 18 Jun 2053 12:05:32 GMT
User-Agent: AddPac SIP Gateway
Authorization: Digest username="2600850", realm="Huawei", nonce="ba1edc2c35c8be20330e81a72eeb2f2d", uri="sip:10.12.33.4", response="38d99fafa026fdb693730c7690233121", algorithm=MD5
Contact: <sip:2600850@10.12.32.138>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 500 Server Internal Error
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41198
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: <sip:2600850@10.12.33.4>;tag=b79db693
CSeq: 1198 REGISTER
Warning: 399 10.12.33.4 "SSF00124L00733[0001] Internal Error in Transaction"
Content-Length: 0


76 <SIP 1198> : Receive 500 Server Internal Error
77 <SIP 1198> : Transaction (1198 REGISTER) completed
78 <SIP 1198> : Set Terminated Success for 1198 REGISTER
ntpdate: UTC time is Tue Jun 18 08:05:40 2053
Local time is Tue Jun 18 12:05:40 2053
79 <Time 0> : SIP_TREGISTER timer timeout.
80 <SIP 0> : No authentication information available
81 <SIP 1199> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41199
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: sip:2600850@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
CSeq: 1199 REGISTER
Date: Tue, 18 Jun 2053 12:05:50 GMT
User-Agent: AddPac SIP Gateway
Contact: <sip:2600850@10.12.32.138>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41199
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: <sip:2600850@10.12.33.4>;tag=0dceb195
CSeq: 1199 REGISTER
WWW-Authenticate: Digest realm="Huawei",nonce="bbda511a9e20d0e91dc27a88d84cdf2c",domain="sip:Huawei.com",stale=false,algorithm=MD5
Server: Huawei SoftX3000 V300R601
Content-Length: 0


82 <SIP 1199> : Receive 401 Unauthorized
83 <SIP 1199> : Transaction (1199 REGISTER) completed
84 <SIP 0> : No opaque in authentication
85 <SIP 0> : Adding authentication information
86 <SIP 1200> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41200
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: sip:2600850@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
CSeq: 1200 REGISTER
Date: Tue, 18 Jun 2053 12:05:50 GMT
User-Agent: AddPac SIP Gateway
Authorization: Digest username="2600850", realm="Huawei", nonce="bbda511a9e20d0e91dc27a88d84cdf2c", uri="sip:10.12.33.4", response="0016b17dfdb43cc1624f6dfbc5394832", algorithm=MD5
Contact: <sip:2600850@10.12.32.138>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41200
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: <sip:2600850@10.12.33.4>;tag=3832eaef
CSeq: 1200 REGISTER
Expires: 60
Contact: <sip:2600850@10.12.32.138;user=phone>;expires=60
Server: Huawei SoftX3000 V300R601
Content-Length: 0


87 <SIP 1200> : Receive 200 OK
88 <SIP 1200> : Transaction (1200 REGISTER) completed
89 <SIP 1199> : Set Terminated Success for 1199 REGISTER
90 <SIP 1200> : Set Terminated Success for 1200 REGISTER
91 <Time 0> : SIP_TREGISTER timer timeout.
92 <SIP 0> : Adding authentication information
93 <SIP 1201> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41201
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: sip:2600850@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
CSeq: 1201 REGISTER
Date: Tue, 18 Jun 2053 12:06:38 GMT
User-Agent: AddPac SIP Gateway
Authorization: Digest username="2600850", realm="Huawei", nonce="bbda511a9e20d0e91dc27a88d84cdf2c", uri="sip:10.12.33.4", response="0016b17dfdb43cc1624f6dfbc5394832", algorithm=MD5
Contact: <sip:2600850@10.12.32.138>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 500 Server Internal Error
Via: SIP/2.0/UDP 10.12.32.138:5060;branch=z9hG4bK4900f100a41201
Call-ID: 49380000-e91e-f167-8000-0002a4082816@10.12.32.138
From: <sip:2600850@10.12.33.4>;tag=4900f100a4
To: <sip:2600850@10.12.33.4>;tag=d06e7f19
CSeq: 1201 REGISTER
Warning: 399 10.12.33.4 "SSF00124L00733[0001] Internal Error in Transaction"
Content-Length: 0


94 <SIP 1201> : Receive 500 Server Internal Error
95 <SIP 1201> : Transaction (1201 REGISTER) completed
96 <SIP 1201> : Set Terminated Success for 1201 REGISTER


Вернуться к началу
 Профиль  
Ответить с цитатой  
СообщениеДобавлено: 18 июн 2013, 08:14 
Не в сети

Зарегистрирован: 24 май 2010, 10:11
Сообщения: 45
А вот лог с другого шлюза. Та же проблема.
Обратите на одинаковый tag=4900f100a4. В нем проблема.

genal писал(а):
Gunina# deb rta all
Gunina# deb voip call
Gunina# deb voip sip
Gunina# term mon
Gunina# 1 <Time 0> : SIP_TREGISTER timer timeout.
2 <SIP 0> : No authentication information available
3 <SIP 1212> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.143:5060;branch=z9hG4bK4900f100a41212
From: <sip:4636303@10.12.33.4>;tag=4900f100a4
To: sip:4636303@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a40787e6@10.12.32.143
CSeq: 1212 REGISTER
Date: Tue, 18 Jun 2053 12:11:25 GMT
User-Agent: AddPac SIP Gateway
Contact: <sip:4636303@10.12.32.143>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 10.12.32.143:5060;branch=z9hG4bK4900f100a41212
Call-ID: 49380000-e91e-f167-8000-0002a40787e6@10.12.32.143
From: <sip:4636303@10.12.33.4>;tag=4900f100a4
To: <sip:4636303@10.12.33.4>;tag=ac5e8f87
CSeq: 1212 REGISTER
WWW-Authenticate: Digest realm="Huawei",nonce="6d3985fe8ec9ca8e524f2db5eed59e4b" ,domain="sip:Huawei.com",stale=false,algorithm=MD5
Server: Huawei SoftX3000 V300R601
Content-Length: 0


4 <SIP 1212> : Receive 401 Unauthorized
5 <SIP 1212> : Transaction (1212 REGISTER) completed
6 <SIP 0> : No opaque in authentication
7 <SIP 0> : Adding authentication information
8 <SIP 1213> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.143:5060;branch=z9hG4bK4900f100a41213
From: <sip:4636303@10.12.33.4>;tag=4900f100a4
To: sip:4636303@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a40787e6@10.12.32.143
CSeq: 1213 REGISTER
Date: Tue, 18 Jun 2053 12:11:25 GMT
User-Agent: AddPac SIP Gateway
Authorization: Digest username="4636303", realm="Huawei", nonce="6d3985fe8ec9ca8 e524f2db5eed59e4b", uri="sip:10.12.33.4", response="a6c932feae7d7dd5188d619e7752 4bab", algorithm=MD5
Contact: <sip:4636303@10.12.32.143>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.12.32.143:5060;branch=z9hG4bK4900f100a41213
Call-ID: 49380000-e91e-f167-8000-0002a40787e6@10.12.32.143
From: <sip:4636303@10.12.33.4>;tag=4900f100a4
To: <sip:4636303@10.12.33.4>;tag=f22f31a8
CSeq: 1213 REGISTER
Expires: 60
Contact: <sip:4636303@10.12.32.143;user=phone>;expires=60
Server: Huawei SoftX3000 V300R601
Content-Length: 0


9 <SIP 1213> : Receive 200 OK
10 <SIP 1213> : Transaction (1213 REGISTER) completed
11 <SIP 1212> : Set Terminated Success for 1212 REGISTER
12 <SIP 1213> : Set Terminated Success for 1213 REGISTER
13 <Time 0> : SIP_TREGISTER timer timeout.
14 <SIP 0> : Adding authentication information
15 <SIP 1214> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.143:5060;branch=z9hG4bK4900f100a41214
From: <sip:4636303@10.12.33.4>;tag=4900f100a4
To: sip:4636303@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a40787e6@10.12.32.143
CSeq: 1214 REGISTER
Date: Tue, 18 Jun 2053 12:12:13 GMT
User-Agent: AddPac SIP Gateway
Authorization: Digest username="4636303", realm="Huawei", nonce="6d3985fe8ec9ca8e524f2db5eed59e4b", uri="sip:10.12.33.4", response="a6c932feae7d7dd5188d619e77524bab", algorithm=MD5
Contact: <sip:4636303@10.12.32.143>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 500 Server Internal Error
Via: SIP/2.0/UDP 10.12.32.143:5060;branch=z9hG4bK4900f100a41214
Call-ID: 49380000-e91e-f167-8000-0002a40787e6@10.12.32.143
From: <sip:4636303@10.12.33.4>;tag=4900f100a4
To: <sip:4636303@10.12.33.4>;tag=d9795487
CSeq: 1214 REGISTER
Warning: 399 10.12.33.4 "SSF00124L00733[0001] Internal Error in Transaction"
Content-Length: 0


16 <SIP 1214> : Receive 500 Server Internal Error
17 <SIP 1214> : Transaction (1214 REGISTER) completed
18 <SIP 1214> : Set Terminated Success for 1214 REGISTER
19 <Time 0> : SIP_TREGISTER timer timeout.
20 <SIP 0> : No authentication information available
21 <SIP 1215> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.143:5060;branch=z9hG4bK4900f100a41215
From: <sip:4636303@10.12.33.4>;tag=4900f100a4
To: sip:4636303@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a40787e6@10.12.32.143
CSeq: 1215 REGISTER
Date: Tue, 18 Jun 2053 12:12:33 GMT
User-Agent: AddPac SIP Gateway
Contact: <sip:4636303@10.12.32.143>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 10.12.32.143:5060;branch=z9hG4bK4900f100a41215
Call-ID: 49380000-e91e-f167-8000-0002a40787e6@10.12.32.143
From: <sip:4636303@10.12.33.4>;tag=4900f100a4
To: <sip:4636303@10.12.33.4>;tag=974bb026
CSeq: 1215 REGISTER
WWW-Authenticate: Digest realm="Huawei",nonce="908541297f79d8e2534601c296f07489",domain="sip:Huawei.com",stale=false,algorithm=MD5
Server: Huawei SoftX3000 V300R601
Content-Length: 0


22 <SIP 1215> : Receive 401 Unauthorized
23 <SIP 1215> : Transaction (1215 REGISTER) completed
24 <SIP 0> : No opaque in authentication
25 <SIP 0> : Adding authentication information
26 <SIP 1216> : Send REGISTER Request

Sending SIP PDU to ( 10.12.33.4:5060 ) from 5060
REGISTER sip:10.12.33.4 SIP/2.0
Via: SIP/2.0/UDP 10.12.32.143:5060;branch=z9hG4bK4900f100a41216
From: <sip:4636303@10.12.33.4>;tag=4900f100a4
To: sip:4636303@10.12.33.4
Call-ID: 49380000-e91e-f167-8000-0002a40787e6@10.12.32.143
CSeq: 1216 REGISTER
Date: Tue, 18 Jun 2053 12:12:33 GMT
User-Agent: AddPac SIP Gateway
Authorization: Digest username="4636303", realm="Huawei", nonce="908541297f79d8e2534601c296f07489", uri="sip:10.12.33.4", response="98d74fefe14e63556618ab56c5ac51d7", algorithm=MD5
Contact: <sip:4636303@10.12.32.143>;expires=60
Expires: 60
Content-Length: 0
Max-Forwards: 70



Received SIP PDU from ( 10.12.33.4:5060 )
SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.12.32.143:5060;branch=z9hG4bK4900f100a41216
Call-ID: 49380000-e91e-f167-8000-0002a40787e6@10.12.32.143
From: <sip:4636303@10.12.33.4>;tag=4900f100a4
To: <sip:4636303@10.12.33.4>;tag=34182acc
CSeq: 1216 REGISTER
Expires: 60
Contact: <sip:4636303@10.12.32.143;user=phone>;expires=60
Server: Huawei SoftX3000 V300R601
Content-Length: 0


27 <SIP 1216> : Receive 200 OK
28 <SIP 1216> : Transaction (1216 REGISTER) completed
29 <SIP 1215> : Set Terminated Success for 1215 REGISTER
30 <SIP 1216> : Set Terminated Success for 1216 REGISTER


Вернуться к началу
 Профиль  
Ответить с цитатой  
СообщениеДобавлено: 18 июн 2013, 09:16 
Не в сети

Зарегистрирован: 24 май 2010, 10:11
Сообщения: 45
Неожиданно, не знаю когда, появилась прошивка для AP100 ap100_g2_v8_41_100.bin.
http://www.addpac.su/po/ap100_g2_v8_41_100.bin
Прошился на шлюзе с именем Elegiya (первый шлюз) и о чудо, номер тэга поменялся на 4a00f100a4. По всей видимости что-то поправили, раньше этой прошивки не было. Поскольку другой шлюз двухпортовый AP100B и прошивки 100 версии пока нет на сайте ТП, прошить его нечем и проверить тоже. Можно ли получить эту версию для AP100B.


Вернуться к началу
 Профиль  
Ответить с цитатой  
СообщениеДобавлено: 22 авг 2013, 04:32 
Не в сети

Зарегистрирован: 24 май 2010, 10:11
Сообщения: 45
Техподдержка что-нибудь все-таки ответит по проблеме??? Проблема продолжается - на данный момент при перепрошивке на ap100_g2_v8_41_100.bin тэги поменялись на всех шлюзах, но опять на один и тот же номер 4a00f100a4.
Что делать?


Вернуться к началу
 Профиль  
Ответить с цитатой  
СообщениеДобавлено: 25 авг 2013, 11:21 
Не в сети

Зарегистрирован: 30 июл 2013, 13:19
Сообщения: 39
вариант пока только один, настраивайте без регистрации.
на AP100B есть 89 прошивка - новее не видел


Вернуться к началу
 Профиль  
Ответить с цитатой  
Показать сообщения за:  Поле сортировки  
Начать новую тему Ответить на тему  [ Сообщений: 9 ] 

Часовой пояс: UTC


Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 0


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Найти:
Перейти:  
cron
Создано на основе phpBB® Forum Software © phpBB Group
Русская поддержка phpBB