Moin,
ich hab eine Smartnode 4638 an einem kleinen Asterisk Server laufen. Der Asterisk hat die Version 1.6.1.1 und die Patton hat die Version 5.T vom 28.5.09 bzw. auch getestet mit der Version 5.2 vom 14.01.09.
Zum Aufbau:
Sip Telefon -> Asterisk -> 4638 -> PSTN (Anlagenanschluss mit 2 B Kanälen)
Asterisk: 192.168.216.5
Patton: 192.168.216.7
Zu meinem kleinen Problemchen:
Ein Anruf wird vom einem Sip Telefon in das Telefon Netz gemacht. In meinem Fall: 486 -> 0040432xxxxx. Als Sip Telefoner kann man die Gegenseite hören nur man kann nich gehört werden. Ist der Anruf andersherum, funktioniert alles wunderbar.
Noch mal schnell die Konfig von der Patton:
Nun zum Trace von der Asterisk Seite aus:
Und nun die Seite von der Patton:
Was mir auffällt ist, das der Asterisk Retransmissions sendet, die aber von der Patton gnadenlos ignoriert werden. :\
Hat jemand eine Idee?
ich hab eine Smartnode 4638 an einem kleinen Asterisk Server laufen. Der Asterisk hat die Version 1.6.1.1 und die Patton hat die Version 5.T vom 28.5.09 bzw. auch getestet mit der Version 5.2 vom 14.01.09.
Zum Aufbau:
Sip Telefon -> Asterisk -> 4638 -> PSTN (Anlagenanschluss mit 2 B Kanälen)
Asterisk: 192.168.216.5
Patton: 192.168.216.7
Zu meinem kleinen Problemchen:
Ein Anruf wird vom einem Sip Telefon in das Telefon Netz gemacht. In meinem Fall: 486 -> 0040432xxxxx. Als Sip Telefoner kann man die Gegenseite hören nur man kann nich gehört werden. Ist der Anruf andersherum, funktioniert alles wunderbar.
Noch mal schnell die Konfig von der Patton:
Code:
#----------------------------------------------------------------#
# #
# SN4638/5BIS #
# R5.T 2009-05-28 H323 SIP BRI #
# 2009-08-12T08:26:05 #
# SN/00A0BA048B52 #
# Generated configuration file #
# #
#----------------------------------------------------------------#
cli version 3.20
administrator root password xxx== encrypted
dns-client server 192.168.216.2
dns-client server 192.168.210.2
dns-relay
webserver port 80 language en
sntp-client
sntp-client server primary 192.168.210.15 port 123 version 4
system hostname SN4638-HA1
system
ic voice 0
low-bitrate-codec g729
system
clock-source 1 bri 0 0
clock-source 2 bri 0 1
clock-source 3 bri 0 2
clock-source 4 bri 0 3
clock-source 5 bri 0 4
profile napt NAPT_WAN
profile ppp default
profile tone-set default
profile voip default
codec 1 g711alaw64k rx-length 20 tx-length 20
codec 2 transparent-clearmode rx-length 20 tx-length 20
fax transmission 1 relay t38-udp
profile pstn default
profile sip default
profile aaa default
method 1 local
method 2 none
context ip router
interface WAN
ipaddress dhcp
use profile napt NAPT_WAN
tcp adjust-mss rx mtu
tcp adjust-mss tx mtu
interface LAN
ipaddress 192.168.1.1 255.255.255.0
tcp adjust-mss rx mtu
tcp adjust-mss tx mtu
interface IF_IP_LAN
ipaddress 192.168.216.7 255.255.255.0
context ip router
route 0.0.0.0 0.0.0.0 192.168.216.1 0
context cs switch
digit-collection timeout 3
routing-table called-e164 RT_CDPN_OUT
route .T dest-service HG_2_OUT
interface isdn IF_S0_00
route call dest-table RT_CDPN_OUT
interface isdn IF_S0_01
route call dest-table RT_CDPN_OUT
interface isdn IF_S0_02
route call dest-table RT_CDPN_OUT
interface isdn IF_S0_03
route call dest-table RT_CDPN_OUT
interface isdn IF_S0_04
route call dest-table RT_CDPN_OUT
interface sip IF_VOIP_GATEWAY_HA
bind context sip-gateway GW_SIP_HA
route call dest-service HG_2_PBX
remote asterisk.ha.xxx.de 5060
early-connect
early-disconnect
interface sip IF_VOIP_GATEWAY_B
bind context sip-gateway GW_SIP_B
route call dest-service HG_2_PBX
remote asterisk.b.xxx.de 5060
early-connect
early-disconnect
interface sip IF_VOIP_GATEWAY_BM
bind context sip-gateway GW_SIP_BM
route call dest-service HG_2_PBX
remote asterisk.bm.xxx.de 5060
early-connect
early-disconnect
service hunt-group HG_2_OUT
timeout 6
drop-cause normal-unspecified
drop-cause no-circuit-channel-available
drop-cause network-out-of-order
drop-cause temporary-failure
drop-cause switching-equipment-congestion
drop-cause access-info-discarded
drop-cause circuit-channel-not-available
drop-cause resources-unavailable
route call 1 dest-interface IF_VOIP_GATEWAY_HA
route call 2 dest-interface IF_VOIP_GATEWAY_B
route call 3 dest-interface IF_VOIP_GATEWAY_BM
service hunt-group HG_2_PBX
drop-cause normal-unspecified
drop-cause no-circuit-channel-available
drop-cause network-out-of-order
drop-cause temporary-failure
drop-cause switching-equipment-congestion
drop-cause access-info-discarded
drop-cause circuit-channel-not-available
drop-cause resources-unavailable
route call 1 dest-interface IF_S0_00
context cs switch
no shutdown
authentication-service SER_AUTH_OB
username SN4638-HA1 password xxx== encrypted
location-service SER_LOC_CERT_HA
domain 1 asterisk.ha.xxx.de
identity SN4638-HA1
authentication outbound
authenticate 1 authentication-service SER_AUTH_OB username SN4638-HA1
registration outbound
registrar asterisk.ha.xxx.de 5060
register auto
location-service SER_LOC_CERT_B
domain 1 asterisk.b.xxx.de
identity SN4638-HA1
authentication outbound
authenticate 1 authentication-service SER_AUTH_OB username SN4638-HA1
registration outbound
registrar asterisk.b.xxx.de 5060
register auto
location-service SER_LOC_CERT_BM
domain 1 asterisk.bm.xxx.de
identity SN4638-HA1
authentication outbound
authenticate 1 authentication-service SER_AUTH_OB username SN4638-HA1
registration outbound
registrar asterisk.bm.xxx.de 5060
register auto
context sip-gateway GW_SIP_HA
interface IF_IP_LAN_HA
bind interface IF_IP_LAN context router port 5060
context sip-gateway GW_SIP_HA
bind location-service SER_LOC_CERT_HA
no shutdown
context sip-gateway GW_SIP_B
interface IF_IP_LAN_B
bind interface IF_IP_LAN context router port 5061
context sip-gateway GW_SIP_B
bind location-service SER_LOC_CERT_B
no shutdown
context sip-gateway GW_SIP_BM
interface IF_IP_LAN_BM
bind interface IF_IP_LAN context router port 5062
context sip-gateway GW_SIP_BM
bind location-service SER_LOC_CERT_BM
no shutdown
port ethernet 0 0
medium auto
encapsulation ip
bind interface WAN router
no shutdown
port ethernet 0 1
medium auto
encapsulation ip
bind interface LAN router
bind interface IF_IP_LAN router
no shutdown
port bri 0 0
clock auto
encapsulation q921
q921
protocol pp
uni-side auto
encapsulation q931
q931
protocol dss1
uni-side user
bchan-number-order ascending
encapsulation cc-isdn
bind interface IF_S0_00 switch
port bri 0 0
no shutdown
port bri 0 1
clock auto
encapsulation q921
q921
protocol pp
uni-side auto
encapsulation q931
q931
protocol dss1
uni-side user
bchan-number-order ascending
encapsulation cc-isdn
bind interface IF_S0_01 switch
port bri 0 1
no shutdown
port bri 0 2
clock auto
encapsulation q921
q921
protocol pp
uni-side auto
encapsulation q931
q931
protocol dss1
uni-side user
bchan-number-order ascending
encapsulation cc-isdn
bind interface IF_S0_02 switch
port bri 0 2
no shutdown
port bri 0 3
clock auto
encapsulation q921
q921
protocol pp
uni-side auto
encapsulation q931
q931
protocol dss1
uni-side user
bchan-number-order ascending
encapsulation cc-isdn
bind interface IF_S0_03 switch
port bri 0 3
no shutdown
port bri 0 4
clock auto
encapsulation q921
q921
uni-side auto
encapsulation q931
q931
protocol dss1
uni-side user
bchan-number-order ascending
encapsulation cc-isdn
bind interface IF_S0_04 switch
port bri 0 4
no shutdown
Nun zum Trace von der Asterisk Seite aus:
Code:
[Aug 12 09:31:53] -- Executing [0040432xxxxx@trunk-halle:10011] Dial("SIP/74486-bc0f5598", "SIP/0040432xxxxx@sn4638-ha1,300") in new stack
[Aug 12 09:31:53] == Using SIP RTP TOS bits 184
[Aug 12 09:31:53] == Using SIP RTP CoS mark 5
[Aug 12 09:31:53] Audio is at 192.168.216.5 port 27848
[Aug 12 09:31:53] Adding codec 0x8 (alaw) to SDP
[Aug 12 09:31:53] Adding codec 0x2 (gsm) to SDP
[Aug 12 09:31:53] Adding codec 0x4 (ulaw) to SDP
[Aug 12 09:31:53] Adding non-codec 0x1 (telephone-event) to SDP
[Aug 12 09:31:53] Reliably Transmitting (no NAT) to 192.168.216.7:5060:
INVITE sip:0040432xxxxx@sn4638-ha1 SIP/2.0
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK495e7ff9;rport
Max-Forwards: 70
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>
Contact: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 102 INVITE
User-Agent: Asterisk PBX 1.6.1.1
Date: Wed, 12 Aug 2009 07:31:53 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 310
v=0
o=root 919511600 919511600 IN IP4 192.168.216.5
s=Asterisk PBX 1.6.1.1
c=IN IP4 192.168.216.5
t=0 0
m=audio 27848 RTP/AVP 8 3 0 101
a=rtpmap:8 PCMA/8000
a=rtpmap:3 GSM/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
---
[Aug 12 09:31:53] -- Called 0040432xxxxx@sn4638-ha1
[Aug 12 09:31:53]
<--- SIP read from UDP://192.168.216.7:5060 --->
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK495e7ff9;rport=5060;received=192.168.216.5
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>
Call-ID: [email protected]
CSeq: 102 INVITE
Server: Patton SN4638 5BIS 00A0BA048B52 R5.T 2009-05-28 H323 SIP BRI M5T SIP Stack/4.0.28.28
Content-Length: 0
<------------->
[Aug 12 09:31:53] --- (8 headers 0 lines) ---
[Aug 12 09:31:58]
<--- SIP read from UDP://192.168.216.7:5060 --->
SIP/2.0 183 Session Progress
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK495e7ff9;rport=5060;received=192.168.216.5
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
Call-ID: [email protected]
CSeq: 102 INVITE
Contact: <sip:[email protected]:5060>
Server: Patton SN4638 5BIS 00A0BA048B52 R5.T 2009-05-28 H323 SIP BRI M5T SIP Stack/4.0.28.28
Content-Length: 0
<------------->
[Aug 12 09:31:58] --- (9 headers 0 lines) ---
[Aug 12 09:31:58]
<--- SIP read from UDP://192.168.216.7:5060 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK495e7ff9;rport=5060;received=192.168.216.5
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
Call-ID: [email protected]
CSeq: 102 INVITE
Contact: <sip:[email protected]:5060>
Server: Patton SN4638 5BIS 00A0BA048B52 R5.T 2009-05-28 H323 SIP BRI M5T SIP Stack/4.0.28.28
Supported: replaces
Content-Type: application/sdp
Content-Length: 197
v=0
o=MxSIP 0 14 IN IP4 192.168.216.7
s=SIP Call
c=IN IP4 192.168.216.7
t=0 0
m=audio 4886 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=sendrecv
<------------->
[Aug 12 09:31:58] --- (11 headers 10 lines) ---
[Aug 12 09:31:58] Found RTP audio format 8
[Aug 12 09:31:58] Found RTP audio format 101
[Aug 12 09:31:58] Peer audio RTP is at port 192.168.216.7:4886
[Aug 12 09:31:58] Found audio description format PCMA for ID 8
[Aug 12 09:31:58] Found audio description format telephone-event for ID 101
[Aug 12 09:31:58] Capabilities: us - 0x8000e (gsm|ulaw|alaw|h263), peer - audio=0x8 (alaw)/video=0x0 (nothing)/text=0x0 (nothing), combined - 0x8 (alaw)
[Aug 12 09:31:58] Non-codec capabilities (dtmf): us - 0x1 (telephone-event), peer - 0x1 (telephone-event), combined - 0x1 (telephone-event)
[Aug 12 09:31:58] Peer audio RTP is at port 192.168.216.7:4886
[Aug 12 09:31:58] list_route: hop: <sip:[email protected]:5060>
[Aug 12 09:31:58] set_destination: Parsing <sip:[email protected]:5060> for address/port to send to
[Aug 12 09:31:58] set_destination: set destination to 192.168.216.7, port 5060
[Aug 12 09:31:58] Transmitting (no NAT) to 192.168.216.7:5060:
ACK sip:[email protected]:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK3d4319b6;rport
Max-Forwards: 70
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
Contact: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 102 ACK
User-Agent: Asterisk PBX 1.6.1.1
Content-Length: 0
---
[Aug 12 09:31:58] -- SIP/sn4638-ha1-0086e848 answered SIP/74486-bc0f5598
[Aug 12 09:31:58] -- Native bridging SIP/74486-bc0f5598 and SIP/sn4638-ha1-0086e848
[Aug 12 09:31:58] set_destination: Parsing <sip:[email protected]:5060> for address/port to send to
[Aug 12 09:31:58] set_destination: set destination to 192.168.216.7, port 5060
[Aug 12 09:31:58] Audio is at 192.168.216.5 port 27848
[Aug 12 09:31:58] Adding codec 0x8 (alaw) to SDP
[Aug 12 09:31:58] Adding non-codec 0x1 (telephone-event) to SDP
[Aug 12 09:31:58] Reliably Transmitting (no NAT) to 192.168.216.7:5060:
INVITE sip:[email protected]:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK495e7ff9;rport
Max-Forwards: 70
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
Contact: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 103 INVITE
User-Agent: Asterisk PBX 1.6.1.1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
X-asterisk-Info: SIP re-invite (External RTP bridge)
Content-Type: application/sdp
Content-Length: 265
v=0
o=root 919511600 919511601 IN IP4 192.168.210.70
s=Asterisk PBX 1.6.1.1
c=IN IP4 192.168.210.70
t=0 0
m=audio 56208 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
---
[Aug 12 09:31:59] Retransmitting #1 (no NAT) to 192.168.216.7:5060:
INVITE sip:[email protected]:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK495e7ff9;rport
Max-Forwards: 70
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
Contact: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 103 INVITE
User-Agent: Asterisk PBX 1.6.1.1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
X-asterisk-Info: SIP re-invite (External RTP bridge)
Content-Type: application/sdp
Content-Length: 265
v=0
o=root 919511600 919511601 IN IP4 192.168.210.70
s=Asterisk PBX 1.6.1.1
c=IN IP4 192.168.210.70
t=0 0
m=audio 56208 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
---
[Aug 12 09:32:00] Retransmitting #2 (no NAT) to 192.168.216.7:5060:
INVITE sip:[email protected]:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK495e7ff9;rport
Max-Forwards: 70
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
Contact: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 103 INVITE
User-Agent: Asterisk PBX 1.6.1.1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
X-asterisk-Info: SIP re-invite (External RTP bridge)
Content-Type: application/sdp
Content-Length: 265
v=0
o=root 919511600 919511601 IN IP4 192.168.210.70
s=Asterisk PBX 1.6.1.1
c=IN IP4 192.168.210.70
t=0 0
m=audio 56208 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
---
[Aug 12 09:32:02] Retransmitting #3 (no NAT) to 192.168.216.7:5060:
INVITE sip:[email protected]:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK495e7ff9;rport
Max-Forwards: 70
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
Contact: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 103 INVITE
User-Agent: Asterisk PBX 1.6.1.1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
X-asterisk-Info: SIP re-invite (External RTP bridge)
Content-Type: application/sdp
Content-Length: 265
v=0
o=root 919511600 919511601 IN IP4 192.168.210.70
s=Asterisk PBX 1.6.1.1
c=IN IP4 192.168.210.70
t=0 0
m=audio 56208 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
---
[Aug 12 09:32:06] Retransmitting #4 (no NAT) to 192.168.216.7:5060:
INVITE sip:[email protected]:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK495e7ff9;rport
Max-Forwards: 70
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
Contact: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 103 INVITE
User-Agent: Asterisk PBX 1.6.1.1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
X-asterisk-Info: SIP re-invite (External RTP bridge)
Content-Type: application/sdp
Content-Length: 265
v=0
o=root 919511600 919511601 IN IP4 192.168.210.70
s=Asterisk PBX 1.6.1.1
c=IN IP4 192.168.210.70
t=0 0
m=audio 56208 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
---
[Aug 12 09:32:06] Scheduling destruction of SIP dialog '[email protected]' in 32000 ms (Method: INVITE)
[Aug 12 09:32:06] == Spawn extension (trunk-halle, 0040432xxxxx, 10011) exited non-zero on 'SIP/74486-bc0f5598'
[Aug 12 09:32:07] Really destroying SIP dialog 'a018690616b58739' Method: BYE
[Aug 12 09:32:14] Retransmitting #5 (no NAT) to 192.168.216.7:5060:
INVITE sip:[email protected]:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK495e7ff9;rport
Max-Forwards: 70
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
Contact: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 103 INVITE
User-Agent: Asterisk PBX 1.6.1.1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
X-asterisk-Info: SIP re-invite (External RTP bridge)
Content-Type: application/sdp
Content-Length: 265
v=0
o=root 919511600 919511601 IN IP4 192.168.210.70
s=Asterisk PBX 1.6.1.1
c=IN IP4 192.168.210.70
t=0 0
m=audio 56208 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
---
[Aug 12 09:32:14]
<--- SIP read from UDP://192.168.216.7:5060 --->
BYE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 192.168.216.7:5060;branch=z9hG4bK603c43930bb645af8
Max-Forwards: 70
From: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
To: "Test User" <sip:[email protected]>;tag=as7a390b51
Call-ID: [email protected]
CSeq: 26187 BYE
User-Agent: Patton SN4638 5BIS 00A0BA048B52 R5.T 2009-05-28 H323 SIP BRI M5T SIP Stack/4.0.28.28
Content-Length: 0
<------------->
[Aug 12 09:32:14] --- (9 headers 0 lines) ---
[Aug 12 09:32:14] Sending to 192.168.216.7 : 5060 (no NAT)
[Aug 12 09:32:14] Scheduling destruction of SIP dialog '[email protected]' in 32000 ms (Method: BYE)
[Aug 12 09:32:14]
<--- Transmitting (no NAT) to 192.168.216.7:5060 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.216.7:5060;branch=z9hG4bK603c43930bb645af8;received=192.168.216.7
From: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
To: "Test User" <sip:[email protected]>;tag=as7a390b51
Call-ID: [email protected]
CSeq: 26187 BYE
Server: Asterisk PBX 1.6.1.1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Length: 0
Und nun die Seite von der Patton:
Code:
SN4638-HA1#
07:31:52 SIP_TR> [STACK] < Stack: from 192.168.216.5
INVITE sip:0040432xxxxx@sn4638-ha1 SIP/2.0
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK495e7ff9;rport
Max-Forwards: 70
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>
Contact: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 102 INVITE
User-Agent: Asterisk PBX 1.6.1.1
Date: Wed, 12 Aug 2009 07:31:53 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 310
v=0
o=root 919511600 919511600 IN IP4 192.168.216.5
s=Asterisk PBX 1.6.1.1
c=IN IP4 192.168.216.5
t=0 0
m=audio 27848 RTP/AVP 8 3 0 101
a=rtpmap:8 PCMA/8000
a=rtpmap:3 GSM/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
07:31:52 SIP_TR> [STACK] > Stack: to 192.168.216.5
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK495e7ff9;rport=5060;received=192.168.216.5
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>
Call-ID: [email protected]
CSeq: 102 INVITE
Server: Patton SN4638 5BIS 00A0BA048B52 R5.T 2009-05-28 H323 SIP BRI M5T SIP Stack/4.0.28.28
Content-Length: 0
07:31:56 SIP_TR> [STACK] > Stack: to 192.168.216.5
SIP/2.0 183 Session Progress
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK495e7ff9;rport=5060;received=192.168.216.5
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
Call-ID: [email protected]
CSeq: 102 INVITE
Contact: <sip:[email protected]:5060>
Server: Patton SN4638 5BIS 00A0BA048B52 R5.T 2009-05-28 H323 SIP BRI M5T SIP Stack/4.0.28.28
Content-Length: 0
07:31:57 SIP_TR> [STACK] > Stack: to 192.168.216.5
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK495e7ff9;rport=5060;received=192.168.216.5
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
Call-ID: [email protected]
CSeq: 102 INVITE
Contact: <sip:[email protected]:5060>
Server: Patton SN4638 5BIS 00A0BA048B52 R5.T 2009-05-28 H323 SIP BRI M5T SIP Stack/4.0.28.28
Supported: replaces
Content-Type: application/sdp
Content-Length: 197
v=0
o=MxSIP 0 14 IN IP4 192.168.216.7
s=SIP Call
c=IN IP4 192.168.216.7
t=0 0
m=audio 4886 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=sendrecv
07:31:57 SIP_TR> [STACK] < Stack: from 192.168.216.5
ACK sip:[email protected]:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK3d4319b6;rport
Max-Forwards: 70
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
Contact: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 102 ACK
User-Agent: Asterisk PBX 1.6.1.1
Content-Length: 0
07:31:57 SIP_TR> [STACK] < Stack: from 192.168.216.5
INVITE sip:[email protected]:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK495e7ff9;rport
Max-Forwards: 70
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
Contact: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 103 INVITE
User-Agent: Asterisk PBX 1.6.1.1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
X-asterisk-Info: SIP re-invite (External RTP bridge)
Content-Type: application/sdp
Content-Length: 265
v=0
o=root 919511600 919511601 IN IP4 192.168.210.70
s=Asterisk PBX 1.6.1.1
c=IN IP4 192.168.210.70
t=0 0
m=audio 56208 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
07:31:58 SIP_TR> [STACK] < Stack: from 192.168.216.5
INVITE sip:[email protected]:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK495e7ff9;rport
Max-Forwards: 70
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
Contact: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 103 INVITE
User-Agent: Asterisk PBX 1.6.1.1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
X-asterisk-Info: SIP re-invite (External RTP bridge)
Content-Type: application/sdp
Content-Length: 265
v=0
o=root 919511600 919511601 IN IP4 192.168.210.70
s=Asterisk PBX 1.6.1.1
c=IN IP4 192.168.210.70
t=0 0
m=audio 56208 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
07:31:59 SIP_TR> [STACK] < Stack: from 192.168.216.5
INVITE sip:[email protected]:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK495e7ff9;rport
Max-Forwards: 70
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
Contact: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 103 INVITE
User-Agent: Asterisk PBX 1.6.1.1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
X-asterisk-Info: SIP re-invite (External RTP bridge)
Content-Type: application/sdp
Content-Length: 265
v=0
o=root 919511600 919511601 IN IP4 192.168.210.70
s=Asterisk PBX 1.6.1.1
c=IN IP4 192.168.210.70
t=0 0
m=audio 56208 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
07:32:01 SIP_TR> [STACK] < Stack: from 192.168.216.5
INVITE sip:[email protected]:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK495e7ff9;rport
Max-Forwards: 70
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
Contact: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 103 INVITE
User-Agent: Asterisk PBX 1.6.1.1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
X-asterisk-Info: SIP re-invite (External RTP bridge)
Content-Type: application/sdp
Content-Length: 265
v=0
o=root 919511600 919511601 IN IP4 192.168.210.70
s=Asterisk PBX 1.6.1.1
c=IN IP4 192.168.210.70
t=0 0
m=audio 56208 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
07:32:05 SIP_TR> [STACK] < Stack: from 192.168.216.5
INVITE sip:[email protected]:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK495e7ff9;rport
Max-Forwards: 70
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
Contact: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 103 INVITE
User-Agent: Asterisk PBX 1.6.1.1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
X-asterisk-Info: SIP re-invite (External RTP bridge)
Content-Type: application/sdp
Content-Length: 265
v=0
o=root 919511600 919511601 IN IP4 192.168.210.70
s=Asterisk PBX 1.6.1.1
c=IN IP4 192.168.210.70
t=0 0
m=audio 56208 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
07:32:13 SIP_TR> [STACK] < Stack: from 192.168.216.5
INVITE sip:[email protected]:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.216.5:5060;branch=z9hG4bK495e7ff9;rport
Max-Forwards: 70
From: "Test User" <sip:[email protected]>;tag=as7a390b51
To: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
Contact: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 103 INVITE
User-Agent: Asterisk PBX 1.6.1.1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
X-asterisk-Info: SIP re-invite (External RTP bridge)
Content-Type: application/sdp
Content-Length: 265
v=0
o=root 919511600 919511601 IN IP4 192.168.210.70
s=Asterisk PBX 1.6.1.1
c=IN IP4 192.168.210.70
t=0 0
m=audio 56208 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
07:32:13 SIP_TR> [STACK] > Stack: to 192.168.216.5
BYE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP 192.168.216.7:5060;branch=z9hG4bK603c43930bb645af8
Max-Forwards: 70
From: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
To: "Test User" <sip:[email protected]>;tag=as7a390b51
Call-ID: [email protected]
CSeq: 26187 BYE
User-Agent: Patton SN4638 5BIS 00A0BA048B52 R5.T 2009-05-28 H323 SIP BRI M5T SIP Stack/4.0.28.28
Content-Length: 0
07:32:13 SIP_TR> [STACK] < Stack: from 192.168.216.5
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.216.7:5060;branch=z9hG4bK603c43930bb645af8;received=192.168.216.7
From: <sip:0040432xxxxx@sn4638-ha1>;tag=859047562
To: "Test User" <sip:[email protected]>;tag=as7a390b51
Call-ID: [email protected]
CSeq: 26187 BYE
Server: Asterisk PBX 1.6.1.1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Length: 0
Was mir auffällt ist, das der Asterisk Retransmissions sendet, die aber von der Patton gnadenlos ignoriert werden. :\
Hat jemand eine Idee?
Zuletzt bearbeitet: