simplest dial plan - howto?

Catalog of dial plans
regn
Posts: 8
Joined: Thu Jun 23, 2011 4:30 pm

simplest dial plan - howto?

Post by regn » Thu Jun 23, 2011 4:43 pm

Hi

I have a very simple configuration: one SIP-client (sipdroid) and one SIP-Provider - this is my fritzBox at home.

I'm quite confused about this sys.Dial
and I could find only discussions about difficult configs.
I want just to forward all incoming calls to sipdroid - which seems to work, and make all calls from sipdroid
with the fritzbox -this is not working.
So I have in Sip-providers:

Code: Select all

Provider Name Owner      Username Server             Proxy             Regis
fritz.box	<myowner> 620	<myname-dyndns>	udp:69.59.142.213:5060	True
In SIP Provider bindings i see that sipsorcery is registered

have I in sys.Dial("....") to use the name I give the provider in the
SIP Providers list as provider name (fritz.box)
OR
the dns-name of the provider? (<myname-dyndns>)

eg.

Code: Select all

sys.Dial("fritz.box")
or

Code: Select all

sys.Dial("620@<myname-dyndns>")
thanks

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Re: simplest dial plan - howto?

Post by Aaron » Thu Jun 23, 2011 10:29 pm

sys.Dial("fritz.box")

regn
Posts: 8
Joined: Thu Jun 23, 2011 4:30 pm

Re: simplest dial plan - howto?

Post by regn » Fri Jun 24, 2011 10:14 am

But why i can have incoming calls (to sipdroid) but cannot call out? here is the email-trace when I tried to call a local number:
this board always says: Your post looks too spamy for a new user, please remove off-site URLs
so i put the trace to
www . tripod . com / sip.html

regards

regn
Posts: 8
Joined: Thu Jun 23, 2011 4:30 pm

Re: simplest dial plan - howto?

Post by regn » Mon Jun 27, 2011 3:27 pm

Now I tried again and could post it:

SIPTransaction=> SIPTransaction=>Request received udp:69.59.142.213:5070<-udp:69.59.142.213:5060

INVITE sip:2487042@sipsorcery.com SIP/2.0

Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bKa954a06e86e18eb2264ac56efc14c8f2b00d44ae;rport=5060;received=69.59.142.213

Via: SIP/2.0/UDP 10.1.1.29:46474;rport=63756;branch=z9hG4bK42170;received=88.65.103.16

To: <sip:2487042@sipsorcery.com>

From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK77396739

Call-ID: 679963897210@10.1.1.29

CSeq: 2 INVITE

Contact: <sip:rregn@10.1.1.29:46474;transport=udp>;+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.mmtel"

Max-Forwards: 69

User-Agent: Sipdroid/2.2 beta/E15i

Expires: 3600

Authorization: Digest username="rregn",realm="sipsorcery.com",nonce="11718633871456378076",uri="sip:2487042@sipsorcery.com",response="7a512fd8a5fe67a5fa39a603b5ca547b",algorithm=MD5

Content-Length: 382

Content-Type: application/sdp

Proxy-ReceivedFrom: udp:88.65.103.16:63756

Proxy-ReceivedOn: udp:69.59.142.213:5060

Accept-Contact: *;+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.mmtel"



v=0

o=rregn@sipsorcery.com 0 0 IN IP4 10.1.1.29

s=Session SIP/SDP

c=IN IP4 10.1.1.29

t=0 0

m=audio 21000 RTP/AVP 9 8 0 97 3 106 101

a=rtpmap:9 G722/8000

a=rtpmap:8 PCMA/8000

a=rtpmap:0 PCMU/8000

a=rtpmap:97 speex/8000

a=rtpmap:3 GSM/8000

a=rtpmap:106 BV16/8000

a=rtpmap:101 telephone-event/8000

a=fmtp:101 0-15

m=video 21070 RTP/AVP 103

a=rtpmap:103 h263-1998/90000



DialPlan=> Dialplan trace commenced at 24 Jun 2011 03:19:50:683.

DialPlan=> Log message from default dialplan.

DialPlan=> Commencing Dial with: fritz.box.

