sip.conf:
[basic-codecs](!)
disallow=all
allow=ulaw
[standard-codecs](!,basic-codecs)
allow=alaw
[provider](!)
type=peer
qualify=yes
insecure=invite
language=de
callbackextension=incoming
[4989xxxxxx852](provider,standard-codecs)
host=sipgate.de
fromdomain=sipgate.de
fromuser=72xxx27
defaultuser=72xxx27
secret=xxxxxxxxxx
context=in-de-sipgate
[basic-options](!)
type=friend
dtmfmode=rfc2833
[oerlikon-phone](!,basic-options)
context=phones
host=dynamic
qualify=yes
nat=yes
language=de
[c450ip](oerlikon-phone,basic-codecs)
secret=xxxxxxxxxxxxxxx
extensions.conf:
[in-de-sipgate]
exten => incoming,1,Goto(default,madduck,1)
; THIS WORKS
[outgoing]
exten => _+.,1,Goto(outgoing,00${EXTEN:1},1)
exten => _0049.,1,Goto(outgoing_to_sipgate,0${EXTEN:4},1)
[outgoing_to_sipgate]
exten => _X.,1,Dial(SIP/${FILTER(0123456789,${EXTEN})}@4989xxxxxx852,,TKXg)
exten => _X.,n,Hangup
[phones]
include => outgoing
Incoming calls work. Outgoing calls do not:
-- Executing [089xxxxxx852@phones:1] Goto("SIP/piper-023c3608", "outgoing_to_sipgate,089xxxxxx852,1") in new stack
-- Goto (outgoing_to_sipgate,089xxxxxx852,1)
-- Executing [089xxxxxx852@outgoing_to_sipgate:1] Dial("SIP/piper-023c3608", "SIP/089xxxxxx852@4989xxxxxx852,,TKXg") in new stack
== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
-- Called 089xxxxxx852@4989xxxxxx852
[Jun 23 14:36:08] WARNING[5788]: chan_sip.c:4526 create_addr: No such host: incoming
[Jun 23 14:36:08] WARNING[5788]: chan_sip.c:4526 create_addr: No such host: dialin
[Jun 23 14:36:08] WARNING[5788]: chan_sip.c:4526 create_addr: No such host: in-de-sipgate
[Jun 23 14:36:08] WARNING[5788]: chan_sip.c:4526 create_addr: No such host: s
-- SIP/4989xxxxxx852-024393a8 is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
-- Executing [089xxxxxx852@outgoing_to_sipgate:4] Hangup("SIP/piper-023c3608", "") in new stack
== Spawn extension (outgoing_to_sipgate, 089xxxxxx852, 4) exited non-zero on 'SIP/piper-023c3608'
[Jun 23 14:36:08] NOTICE[5788]: chan_sip.c:18438 handle_request_invite: Unable to create/find SIP channel for this INVITE
SIP debug:
Audio is at 77.109.139.86 port 17010
Adding codec 0x4 (ulaw) to SDP
Adding codec 0x8 (alaw) to SDP
Adding non-codec 0x1 (telephone-event) to SDP
Reliably Transmitting (no NAT) to 217.10.79.9:5060:
INVITE sip:089xxxxxx852@sipgate.de SIP/2.0
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK5af36b8b;rport
Max-Forwards: 70
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@sipgate.de>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 102 INVITE
User-Agent: madduck.net asterisk
Date: Tue, 23 Jun 2009 12:37:26 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323960 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
---
-- Called 089xxxxxx852@4989xxxxxx852
jugband*CLI>
<--- SIP read from UDP://217.10.79.9:5060 --->
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK5af36b8b;rport=5060
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@sipgate.de>;tag=fe1721141f05bd30d4b50c70da3ae228.d0aa
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 102 INVITE
Proxy-Authenticate: Digest realm="sipgate.de", nonce="4a40cdf7049d95b833d0282686544e7eda66065e"
Content-Length: 0
<------------->
--- (8 headers 0 lines) ---
Transmitting (no NAT) to 217.10.79.9:5060:
ACK sip:089xxxxxx852@sipgate.de SIP/2.0
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK5af36b8b;rport
Max-Forwards: 70
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@sipgate.de>;tag=fe1721141f05bd30d4b50c70da3ae228.d0aa
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 102 ACK
User-Agent: madduck.net asterisk
Content-Length: 0
---
Audio is at 77.109.139.86 port 17010
Adding codec 0x4 (ulaw) to SDP
Adding codec 0x8 (alaw) to SDP
Adding non-codec 0x1 (telephone-event) to SDP
Reliably Transmitting (no NAT) to 217.10.79.9:5060:
INVITE sip:089xxxxxx852@sipgate.de SIP/2.0
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK61a01020;rport
Max-Forwards: 70
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@sipgate.de>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 103 INVITE
User-Agent: madduck.net asterisk
Proxy-Authorization: Digest username="72xxx27", realm="sipgate.de", algorithm=MD5, uri="sip:089xxxxxx852@sipgate.de", nonce="4a40cdf7049d95b833d0282686544e7eda66065e", response="6010xxxxxxxxxxxxxxxxxxxxxdf461bf"
Date: Tue, 23 Jun 2009 12:37:26 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323961 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
---
jugband*CLI>
<--- SIP read from UDP://217.10.79.9:5060 --->
SIP/2.0 100 Giving a try
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK61a01020;rport=5060
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@sipgate.de>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 103 INVITE
Content-Length: 0
<------------->
--- (7 headers 0 lines) ---
<--- SIP read from UDP://217.10.79.9:5060 --->
INVITE sip:incoming@77.109.139.86 SIP/2.0
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Record-Route: <sip:172.20.40.3;lr=on>
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Via: SIP/2.0/UDP 217.10.79.9:5060;branch=z9hG4bKb918.784db462.0
Via: SIP/2.0/UDP 172.20.40.3;branch=z9hG4bKb918.784db462.0
Via: SIP/2.0/UDP 217.10.79.9:5060;received=217.10.68.222;branch=z9hG4bK61a01020
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK61a01020;rport=5060
Max-Forwards: 67
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@sipgate.de>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 103 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323961 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
<------------->
--- (18 headers 13 lines) ---
[Jun 23 14:37:26] WARNING[5788]: chan_sip.c:4526 create_addr: No such host: incoming
Audio is at 77.109.139.86 port 17010
Adding codec 0x4 (ulaw) to SDP
Adding codec 0x8 (alaw) to SDP
Adding non-codec 0x1 (telephone-event) to SDP
Reliably Transmitting (no NAT) to 217.10.79.9:5060:
INVITE sip:089xxxxxx852@incoming SIP/2.0
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK19f02fb3;rport
Max-Forwards: 70
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@incoming>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 104 INVITE
User-Agent: madduck.net asterisk
Proxy-Authorization:
Date: Tue, 23 Jun 2009 12:37:26 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323962 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
---
<--- SIP read from UDP://217.10.79.9:5060 --->
INVITE sip:dialin@77.109.139.86 SIP/2.0
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Record-Route: <sip:172.20.40.3;lr=on>
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Via: SIP/2.0/UDP 217.10.79.9:5060;branch=z9hG4bKb918.784db462.1
Via: SIP/2.0/UDP 172.20.40.3;branch=z9hG4bKb918.784db462.1
Via: SIP/2.0/UDP 217.10.79.9:5060;received=217.10.68.222;branch=z9hG4bK61a01020
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK61a01020;rport=5060
Max-Forwards: 67
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@sipgate.de>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 103 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323961 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
<------------->
--- (18 headers 13 lines) ---
[Jun 23 14:37:26] WARNING[5788]: chan_sip.c:4526 create_addr: No such host: dialin
Audio is at 77.109.139.86 port 17010
Adding codec 0x4 (ulaw) to SDP
Adding codec 0x8 (alaw) to SDP
Adding non-codec 0x1 (telephone-event) to SDP
Reliably Transmitting (no NAT) to 217.10.79.9:5060:
INVITE sip:089xxxxxx852@dialin SIP/2.0
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK3d225faf;rport
Max-Forwards: 70
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@dialin>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 105 INVITE
User-Agent: madduck.net asterisk
Proxy-Authorization:
Date: Tue, 23 Jun 2009 12:37:26 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323963 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
---
<--- SIP read from UDP://217.10.79.9:5060 --->
INVITE sip:in-de-sipgate@77.109.139.86 SIP/2.0
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Record-Route: <sip:172.20.40.3;lr=on>
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Via: SIP/2.0/UDP 217.10.79.9:5060;branch=z9hG4bKb918.784db462.2
Via: SIP/2.0/UDP 172.20.40.3;branch=z9hG4bKb918.784db462.2
Via: SIP/2.0/UDP 217.10.79.9:5060;received=217.10.68.222;branch=z9hG4bK61a01020
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK61a01020;rport=5060
Max-Forwards: 67
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@sipgate.de>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 103 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323961 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
<------------->
--- (18 headers 13 lines) ---
[Jun 23 14:37:26] WARNING[5788]: chan_sip.c:4526 create_addr: No such host: in-de-sipgate
Audio is at 77.109.139.86 port 17010
Adding codec 0x4 (ulaw) to SDP
Adding codec 0x8 (alaw) to SDP
Adding non-codec 0x1 (telephone-event) to SDP
Reliably Transmitting (no NAT) to 217.10.79.9:5060:
INVITE sip:089xxxxxx852@in-de-sipgate SIP/2.0
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK23aa53ea;rport
Max-Forwards: 70
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@in-de-sipgate>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 106 INVITE
User-Agent: madduck.net asterisk
Proxy-Authorization:
Date: Tue, 23 Jun 2009 12:37:26 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323964 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
---
<--- SIP read from UDP://217.10.79.9:5060 --->
INVITE sip:s@77.109.139.86 SIP/2.0
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Record-Route: <sip:172.20.40.3;lr=on>
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Via: SIP/2.0/UDP 217.10.79.9:5060;branch=z9hG4bKb918.784db462.3
Via: SIP/2.0/UDP 172.20.40.3;branch=z9hG4bKb918.784db462.3
Via: SIP/2.0/UDP 217.10.79.9:5060;received=217.10.68.222;branch=z9hG4bK61a01020
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK61a01020;rport=5060
Max-Forwards: 67
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@sipgate.de>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 103 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323961 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
<------------->
--- (18 headers 13 lines) ---
[Jun 23 14:37:26] WARNING[5788]: chan_sip.c:4526 create_addr: No such host: s
Audio is at 77.109.139.86 port 17010
Adding codec 0x4 (ulaw) to SDP
Adding codec 0x8 (alaw) to SDP
Adding non-codec 0x1 (telephone-event) to SDP
Reliably Transmitting (no NAT) to 217.10.79.9:5060:
INVITE sip:089xxxxxx852@s SIP/2.0
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK0f957042;rport
Max-Forwards: 70
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@s>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 107 INVITE
User-Agent: madduck.net asterisk
Proxy-Authorization:
Date: Tue, 23 Jun 2009 12:37:26 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323965 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
---
<--- SIP read from UDP://217.10.79.9:5060 --->
SIP/2.0 404 not found (unknown domain)
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK19f02fb3;rport=5060
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@incoming>;tag=62e0c164533e7d42ac8a2aa4292853db.1091
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 104 INVITE
Content-Length: 0
jugband*CLI>
<------------->
--- (7 headers 0 lines) ---
<--- SIP read from UDP://217.10.79.9:5060 --->
SIP/2.0 404 not found (unknown domain)
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK3d225faf;rport=5060
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@dialin>;tag=62e0c164533e7d42ac8a2aa4292853db.ac07
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 105 INVITE
Content-Length: 0
<------------->
--- (7 headers 0 lines) ---
jugband*CLI>
<--- SIP read from UDP://217.10.79.9:5060 --->
SIP/2.0 404 not found (unknown domain)
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK23aa53ea;rport=5060
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@in-de-sipgate>;tag=62e0c164533e7d42ac8a2aa4292853db.199c
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 106 INVITE
Content-Length: 0
<------------->
--- (7 headers 0 lines) ---
jugband*CLI>
<--- SIP read from UDP://217.10.79.9:5060 --->
SIP/2.0 404 not found (unknown domain)
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK0f957042;rport=5060
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@s>;tag=62e0c164533e7d42ac8a2aa4292853db.af50
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 107 INVITE
Content-Length: 0
<------------->
--- (7 headers 0 lines) ---
Transmitting (no NAT) to 217.10.79.9:5060:
ACK sip:089xxxxxx852@s SIP/2.0
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK0f957042;rport
Max-Forwards: 70
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@s>;tag=62e0c164533e7d42ac8a2aa4292853db.af50
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 107 ACK
User-Agent: madduck.net asterisk
Content-Length: 0
---
-- SIP/4989xxxxxx852-0241b658 is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
-- Executing [089xxxxxx852@outgoing_to_sipgate:4] Hangup("SIP/piper-02417788", "") in new stack
== Spawn extension (outgoing_to_sipgate, 089xxxxxx852, 4) exited non-zero on 'SIP/piper-02417788'
jugband*CLI>
<--- SIP read from UDP://217.10.79.9:5060 --->
INVITE sip:incoming@77.109.139.86 SIP/2.0
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Record-Route: <sip:172.20.40.3;lr=on>
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Via: SIP/2.0/UDP 217.10.79.9:5060;branch=z9hG4bKb918.784db462.0
Via: SIP/2.0/UDP 172.20.40.3;branch=z9hG4bKb918.784db462.0
Via: SIP/2.0/UDP 217.10.79.9:5060;received=217.10.68.222;branch=z9hG4bK61a01020
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK61a01020;rport=5060
Max-Forwards: 67
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@sipgate.de>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 103 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323961 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
<------------->
--- (18 headers 13 lines) ---
Ignoring this INVITE request
[Jun 23 14:37:26] NOTICE[5788]: chan_sip.c:18438 handle_request_invite: Unable to create/find SIP channel for this INVITE
<--- Transmitting (no NAT) to 217.10.79.9:5060 --->
SIP/2.0 503 Unavailable
Via: SIP/2.0/UDP 217.10.79.9:5060;branch=z9hG4bKb918.784db462.0;received=217.10.79.9
Via: SIP/2.0/UDP 172.20.40.3;branch=z9hG4bKb918.784db462.0
Via: SIP/2.0/UDP 217.10.79.9:5060;received=217.10.68.222;branch=z9hG4bK61a01020
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK61a01020;rport=5060
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@sipgate.de>;tag=62e0c164533e7d42ac8a2aa4292853db.af50
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 103 INVITE
Server: madduck.net asterisk
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Length: 0
<------------>
Scheduling destruction of SIP dialog '0969bfb1517785f0739149ca685a7f19@sipgate.de' in 32000 ms (Method: INVITE)
<--- SIP read from UDP://217.10.79.9:5060 --->
INVITE sip:dialin@77.109.139.86 SIP/2.0
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Record-Route: <sip:172.20.40.3;lr=on>
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Via: SIP/2.0/UDP 217.10.79.9:5060;branch=z9hG4bKb918.784db462.1
Via: SIP/2.0/UDP 172.20.40.3;branch=z9hG4bKb918.784db462.1
Via: SIP/2.0/UDP 217.10.79.9:5060;received=217.10.68.222;branch=z9hG4bK61a01020
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK61a01020;rport=5060
Max-Forwards: 67
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@sipgate.de>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 103 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323961 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
<------------->
--- (18 headers 13 lines) ---
Ignoring this INVITE request
<--- SIP read from UDP://217.10.79.9:5060 --->
INVITE sip:s@77.109.139.86 SIP/2.0
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Record-Route: <sip:172.20.40.3;lr=on>
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Via: SIP/2.0/UDP 217.10.79.9:5060;branch=z9hG4bKb918.784db462.3
Via: SIP/2.0/UDP 172.20.40.3;branch=z9hG4bKb918.784db462.3
Via: SIP/2.0/UDP 217.10.79.9:5060;received=217.10.68.222;branch=z9hG4bK61a01020
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK61a01020;rport=5060
Max-Forwards: 67
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@sipgate.de>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 103 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323961 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
<------------->
--- (18 headers 13 lines) ---
Ignoring this INVITE request
<--- SIP read from UDP://217.10.79.9:5060 --->
INVITE sip:in-de-sipgate@77.109.139.86 SIP/2.0
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Record-Route: <sip:172.20.40.3;lr=on>
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Via: SIP/2.0/UDP 217.10.79.9:5060;branch=z9hG4bKb918.784db462.2
Via: SIP/2.0/UDP 172.20.40.3;branch=z9hG4bKb918.784db462.2
Via: SIP/2.0/UDP 217.10.79.9:5060;received=217.10.68.222;branch=z9hG4bK61a01020
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK61a01020;rport=5060
Max-Forwards: 67
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@sipgate.de>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 103 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323961 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
<------------->
--- (18 headers 13 lines) ---
Ignoring this INVITE request
jugband*CLI>
<--- SIP read from UDP://217.10.79.9:5060 --->
ACK sip:incoming@77.109.139.86 SIP/2.0
Max-Forwards: 10
Via: SIP/2.0/UDP 217.10.79.9:5060;branch=z9hG4bKb918.784db462.0
Via: SIP/2.0/UDP 172.20.40.3;branch=z9hG4bKb918.784db462.0
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
To: <sip:089xxxxxx852@sipgate.de>;tag=62e0c164533e7d42ac8a2aa4292853db.af50
CSeq: 103 ACK
Content-Length: 0
X-hint: rr-enforced
<------------->
--- (10 headers 0 lines) ---
Retransmitting #1 (no NAT) to 217.10.79.9:5060:
INVITE sip:089xxxxxx852@incoming SIP/2.0
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK19f02fb3;rport
Max-Forwards: 70
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@incoming>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 104 INVITE
User-Agent: madduck.net asterisk
Proxy-Authorization:
Date: Tue, 23 Jun 2009 12:37:26 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323962 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
---
Retransmitting #1 (no NAT) to 217.10.79.9:5060:
INVITE sip:089xxxxxx852@dialin SIP/2.0
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK3d225faf;rport
Max-Forwards: 70
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@dialin>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 105 INVITE
User-Agent: madduck.net asterisk
Proxy-Authorization:
Date: Tue, 23 Jun 2009 12:37:26 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323963 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
---
Retransmitting #1 (no NAT) to 217.10.79.9:5060:
INVITE sip:089xxxxxx852@in-de-sipgate SIP/2.0
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK23aa53ea;rport
Max-Forwards: 70
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@in-de-sipgate>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 106 INVITE
User-Agent: madduck.net asterisk
Proxy-Authorization:
Date: Tue, 23 Jun 2009 12:37:26 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323964 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
---
jugband*CLI>
<--- SIP read from UDP://217.10.79.9:5060 --->
SIP/2.0 404 not found (unknown domain)
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK19f02fb3;rport=5060
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@incoming>;tag=62e0c164533e7d42ac8a2aa4292853db.1091
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 104 INVITE
Content-Length: 0
<------------->
--- (7 headers 0 lines) ---
jugband*CLI>
<--- SIP read from UDP://217.10.79.9:5060 --->
SIP/2.0 404 not found (unknown domain)
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK3d225faf;rport=5060
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@dialin>;tag=62e0c164533e7d42ac8a2aa4292853db.ac07
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 105 INVITE
Content-Length: 0
<------------->
--- (7 headers 0 lines) ---
<--- SIP read from UDP://217.10.79.9:5060 --->
SIP/2.0 404 not found (unknown domain)
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK23aa53ea;rport=5060
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@in-de-sipgate>;tag=62e0c164533e7d42ac8a2aa4292853db.199c
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 106 INVITE
Content-Length: 0
<------------->
--- (7 headers 0 lines) ---
jugband*CLI>
<--- SIP read from UDP://217.10.79.9:5060 --->
INVITE sip:dialin@77.109.139.86 SIP/2.0
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Record-Route: <sip:172.20.40.3;lr=on>
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Via: SIP/2.0/UDP 217.10.79.9:5060;branch=z9hG4bKb918.784db462.1
Via: SIP/2.0/UDP 172.20.40.3;branch=z9hG4bKb918.784db462.1
Via: SIP/2.0/UDP 217.10.79.9:5060;received=217.10.68.222;branch=z9hG4bK61a01020
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK61a01020;rport=5060
Max-Forwards: 67
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@sipgate.de>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 103 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323961 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
<------------->
--- (18 headers 13 lines) ---
Ignoring this INVITE request
<--- SIP read from UDP://217.10.79.9:5060 --->
INVITE sip:in-de-sipgate@77.109.139.86 SIP/2.0
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Record-Route: <sip:172.20.40.3;lr=on>
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Via: SIP/2.0/UDP 217.10.79.9:5060;branch=z9hG4bKb918.784db462.2
Via: SIP/2.0/UDP 172.20.40.3;branch=z9hG4bKb918.784db462.2
Via: SIP/2.0/UDP 217.10.79.9:5060;received=217.10.68.222;branch=z9hG4bK61a01020
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK61a01020;rport=5060
Max-Forwards: 67
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@sipgate.de>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 103 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323961 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
<------------->
--- (18 headers 13 lines) ---
Ignoring this INVITE request
<--- SIP read from UDP://217.10.79.9:5060 --->
INVITE sip:s@77.109.139.86 SIP/2.0
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Record-Route: <sip:172.20.40.3;lr=on>
Record-Route: <sip:217.10.79.9;lr=on;ftag=as5bccc815>
Via: SIP/2.0/UDP 217.10.79.9:5060;branch=z9hG4bKb918.784db462.3
Via: SIP/2.0/UDP 172.20.40.3;branch=z9hG4bKb918.784db462.3
Via: SIP/2.0/UDP 217.10.79.9:5060;received=217.10.68.222;branch=z9hG4bK61a01020
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK61a01020;rport=5060
Max-Forwards: 67
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@sipgate.de>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 103 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323961 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
<------------->
--- (18 headers 13 lines) ---
Ignoring this INVITE request
Retransmitting #2 (no NAT) to 217.10.79.9:5060:
INVITE sip:089xxxxxx852@incoming SIP/2.0
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK19f02fb3;rport
Max-Forwards: 70
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@incoming>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 104 INVITE
User-Agent: madduck.net asterisk
Proxy-Authorization:
Date: Tue, 23 Jun 2009 12:37:26 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323962 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
---
Retransmitting #2 (no NAT) to 217.10.79.9:5060:
INVITE sip:089xxxxxx852@dialin SIP/2.0
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK3d225faf;rport
Max-Forwards: 70
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@dialin>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 105 INVITE
User-Agent: madduck.net asterisk
Proxy-Authorization:
Date: Tue, 23 Jun 2009 12:37:26 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323963 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
---
jugband*CLI>
<--- SIP read from UDP://217.10.79.9:5060 --->
SIP/2.0 404 not found (unknown domain)
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK19f02fb3;rport=5060
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@incoming>;tag=62e0c164533e7d42ac8a2aa4292853db.1091
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 104 INVITE
Content-Length: 0
<------------->
--- (7 headers 0 lines) ---
Retransmitting #2 (no NAT) to 217.10.79.9:5060:
INVITE sip:089xxxxxx852@in-de-sipgate SIP/2.0
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK23aa53ea;rport
Max-Forwards: 70
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@in-de-sipgate>
Contact: <sip:72xxx27@77.109.139.86>
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 106 INVITE
User-Agent: madduck.net asterisk
Proxy-Authorization:
Date: Tue, 23 Jun 2009 12:37:26 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 289
v=0
o=root 1239323960 1239323964 IN IP4 77.109.139.86
s=madduck.net asterisk
c=IN IP4 77.109.139.86
t=0 0
m=audio 17010 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
---
jugband*CLI>
<--- SIP read from UDP://217.10.79.9:5060 --->
SIP/2.0 404 not found (unknown domain)
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK3d225faf;rport=5060
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@dialin>;tag=62e0c164533e7d42ac8a2aa4292853db.ac07
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 105 INVITE
Content-Length: 0
<------------->
--- (7 headers 0 lines) ---
jugband*CLI>
<--- SIP read from UDP://217.10.79.9:5060 --->
SIP/2.0 404 not found (unknown domain)
Via: SIP/2.0/UDP 77.109.139.86:5060;branch=z9hG4bK23aa53ea;rport=5060
From: "martin f. krafft" <sip:72xxx27@sipgate.de>;tag=as5bccc815
To: <sip:089xxxxxx852@in-de-sipgate>;tag=62e0c164533e7d42ac8a2aa4292853db.199c
Call-ID: 0969bfb1517785f0739149ca685a7f19@sipgate.de
CSeq: 106 INVITE
Content-Length: 0
<------------->
--- (7 headers 0 lines) ---
