[quote=“david55”]The message is normal. It is not an error. Always look for the first symptom (which was the retransmissions).
On a very quick skim, the register seems to be working.[/quote]
Thanks very much David55 , the registration succeeded on twinkle aslo [ it wasn’t successful before because I was writting my previous IP not the new one , I changed it in the files but forgot to change it on twinkle !
]
Note : I installed only asterisk 1.8 & twinkle on ubuntu 12.04 LTS . I understood from searching that asterisk is a sip server so we don’t need to search for a sip server if asterisk is installed. Tell me if there is something else shoubld be installed to be able to make a call (As I am new to ubuntu & asterisk)
But I have 2 problems now if you can help me :
1- when the other pc which has only twinkle installed with device name 101 try to register on twinkle , it is written : “fetching registrations failed, 408 request timeout” !! although the registration succeded on the pc that acts as server & client with device name 100.
why?!!!
2- also on pc with device name 100 , I try to call “100” on twinkle , it is written in twinkle : " line 1:call failed , 503 service unavailable" .
[I think there is no problem to call myself , as I tried this before using account on twinkle & an account on a sip server called “sip2sip.info” before using asterisk and twinkle was ringing for an incoming call.]
[ I think also if there is a problem to call myself(call 100 when i am 100) then if 101 registration succeded on twinkle , i won’t be able to call 101 from 100.]
- SIP port on twinkle : 5080
I got some sip messages saying on terminal , when i called 100 from device 100:
" – SIP/100-0000004a is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
– Auto fallthrough, channel ‘SIP/100-00000049’ status is ‘CONGESTION’"
&& “Really destroying SIP dialog ‘580f712d31757a7462064b6c1fba48dd@192.168.1.2:5060’ Method: INVITE”
&& “Got SIP response 482 “Loop Detected””
I searched on google , someone had the same problem & the solution was to check for sip trunks or firewalls
-------> I tried 2 commands in terminal & here is the output
--------->dell@ubuntu:~$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
--------->dell@ubuntu:~$ sudo ufw status
Status: inactive
Here is sip.conf & extensions.conf: (I didn’t make the server a friend or peer , is it important to make it friend or peer? … I tried to make it friend , but also I have the same 2 problems!! )
;;;sip.conf;;;;
[general]
bindport=5060
;;;;;;;;bindaddr = 0.0.0.0
;;;;;;;;;;;udpbindaddr=0.0.0.0
udpbindaddr=192.168.1.2:5060
allowguest=yes
disallow=all
allow=ulaw,alaw,gsm,g729,ilbc
delayreject=yes
nochecksums=no
pedantic=no
srvlookup=yes
autodomain=yes
sipdebug = yes
domain=192.168.1.2
nat=no
notifyringing=yes
notifyhold=yes
;;;;;;;;;;;;;;insecure=very
insecure=invite,port
register => 100:xxxxxx@192.168.1.2/internal-phones
register => 101:zzzzzz@192.168.1.2/internal-phones
peer auth=100:xxxxxx@192.168.1.2
peer auth=101:zzzzzz@192.168.1.2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[192.168.1.2] ;;;sip server
;;;;;;;type=peer
;;;;;;;;;;type=friend
;;;;;;user=phone
;;;;;;type=user
usereqphone = yes
nat=no
;;;;host=192.168.1.4
;;;;;host=dynamic
fromdomain=192.168.1.2
fromuser=100
secret=xxxxxx
username=100
context=internal-phones
authname=100
dtmfmode = rfc2833
;;;;;canreinvite=no
canreinvite=yes
notifyringing=yes
notifyhold=yes
;;;;;;;;;;;;;insecure=very
insecure=invite,port
;;;;;;insecure=invite
peer auth=100:xxxxxx@192.168.1.2
peer auth=101:zzzzzz@192.168.1.2
disallow=all
allow=ulaw,alaw,gsm,g729,ilbc
[100]
type=friend
context=internal-phones
secret=xxxxxx
nat=no
;;;;;nat=yes
qualify=no
host=dynamic
;;;;;;;;;;;;dtmfmode=inband
dtmfmode = rfc2833
;;;;;;;;insecure=invite
;;;;;;;;;;;;;;;;insecure=invite,port
[101]
type=friend
context=internal-phones
secret=zzzzzz
qualify=no
host=dynamic
;;;;;;;;;nat=yes
nat=no
;;;;;;;;;;;;dtmfmode=inband
dtmfmode = rfc2833
;;;;;;;;;insecure=invite
;;;;;;;;;;;;insecure=invite,port
;;;;;;;;;;;;;;;;extensions.conf;;;;;;;;;;;;;;;;;;
[globals]
[general]
;;;;;;;;;;;;;;;;;;;;autofallthrough=yes
exten => 100,1,Dial(SIP/100,60)
;;;;;;;;;;;exten => 101,1,Dial(SIP/101,60)
exten => s,1,Dial(SIP/100,60)
exten => s,2,hangup
[internal-phones]
exten => 100,1,Dial(SIP/100,60)
;;;;;;;exten => 101,1,Dial(SIP/101,60)
exten => s,1,Dial(SIP/100,60)
exten => s,2,hangup
----------> ubuntu*CLI> sip show peers
Name/username Host Dyn Forcerport ACL Port Status
100/100 192.168.1.2 D 5060 Unmonitored
101/101 192.168.1.2 D 5060 Unmonitored
2 sip peers [Monitored: 0 online, 0 offline Unmonitored: 2 online, 0 offline]
--------->ubuntuCLI> sip show registry
Host dnsmgr Username Refresh State Reg.Time
192.168.1.2:5060 N 101 105 Registered Tue, 04 Feb 2014 02:23:22
192.168.1.2:5060 N 100 105 Registered Tue, 04 Feb 2014 02:23:22
2 SIP registrations.
-----> ubuntuCLI> sip show domains
Our local SIP domains: Context Set by
192.168.1.2 (default) [Configured]
192.168.1.2 (default) [Automatic]
ubuntu (default) [Automatic]
here is the full output on the terminal ,when I try to call 100 from twinkle :
<------------>
– Executing [100@internal-phones:1] Dial(“SIP/100-00000049”, “SIP/100,60”) in new stack
== Using SIP RTP CoS mark 5
Audio is at 8842
Adding codec 0x4 (ulaw) to SDP
Adding codec 0x8 (alaw) to SDP
Adding codec 0x2 (gsm) to SDP
Adding codec 0x400 (ilbc) to SDP
Adding non-codec 0x1 (telephone-event) to SDP
Reliably Transmitting (no NAT) to 192.168.1.2:5060:
INVITE sip:100@192.168.1.2:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK14d0b903
Max-Forwards: 70
From: “100” sip:100@192.168.1.2;tag=as3399b912
To: sip:100@192.168.1.2:5060
Contact: sip:100@192.168.1.2:5060
Call-ID: 580f712d31757a7462064b6c1fba48dd@192.168.1.2:5060
CSeq: 102 INVITE
User-Agent: Asterisk PBX SVN-branch-1.8-r406721
Date: Tue, 04 Feb 2014 00:25:39 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 338
v=0
o=root 554310590 554310590 IN IP4 192.168.1.2
s=Asterisk PBX SVN-branch-1.8-r406721
c=IN IP4 192.168.1.2
t=0 0
m=audio 8842 RTP/AVP 0 8 3 97 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:3 GSM/8000
a=rtpmap:97 iLBC/8000
a=fmtp:97 mode=30
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv
-- Called SIP/100
<— SIP read from UDP:192.168.1.2:5060 —>
INVITE sip:100@192.168.1.2:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK14d0b903
Max-Forwards: 70
From: “100” sip:100@192.168.1.2;tag=as3399b912
To: sip:100@192.168.1.2:5060
Contact: sip:100@192.168.1.2:5060
Call-ID: 580f712d31757a7462064b6c1fba48dd@192.168.1.2:5060
CSeq: 102 INVITE
User-Agent: Asterisk PBX SVN-branch-1.8-r406721
Date: Tue, 04 Feb 2014 00:25:39 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
Content-Type: application/sdp
Content-Length: 338
v=0
o=root 554310590 554310590 IN IP4 192.168.1.2
s=Asterisk PBX SVN-branch-1.8-r406721
c=IN IP4 192.168.1.2
t=0 0
m=audio 8842 RTP/AVP 0 8 3 97 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:3 GSM/8000
a=rtpmap:97 iLBC/8000
a=fmtp:97 mode=30
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv
<------------->
— (14 headers 15 lines) —
<— Transmitting (no NAT) to 192.168.1.2:5060 —>
SIP/2.0 482 Loop Detected
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK14d0b903;received=192.168.1.2
From: “100” sip:100@192.168.1.2;tag=as3399b912
To: sip:100@192.168.1.2:5060;tag=as3399b912
Call-ID: 580f712d31757a7462064b6c1fba48dd@192.168.1.2:5060
CSeq: 102 INVITE
Server: Asterisk PBX SVN-branch-1.8-r406721
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
Content-Length: 0
<------------>
Scheduling destruction of SIP dialog ‘580f712d31757a7462064b6c1fba48dd@192.168.1.2:5060’ in 32000 ms (Method: INVITE)
<— SIP read from UDP:192.168.1.2:5060 —>
SIP/2.0 482 Loop Detected
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK14d0b903;received=192.168.1.2
From: “100” sip:100@192.168.1.2;tag=as3399b912
To: sip:100@192.168.1.2:5060;tag=as3399b912
Call-ID: 580f712d31757a7462064b6c1fba48dd@192.168.1.2:5060
CSeq: 102 INVITE
Server: Asterisk PBX SVN-branch-1.8-r406721
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
Content-Length: 0
<------------->
— (10 headers 0 lines) —
– Got SIP response 482 “Loop Detected” back from 192.168.1.2:5060
Transmitting (no NAT) to 192.168.1.2:5060:
ACK sip:100@192.168.1.2:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK14d0b903
Max-Forwards: 70
From: “100” sip:100@192.168.1.2;tag=as3399b912
To: sip:100@192.168.1.2:5060;tag=as3399b912
Contact: sip:100@192.168.1.2:5060
Call-ID: 580f712d31757a7462064b6c1fba48dd@192.168.1.2:5060
CSeq: 102 ACK
User-Agent: Asterisk PBX SVN-branch-1.8-r406721
Content-Length: 0
<— SIP read from UDP:192.168.1.2:5060 —>
ACK sip:100@192.168.1.2:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK14d0b903
Max-Forwards: 70
From: “100” sip:100@192.168.1.2;tag=as3399b912
To: sip:100@192.168.1.2:5060;tag=as3399b912
Contact: sip:100@192.168.1.2:5060
Call-ID: 580f712d31757a7462064b6c1fba48dd@192.168.1.2:5060
CSeq: 102 ACK
User-Agent: Asterisk PBX SVN-branch-1.8-r406721
Content-Length: 0
<------------->
— (10 headers 0 lines) —
– SIP/100-0000004a is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
– Auto fallthrough, channel ‘SIP/100-00000049’ status is ‘CONGESTION’
<— Reliably Transmitting (no NAT) to 192.168.1.2:5080 —>
SIP/2.0 503 Service Unavailable
Via: SIP/2.0/UDP 192.168.1.2:5080;branch=z9hG4bKqumbyktt;received=192.168.1.2;rport=5080
From: “100” sip:100@192.168.1.2;tag=rzadr
To: sip:100@192.168.1.2;tag=as7cf756ed
Call-ID: dldwqtpdalapebi@ubuntu.ubuntu-domain
CSeq: 919 INVITE
Server: Asterisk PBX SVN-branch-1.8-r406721
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
X-Asterisk-HangupCause: Interworking, unspecified
X-Asterisk-HangupCauseCode: 127
Content-Length: 0
<------------>
Really destroying SIP dialog ‘580f712d31757a7462064b6c1fba48dd@192.168.1.2:5060’ Method: INVITE
<— SIP read from UDP:192.168.1.2:5080 —>
ACK sip:100@192.168.1.2 SIP/2.0
v: SIP/2.0/UDP 192.168.1.2:5080;rport;branch=z9hG4bKqumbyktt
Max-Forwards: 70
t: sip:100@192.168.1.2;tag=as7cf756ed
f: “100” sip:100@192.168.1.2;tag=rzadr
i: dldwqtpdalapebi@ubuntu.ubuntu-domain
CSeq: 919 ACK
User-Agent: Twinkle/1.4.2
l: 0
<------------->
— (9 headers 0 lines) —
Really destroying SIP dialog 'dldwqtpdalapebi@ubuntu.ubuntu-domain’ Method: ACK
Really destroying SIP dialog 'ptljmbcrtmbdwyd@ubuntu.ubuntu-domain’ Method: REGISTER
REGISTER 11 headers, 0 lines
Reliably Transmitting (no NAT) to 192.168.1.2:5060:
REGISTER sip:192.168.1.2 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK48f9158c
Max-Forwards: 70
From: sip:101@192.168.1.2;tag=as5ff4199f
To: sip:101@192.168.1.2
Call-ID: 20b11fa95a3e283e610087267f064ba7@192.168.1.2
CSeq: 104 REGISTER
User-Agent: Asterisk PBX SVN-branch-1.8-r406721
Authorization: Digest username=“101”, realm=“asterisk”, algorithm=MD5, uri=“sip:192.168.1.2”, nonce=“6e026f11”, response="60b7efc90c4365bc54bf1343672ebb35"
Expires: 120
Contact: sip:internal-phones@192.168.1.2:5060
Content-Length: 0
<— SIP read from UDP:192.168.1.2:5060 —>
REGISTER sip:192.168.1.2 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK48f9158c
Max-Forwards: 70
From: sip:101@192.168.1.2;tag=as5ff4199f
To: sip:101@192.168.1.2
Call-ID: 20b11fa95a3e283e610087267f064ba7@192.168.1.2
CSeq: 104 REGISTER
User-Agent: Asterisk PBX SVN-branch-1.8-r406721
Authorization: Digest username=“101”, realm=“asterisk”, algorithm=MD5, uri=“sip:192.168.1.2”, nonce=“6e026f11”, response="60b7efc90c4365bc54bf1343672ebb35"
Expires: 120
Contact: sip:internal-phones@192.168.1.2:5060
Content-Length: 0
<------------->
— (12 headers 0 lines) —
Sending to 192.168.1.2:5060 (no NAT)
<— Transmitting (no NAT) to 192.168.1.2:5060 —>
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK48f9158c;received=192.168.1.2
From: sip:101@192.168.1.2;tag=as5ff4199f
To: sip:101@192.168.1.2;tag=as5ff4199f
Call-ID: 20b11fa95a3e283e610087267f064ba7@192.168.1.2
CSeq: 104 REGISTER
Server: Asterisk PBX SVN-branch-1.8-r406721
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
WWW-Authenticate: Digest algorithm=MD5, realm=“asterisk”, nonce="714ac407"
Content-Length: 0
<------------>
Scheduling destruction of SIP dialog ‘20b11fa95a3e283e610087267f064ba7@192.168.1.2’ in 32000 ms (Method: REGISTER)
<— SIP read from UDP:192.168.1.2:5060 —>
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK48f9158c;received=192.168.1.2
From: sip:101@192.168.1.2;tag=as5ff4199f
To: sip:101@192.168.1.2;tag=as5ff4199f
Call-ID: 20b11fa95a3e283e610087267f064ba7@192.168.1.2
CSeq: 104 REGISTER
Server: Asterisk PBX SVN-branch-1.8-r406721
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
WWW-Authenticate: Digest algorithm=MD5, realm=“asterisk”, nonce="714ac407"
Content-Length: 0
<------------->
— (11 headers 0 lines) —
Responding to challenge, registration to domain/host name 192.168.1.2
REGISTER 11 headers, 0 lines
Reliably Transmitting (no NAT) to 192.168.1.2:5060:
REGISTER sip:192.168.1.2 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK6fbbcbc1
Max-Forwards: 70
From: sip:101@192.168.1.2;tag=as5ff4199f
To: sip:101@192.168.1.2
Call-ID: 20b11fa95a3e283e610087267f064ba7@192.168.1.2
CSeq: 105 REGISTER
User-Agent: Asterisk PBX SVN-branch-1.8-r406721
Authorization: Digest username=“101”, realm=“asterisk”, algorithm=MD5, uri=“sip:192.168.1.2”, nonce=“714ac407”, response="3e60ecc75a265390f7d4d02c78221c2a"
Expires: 120
Contact: sip:101@192.168.1.2:5060
Content-Length: 0
<— SIP read from UDP:192.168.1.2:5060 —>
REGISTER sip:192.168.1.2 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK6fbbcbc1
Max-Forwards: 70
From: sip:101@192.168.1.2;tag=as5ff4199f
To: sip:101@192.168.1.2
Call-ID: 20b11fa95a3e283e610087267f064ba7@192.168.1.2
CSeq: 105 REGISTER
User-Agent: Asterisk PBX SVN-branch-1.8-r406721
Authorization: Digest username=“101”, realm=“asterisk”, algorithm=MD5, uri=“sip:192.168.1.2”, nonce=“714ac407”, response="3e60ecc75a265390f7d4d02c78221c2a"
Expires: 120
Contact: sip:101@192.168.1.2:5060
Content-Length: 0
<------------->
— (12 headers 0 lines) —
Sending to 192.168.1.2:5060 (no NAT)
<— Transmitting (no NAT) to 192.168.1.2:5060 —>
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK6fbbcbc1;received=192.168.1.2
From: sip:101@192.168.1.2;tag=as5ff4199f
To: sip:101@192.168.1.2;tag=as5ff4199f
Call-ID: 20b11fa95a3e283e610087267f064ba7@192.168.1.2
CSeq: 105 REGISTER
Server: Asterisk PBX SVN-branch-1.8-r406721
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
Expires: 120
Contact: sip:101@192.168.1.2:5060;expires=120
Date: Tue, 04 Feb 2014 00:26:16 GMT
Content-Length: 0
<------------>
Scheduling destruction of SIP dialog ‘20b11fa95a3e283e610087267f064ba7@192.168.1.2’ in 32000 ms (Method: REGISTER)
<— SIP read from UDP:192.168.1.2:5060 —>
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK6fbbcbc1;received=192.168.1.2
From: sip:101@192.168.1.2;tag=as5ff4199f
To: sip:101@192.168.1.2;tag=as5ff4199f
Call-ID: 20b11fa95a3e283e610087267f064ba7@192.168.1.2
CSeq: 105 REGISTER
Server: Asterisk PBX SVN-branch-1.8-r406721
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
Expires: 120
Contact: sip:101@192.168.1.2:5060;expires=120
Date: Tue, 04 Feb 2014 00:26:16 GMT
Content-Length: 0
<------------->
— (13 headers 0 lines) —
Really destroying SIP dialog ‘20b11fa95a3e283e610087267f064ba7@192.168.1.2’ Method: REGISTER
REGISTER 11 headers, 0 lines
Reliably Transmitting (no NAT) to 192.168.1.2:5060:
REGISTER sip:192.168.1.2 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK3d17dca0
Max-Forwards: 70
From: sip:100@192.168.1.2;tag=as552fe160
To: sip:100@192.168.1.2
Call-ID: 244a9d0b07ab133f75abf38c5f34edef@192.168.1.2
CSeq: 104 REGISTER
User-Agent: Asterisk PBX SVN-branch-1.8-r406721
Authorization: Digest username=“100”, realm=“asterisk”, algorithm=MD5, uri=“sip:192.168.1.2”, nonce=“5cb86253”, response="405eb728ba9fc587fd20b2e6112a61e9"
Expires: 120
Contact: sip:internal-phones@192.168.1.2:5060
Content-Length: 0
<— SIP read from UDP:192.168.1.2:5060 —>
REGISTER sip:192.168.1.2 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK3d17dca0
Max-Forwards: 70
From: sip:100@192.168.1.2;tag=as552fe160
To: sip:100@192.168.1.2
Call-ID: 244a9d0b07ab133f75abf38c5f34edef@192.168.1.2
CSeq: 104 REGISTER
User-Agent: Asterisk PBX SVN-branch-1.8-r406721
Authorization: Digest username=“100”, realm=“asterisk”, algorithm=MD5, uri=“sip:192.168.1.2”, nonce=“5cb86253”, response="405eb728ba9fc587fd20b2e6112a61e9"
Expires: 120
Contact: sip:internal-phones@192.168.1.2:5060
Content-Length: 0
<------------->
— (12 headers 0 lines) —
Sending to 192.168.1.2:5060 (no NAT)
<— Transmitting (no NAT) to 192.168.1.2:5060 —>
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK3d17dca0;received=192.168.1.2
From: sip:100@192.168.1.2;tag=as552fe160
To: sip:100@192.168.1.2;tag=as552fe160
Call-ID: 244a9d0b07ab133f75abf38c5f34edef@192.168.1.2
CSeq: 104 REGISTER
Server: Asterisk PBX SVN-branch-1.8-r406721
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
WWW-Authenticate: Digest algorithm=MD5, realm=“asterisk”, nonce="0499f6b6"
Content-Length: 0
<------------>
Scheduling destruction of SIP dialog ‘244a9d0b07ab133f75abf38c5f34edef@192.168.1.2’ in 32000 ms (Method: REGISTER)
<— SIP read from UDP:192.168.1.2:5060 —>
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK3d17dca0;received=192.168.1.2
From: sip:100@192.168.1.2;tag=as552fe160
To: sip:100@192.168.1.2;tag=as552fe160
Call-ID: 244a9d0b07ab133f75abf38c5f34edef@192.168.1.2
CSeq: 104 REGISTER
Server: Asterisk PBX SVN-branch-1.8-r406721
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
WWW-Authenticate: Digest algorithm=MD5, realm=“asterisk”, nonce="0499f6b6"
Content-Length: 0
<------------->
— (11 headers 0 lines) —
Responding to challenge, registration to domain/host name 192.168.1.2
REGISTER 11 headers, 0 lines
Reliably Transmitting (no NAT) to 192.168.1.2:5060:
REGISTER sip:192.168.1.2 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK1ac89b29
Max-Forwards: 70
From: sip:100@192.168.1.2;tag=as552fe160
To: sip:100@192.168.1.2
Call-ID: 244a9d0b07ab133f75abf38c5f34edef@192.168.1.2
CSeq: 105 REGISTER
User-Agent: Asterisk PBX SVN-branch-1.8-r406721
Authorization: Digest username=“100”, realm=“asterisk”, algorithm=MD5, uri=“sip:192.168.1.2”, nonce=“0499f6b6”, response="1f54c0f9fd4f89e7b84976b06504a8c7"
Expires: 120
Contact: sip:100@192.168.1.2:5060
Content-Length: 0
<— SIP read from UDP:192.168.1.2:5060 —>
REGISTER sip:192.168.1.2 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK1ac89b29
Max-Forwards: 70
From: sip:100@192.168.1.2;tag=as552fe160
To: sip:100@192.168.1.2
Call-ID: 244a9d0b07ab133f75abf38c5f34edef@192.168.1.2
CSeq: 105 REGISTER
User-Agent: Asterisk PBX SVN-branch-1.8-r406721
Authorization: Digest username=“100”, realm=“asterisk”, algorithm=MD5, uri=“sip:192.168.1.2”, nonce=“0499f6b6”, response="1f54c0f9fd4f89e7b84976b06504a8c7"
Expires: 120
Contact: sip:100@192.168.1.2:5060
Content-Length: 0
<------------->
— (12 headers 0 lines) —
Sending to 192.168.1.2:5060 (no NAT)
<— Transmitting (no NAT) to 192.168.1.2:5060 —>
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK1ac89b29;received=192.168.1.2
From: sip:100@192.168.1.2;tag=as552fe160
To: sip:100@192.168.1.2;tag=as552fe160
Call-ID: 244a9d0b07ab133f75abf38c5f34edef@192.168.1.2
CSeq: 105 REGISTER
Server: Asterisk PBX SVN-branch-1.8-r406721
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
Expires: 120
Contact: sip:100@192.168.1.2:5060;expires=120
Date: Tue, 04 Feb 2014 00:26:16 GMT
Content-Length: 0
<------------>
Scheduling destruction of SIP dialog ‘244a9d0b07ab133f75abf38c5f34edef@192.168.1.2’ in 32000 ms (Method: REGISTER)
<— SIP read from UDP:192.168.1.2:5060 —>
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK1ac89b29;received=192.168.1.2
From: sip:100@192.168.1.2;tag=as552fe160
To: sip:100@192.168.1.2;tag=as552fe160
Call-ID: 244a9d0b07ab133f75abf38c5f34edef@192.168.1.2
CSeq: 105 REGISTER
Server: Asterisk PBX SVN-branch-1.8-r406721
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
Expires: 120
Contact: sip:100@192.168.1.2:5060;expires=120
Date: Tue, 04 Feb 2014 00:26:16 GMT
Content-Length: 0
<------------->
— (13 headers 0 lines) —
Really destroying SIP dialog ‘244a9d0b07ab133f75abf38c5f34edef@192.168.1.2’ Method: REGISTER