DialPlan=> ForkCall commencing call leg to sip:2487042@regn.dyndns-ip.com.

DialPlan=> SIPClientUserAgent Call using alternate outbound proxy of udp:69.59.142.213:5060.

DialPlan=> Switching to sip:2487042@regn.dyndns-ip.com:5060 via udp:69.59.142.213:5060.

DialPlan=> SDP on UAC call had RTP socket mangled from 10.1.1.29:21000 to 88.65.103.16:21000.

SIPTransaction=> Send Request reliable udp:69.59.142.213:5070->udp:69.59.142.213:5060

INVITE sip:2487042@regn.dyndns-ip.com SIP/2.0

Via: SIP/2.0/UDP 69.59.142.213:5070;branch=z9hG4bKe9a61c450447409bbd8fbc8af58d7e87;rport

To: <sip:2487042@regn.dyndns-ip.com>

From: <sip:620@regn.dyndns-ip.com>;tag=1206098456

Call-ID: cab9575b24b645ed83ee74f81c0e6711

CSeq: 1 INVITE

Contact: <sip:69.59.142.213:5070>

Max-Forwards: 70

User-Agent: http://www.sipsorcery.com

Content-Length: 385

Content-Type: application/sdp

Proxy-SendFrom: udp:69.59.142.213:5060



v=0

o=rregn@sipsorcery.com 0 0 IN IP4 10.1.1.29

s=Session SIP/SDP

c=IN IP4 88.65.103.16

t=0 0

m=audio 21000 RTP/AVP 9 8 0 97 3 106 101

a=rtpmap:9 G722/8000

a=rtpmap:8 PCMA/8000

a=rtpmap:0 PCMU/8000

a=rtpmap:97 speex/8000

a=rtpmap:3 GSM/8000

a=rtpmap:106 BV16/8000

a=rtpmap:101 telephone-event/8000

a=fmtp:101 0-15

m=video 21070 RTP/AVP 103

a=rtpmap:103 h263-1998/90000



SIPTransaction=> Send Request retransmit 2 udp:69.59.142.213:5070->udp:69.59.142.213:5060

INVITE sip:2487042@regn.dyndns-ip.com SIP/2.0

Via: SIP/2.0/UDP 69.59.142.213:5070;branch=z9hG4bKe9a61c450447409bbd8fbc8af58d7e87;rport

To: <sip:2487042@regn.dyndns-ip.com>

From: <sip:620@regn.dyndns-ip.com>;tag=1206098456

Call-ID: cab9575b24b645ed83ee74f81c0e6711

CSeq: 1 INVITE

Contact: <sip:69.59.142.213:5070>

Max-Forwards: 70

User-Agent: http://www.sipsorcery.com

Content-Length: 385

Content-Type: application/sdp

Proxy-SendFrom: udp:69.59.142.213:5060



v=0

o=rregn@sipsorcery.com 0 0 IN IP4 10.1.1.29

s=Session SIP/SDP

c=IN IP4 88.65.103.16

t=0 0

m=audio 21000 RTP/AVP 9 8 0 97 3 106 101

a=rtpmap:9 G722/8000

a=rtpmap:8 PCMA/8000

a=rtpmap:0 PCMU/8000

a=rtpmap:97 speex/8000

a=rtpmap:3 GSM/8000

a=rtpmap:106 BV16/8000

a=rtpmap:101 telephone-event/8000

a=fmtp:101 0-15

m=video 21070 RTP/AVP 103

a=rtpmap:103 h263-1998/90000



SIPTransaction=> Received Response udp:69.59.142.213:5070<-udp:69.59.142.213:5060

SIP/2.0 404 Not Found

Via: SIP/2.0/UDP 69.59.142.213:5070;branch=z9hG4bKe9a61c450447409bbd8fbc8af58d7e87;rport

To: <sip:2487042@regn.dyndns-ip.com>;tag=86D946B8720AE1BD

From: <sip:620@regn.dyndns-ip.com>;tag=1206098456

Call-ID: cab9575b24b645ed83ee74f81c0e6711

CSeq: 1 INVITE

User-Agent: AVM FRITZ!Box Fon WLAN 7170 29.04.70 (Feb 18 2009)

Content-Length: 0

Proxy-ReceivedFrom: udp:88.65.103.16:5060

Proxy-ReceivedOn: udp:69.59.142.213:5060





SIPTransaction=> Send Request udp:69.59.142.213:5070->udp:69.59.142.213:5060

ACK sip:2487042@regn.dyndns-ip.com SIP/2.0

Via: SIP/2.0/UDP 69.59.142.213:5070;branch=z9hG4bKe9a61c450447409bbd8fbc8af58d7e87;rport

To: <sip:2487042@regn.dyndns-ip.com>;tag=86D946B8720AE1BD

From: <sip:620@regn.dyndns-ip.com>;tag=1206098456

Call-ID: cab9575b24b645ed83ee74f81c0e6711

CSeq: 1 ACK

Max-Forwards: 70

Content-Length: 0

Proxy-SendFrom: udp:69.59.142.213:5060





DialPlan=> Response 404 Not Found for sip:2487042@regn.dyndns-ip.com.

DialPlan=> Dialplan cleanup for rregn.

SIPTransaction=> Send Final Response Reliable udp:69.59.142.213:5070->69.59.142.213:5060

SIP/2.0 404 Not Found

Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bKa954a06e86e18eb2264ac56efc14c8f2b00d44ae;rport=5060;received=69.59.142.213

Via: SIP/2.0/UDP 10.1.1.29:46474;rport=63756;branch=z9hG4bK42170;received=88.65.103.16

To: <sip:2487042@sipsorcery.com>

From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK77396739

Call-ID: 679963897210@10.1.1.29

CSeq: 2 INVITE

Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, REGISTER, SUBSCRIBE

Content-Length: 0





SIPTransaction=> Send Response retransmit udp:69.59.142.213:5070->udp:69.59.142.213:5060

SIP/2.0 404 Not Found

Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bKa954a06e86e18eb2264ac56efc14c8f2b00d44ae;rport=5060;received=69.59.142.213

Via: SIP/2.0/UDP 10.1.1.29:46474;rport=63756;branch=z9hG4bK42170;received=88.65.103.16

To: <sip:2487042@sipsorcery.com>

From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK77396739

Call-ID: 679963897210@10.1.1.29

CSeq: 2 INVITE

Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, REGISTER, SUBSCRIBE

Content-Length: 0





SIPTransaction=> Send Response retransmit udp:69.59.142.213:5070->udp:69.59.142.213:5060

SIP/2.0 404 Not Found

Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bKa954a06e86e18eb2264ac56efc14c8f2b00d44ae;rport=5060;received=69.59.142.213

Via: SIP/2.0/UDP 10.1.1.29:46474;rport=63756;branch=z9hG4bK42170;received=88.65.103.16

To: <sip:2487042@sipsorcery.com>

From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK77396739

Call-ID: 679963897210@10.1.1.29

CSeq: 2 INVITE

Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, REGISTER, SUBSCRIBE

Content-Length: 0





SIPTransaction=> Send Response retransmit udp:69.59.142.213:5070->udp:69.59.142.213:5060

SIP/2.0 404 Not Found

Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bKa954a06e86e18eb2264ac56efc14c8f2b00d44ae;rport=5060;received=69.59.142.213

Via: SIP/2.0/UDP 10.1.1.29:46474;rport=63756;branch=z9hG4bK42170;received=88.65.103.16

To: <sip:2487042@sipsorcery.com>

From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK77396739

Call-ID: 679963897210@10.1.1.29

CSeq: 2 INVITE

Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, REGISTER, SUBSCRIBE

Content-Length: 0





SIPTransaction=> Send Response retransmit udp:69.59.142.213:5070->udp:69.59.142.213:5060

SIP/2.0 404 Not Found

Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bKa954a06e86e18eb2264ac56efc14c8f2b00d44ae;rport=5060;received=69.59.142.213

Via: SIP/2.0/UDP 10.1.1.29:46474;rport=63756;branch=z9hG4bK42170;received=88.65.103.16

To: <sip:2487042@sipsorcery.com>

From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK77396739

Call-ID: 679963897210@10.1.1.29

CSeq: 2 INVITE

Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, REGISTER, SUBSCRIBE

Content-Length: 0





SIPTransaction=> Send Response retransmit udp:69.59.142.213:5070->udp:69.59.142.213:5060

SIP/2.0 404 Not Found

Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bKa954a06e86e18eb2264ac56efc14c8f2b00d44ae;rport=5060;received=69.59.142.213

Via: SIP/2.0/UDP 10.1.1.29:46474;rport=63756;branch=z9hG4bK42170;received=88.65.103.16

To: <sip:2487042@sipsorcery.com>

From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK77396739

Call-ID: 679963897210@10.1.1.29

CSeq: 2 INVITE

Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, REGISTER, SUBSCRIBE

Content-Length: 0





SIPTransaction=> Send Response retransmit udp:69.59.142.213:5070->udp:69.59.142.213:5060

SIP/2.0 404 Not Found

Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bKa954a06e86e18eb2264ac56efc14c8f2b00d44ae;rport=5060;received=69.59.142.213

Via: SIP/2.0/UDP 10.1.1.29:46474;rport=63756;branch=z9hG4bK42170;received=88.65.103.16

To: <sip:2487042@sipsorcery.com>

From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK77396739

Call-ID: 679963897210@10.1.1.29

CSeq: 2 INVITE

Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, REGISTER, SUBSCRIBE

Content-Length: 0





SIPTransaction=> Send Response retransmit udp:69.59.142.213:5070->udp:69.59.142.213:5060

SIP/2.0 404 Not Found

Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bKa954a06e86e18eb2264ac56efc14c8f2b00d44ae;rport=5060;received=69.59.142.213

Via: SIP/2.0/UDP 10.1.1.29:46474;rport=63756;branch=z9hG4bK42170;received=88.65.103.16

To: <sip:2487042@sipsorcery.com>

From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK77396739

Call-ID: 679963897210@10.1.1.29

CSeq: 2 INVITE

Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, REGISTER, SUBSCRIBE

Content-Length: 0





SIPTransaction=> Send Response retransmit udp:69.59.142.213:5070->udp:69.59.142.213:5060

SIP/2.0 404 Not Found

Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bKa954a06e86e18eb2264ac56efc14c8f2b00d44ae;rport=5060;received=69.59.142.213

Via: SIP/2.0/UDP 10.1.1.29:46474;rport=63756;branch=z9hG4bK42170;received=88.65.103.16

To: <sip:2487042@sipsorcery.com>

From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK77396739

Call-ID: 679963897210@10.1.1.29

CSeq: 2 INVITE

Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, REGISTER, SUBSCRIBE

Content-Length: 0





DialPlan=> Dialplan trace completed at 24 Jun 2011 03:20:24:058.

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Re: simplest dial plan - howto?

Post by Aaron » Mon Jun 27, 2011 10:46 pm

Your ATA (or maybe router) is rejecting the call:

Code: Select all

DialPlan=> Response 404 Not Found for sip:2487042@regn.dyndns-ip.com.
DialPlan=> Dialplan cleanup for rregn.
SIPTransaction=> Send Final Response Reliable udp:69.59.142.213:5070->69.59.142.213:5060

SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bKa954a06e86e18eb2264ac56efc14c8f2b00d44ae;rport=5060;received=69.59.142.213
Via: SIP/2.0/UDP 10.1.1.29:46474;rport=63756;branch=z9hG4bK42170;received=88.65.103.16
To: <sip:2487042@sipsorcery.com>
From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK77396739
Call-ID: 679963897210@10.1.1.29
CSeq: 2 INVITE
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, REGISTER, SUBSCRIBE
Content-Length: 0

regn
Posts: 8
Joined: Thu Jun 23, 2011 4:30 pm

Re: simplest dial plan - howto?

Post by regn » Tue Jun 28, 2011 8:08 am

Aaron wrote:Your ATA (or maybe router) is rejecting the call:
why? its a AVM FRITZ!Box Fon WLAN 7170 29.04.70. It works together with phonerLite and also Pbxes.

Does this mean "no chanche - forget about sipsorcery" ?
regards

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Re: simplest dial plan - howto?

Post by Aaron » Tue Jun 28, 2011 9:26 am

Perhaps you are forwarding the call to the wrong address on your FriztBoz. Is sip:2487042@regn.dyndns-ip.com really the destination the FritzBox is expecting?

regn
Posts: 8
Joined: Thu Jun 23, 2011 4:30 pm

Re: simplest dial plan - howto?

Post by regn » Wed Jun 29, 2011 8:23 pm

The FritzBox doesn't know what is regn.dyndns-ip.com. Maybe it expects <number> only or <number>@fritz.box

Is there a modified dialplan that does this?
thanks

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Re: simplest dial plan - howto?

Post by Aaron » Wed Jun 29, 2011 10:33 pm

As a test to see if the call gets through place your IP address in the Dial command.

Code: Select all

sys.Dial("620@10.0.0.1")

regn
Posts: 8
Joined: Thu Jun 23, 2011 4:30 pm

Re: simplest dial plan - howto?

Post by regn » Thu Jun 30, 2011 3:20 pm

OK, I assume, I have to enter my WAN-IP:

sys.Dial("620@88.65.123.186")

dialplan changed; SIP provider connected again; Binding checked, make a call - immediately finished, trace:

SIPTransaction=> SIPTransaction=>Request received udp:69.59.142.213:5070<-udp:69.59.142.213:5060
INVITE sip:2487042@sipsorcery.com SIP/2.0
Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bK411befb45efe163ed14de91c6bcfe798c8710f63;rport=5060;received=69.59.142.213
Via: SIP/2.0/UDP 10.1.1.29:52035;rport=62182;branch=z9hG4bK88996;received=88.65.123.186
To: <sip:2487042@sipsorcery.com>
From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK22652741
Call-ID: 001794551609@10.1.1.29
CSeq: 2 INVITE
Contact: <sip:rregn@10.1.1.29:52035;transport=udp>;+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.mmtel"
Max-Forwards: 69
User-Agent: Sipdroid/2.2 beta/E15i
Expires: 3600
Authorization: Digest username="rregn",realm="sipsorcery.com",nonce="10511153621527401559",uri="sip:2487042@sipsorcery.com",response="c5f203b09cebbf5273171052c510f36c",algorithm=MD5
Content-Length: 382
Content-Type: application/sdp
Proxy-ReceivedFrom: udp:88.65.123.186:62182
Proxy-ReceivedOn: udp:69.59.142.213:5060
Accept-Contact: *;+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.mmtel"
v=0
o=rregn@sipsorcery.com 0 0 IN IP4 10.1.1.29
s=Session SIP/SDP
c=IN IP4 10.1.1.29
t=0 0
m=audio 21000 RTP/AVP 9 8 0 97 3 106 101
a=rtpmap:9 G722/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:97 speex/8000
a=rtpmap:3 GSM/8000
a=rtpmap:106 BV16/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
m=video 21070 RTP/AVP 103
a=rtpmap:103 h263-1998/90000
DialPlan=> Dialplan trace commenced at 30 Jun 2011 08:16:25:823.
DialPlan=> Log message from default dialplan.
DialPlan=> Commencing Dial with: 620@88.65.123.186.
DialPlan=> ForkCall commencing call leg to sip:620@88.65.123.186.
DialPlan=> Switching to sip:620@88.65.123.186:5060 via udp:69.59.142.213:5060.
DialPlan=> SDP on UAC call had RTP socket mangled from 10.1.1.29:21000 to 88.65.123.186:21000.
SIPTransaction=> Send Request reliable udp:69.59.142.213:5070->udp:69.59.142.213:5060
INVITE sip:620@88.65.123.186 SIP/2.0
Via: SIP/2.0/UDP 69.59.142.213:5070;branch=z9hG4bK6a488b8a73d44cb0b4a4b91f79869f21;rport
To: <sip:620@88.65.123.186>
From: <sip:rregn@sipsorcery.com>;tag=1410481609
Call-ID: 2c4fca34228b44e5993616a60e1e03ae
CSeq: 1 INVITE
Contact: <sip:69.59.142.213:5070>
Max-Forwards: 70
User-Agent: http://www.sipsorcery.com
Content-Length: 386
Content-Type: application/sdp
v=0
o=rregn@sipsorcery.com 0 0 IN IP4 10.1.1.29
s=Session SIP/SDP
c=IN IP4 88.65.123.186
t=0 0
m=audio 21000 RTP/AVP 9 8 0 97 3 106 101
a=rtpmap:9 G722/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:97 speex/8000
a=rtpmap:3 GSM/8000
a=rtpmap:106 BV16/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
m=video 21070 RTP/AVP 103
a=rtpmap:103 h263-1998/90000
SIPTransaction=> Received Response udp:69.59.142.213:5070<-udp:69.59.142.213:5060
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 69.59.142.213:5070;branch=z9hG4bK6a488b8a73d44cb0b4a4b91f79869f21;rport
To: <sip:620@88.65.123.186>;tag=101A71F2BF481756
From: <sip:rregn@sipsorcery.com>;tag=1410481609
Call-ID: 2c4fca34228b44e5993616a60e1e03ae
CSeq: 1 INVITE
User-Agent: AVM FRITZ!Box Fon WLAN 7170 29.04.70 (Feb 18 2009)
Content-Length: 0
Proxy-ReceivedFrom: udp:88.65.123.186:5060
Proxy-ReceivedOn: udp:69.59.142.213:5060
SIPTransaction=> Send Request udp:69.59.142.213:5070->udp:69.59.142.213:5060
ACK sip:620@88.65.123.186 SIP/2.0
Via: SIP/2.0/UDP 69.59.142.213:5070;branch=z9hG4bK6a488b8a73d44cb0b4a4b91f79869f21;rport
To: <sip:620@88.65.123.186>;tag=101A71F2BF481756
From: <sip:rregn@sipsorcery.com>;tag=1410481609
Call-ID: 2c4fca34228b44e5993616a60e1e03ae
CSeq: 1 ACK
Max-Forwards: 70
Content-Length: 0
DialPlan=> Response 404 Not Found for sip:620@88.65.123.186.
DialPlan=> Dialplan cleanup for rregn.
SIPTransaction=> Send Final Response Reliable udp:69.59.142.213:5070->69.59.142.213:5060
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bK411befb45efe163ed14de91c6bcfe798c8710f63;rport=5060;received=69.59.142.213
Via: SIP/2.0/UDP 10.1.1.29:52035;rport=62182;branch=z9hG4bK88996;received=88.65.123.186
To: <sip:2487042@sipsorcery.com>
From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK22652741
Call-ID: 001794551609@10.1.1.29
CSeq: 2 INVITE
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, REGISTER, SUBSCRIBE
Content-Length: 0
SIPTransaction=> Send Response retransmit udp:69.59.142.213:5070->udp:69.59.142.213:5060
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bK411befb45efe163ed14de91c6bcfe798c8710f63;rport=5060;received=69.59.142.213
Via: SIP/2.0/UDP 10.1.1.29:52035;rport=62182;branch=z9hG4bK88996;received=88.65.123.186
To: <sip:2487042@sipsorcery.com>
From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK22652741
Call-ID: 001794551609@10.1.1.29
CSeq: 2 INVITE
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, REGISTER, SUBSCRIBE
Content-Length: 0
SIPTransaction=> Send Response retransmit udp:69.59.142.213:5070->udp:69.59.142.213:5060
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bK411befb45efe163ed14de91c6bcfe798c8710f63;rport=5060;received=69.59.142.213
Via: SIP/2.0/UDP 10.1.1.29:52035;rport=62182;branch=z9hG4bK88996;received=88.65.123.186
To: <sip:2487042@sipsorcery.com>
From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK22652741
Call-ID: 001794551609@10.1.1.29
CSeq: 2 INVITE
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, REGISTER, SUBSCRIBE
Content-Length: 0
SIPTransaction=> Send Response retransmit udp:69.59.142.213:5070->udp:69.59.142.213:5060
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bK411befb45efe163ed14de91c6bcfe798c8710f63;rport=5060;received=69.59.142.213
Via: SIP/2.0/UDP 10.1.1.29:52035;rport=62182;branch=z9hG4bK88996;received=88.65.123.186
To: <sip:2487042@sipsorcery.com>
From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK22652741
Call-ID: 001794551609@10.1.1.29
CSeq: 2 INVITE
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, REGISTER, SUBSCRIBE
Content-Length: 0
SIPTransaction=> Send Response retransmit udp:69.59.142.213:5070->udp:69.59.142.213:5060
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bK411befb45efe163ed14de91c6bcfe798c8710f63;rport=5060;received=69.59.142.213
Via: SIP/2.0/UDP 10.1.1.29:52035;rport=62182;branch=z9hG4bK88996;received=88.65.123.186
To: <sip:2487042@sipsorcery.com>
From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK22652741
Call-ID: 001794551609@10.1.1.29
CSeq: 2 INVITE
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, REGISTER, SUBSCRIBE
Content-Length: 0
SIPTransaction=> Send Response retransmit udp:69.59.142.213:5070->udp:69.59.142.213:5060
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bK411befb45efe163ed14de91c6bcfe798c8710f63;rport=5060;received=69.59.142.213
Via: SIP/2.0/UDP 10.1.1.29:52035;rport=62182;branch=z9hG4bK88996;received=88.65.123.186
To: <sip:2487042@sipsorcery.com>
From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK22652741
Call-ID: 001794551609@10.1.1.29
CSeq: 2 INVITE
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, REGISTER, SUBSCRIBE
Content-Length: 0
SIPTransaction=> Send Response retransmit udp:69.59.142.213:5070->udp:69.59.142.213:5060
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bK411befb45efe163ed14de91c6bcfe798c8710f63;rport=5060;received=69.59.142.213
Via: SIP/2.0/UDP 10.1.1.29:52035;rport=62182;branch=z9hG4bK88996;received=88.65.123.186
To: <sip:2487042@sipsorcery.com>
From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK22652741
Call-ID: 001794551609@10.1.1.29
CSeq: 2 INVITE
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, REGISTER, SUBSCRIBE
Content-Length: 0
SIPTransaction=> Send Response retransmit udp:69.59.142.213:5070->udp:69.59.142.213:5060
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bK411befb45efe163ed14de91c6bcfe798c8710f63;rport=5060;received=69.59.142.213
Via: SIP/2.0/UDP 10.1.1.29:52035;rport=62182;branch=z9hG4bK88996;received=88.65.123.186
To: <sip:2487042@sipsorcery.com>
From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK22652741
Call-ID: 001794551609@10.1.1.29
CSeq: 2 INVITE
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, REGISTER, SUBSCRIBE
Content-Length: 0
SIPTransaction=> Send Response retransmit udp:69.59.142.213:5070->udp:69.59.142.213:5060
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bK411befb45efe163ed14de91c6bcfe798c8710f63;rport=5060;received=69.59.142.213
Via: SIP/2.0/UDP 10.1.1.29:52035;rport=62182;branch=z9hG4bK88996;received=88.65.123.186
To: <sip:2487042@sipsorcery.com>
From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK22652741
Call-ID: 001794551609@10.1.1.29
CSeq: 2 INVITE
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, REGISTER, SUBSCRIBE
Content-Length: 0
SIPTransaction=> Send Response retransmit udp:69.59.142.213:5070->udp:69.59.142.213:5060
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 69.59.142.213:5060;branch=z9hG4bK411befb45efe163ed14de91c6bcfe798c8710f63;rport=5060;received=69.59.142.213
Via: SIP/2.0/UDP 10.1.1.29:52035;rport=62182;branch=z9hG4bK88996;received=88.65.123.186
To: <sip:2487042@sipsorcery.com>
From: <sip:rregn@sipsorcery.com>;tag=z9hG4bK22652741
Call-ID: 001794551609@10.1.1.29
CSeq: 2 INVITE
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, REGISTER, SUBSCRIBE
Content-Length: 0
DialPlan=> Dialplan trace completed at 30 Jun 2011 08:16:58:404.

Post Reply