Post by Simon MORLATPost by Jon LawrenceI'm trying to use linphone to make sip calls through my asterisk server.
Asterisk version is 0.5.0
linphone version is 0.12.1
linux distro is gentoo
kernel is 2.4.23
I can register to the * server without problems but whenever I attempt to
make a call I get a '407 proxy authentication required' message.
Anyone any ideas what I can do ?
I don't know if this is a problem with my asterisk setup or with linphone.
TIA
Jon Lawrence
That's strange. People reported that authentifed INVITE worked with
Asterisk server.
Can you attach a log file so that we see the sip messages ?
use the -d 5 option if you are running linphonec.
Not sure if this what you need or not ?
Jon
bash-2.05b$ linphone -d 5
| INFO1 | <osipua.c: 65> Starting osip stack and osipua layer.
| INFO1 | <udp.c: 112> Entering osipua thread.
MediaStreamer-Message: Found /dev/dsp.
(linphone:1699): MediaStreamer-WARNING **: dsp block size set to 16384.
| INFO1 | <osipmanager.c: 148> port already listened
| INFO1 | <utils.c: 409> Outgoing interface to reach 10.168.4.1 is
10.168.4.100.
| INFO1 | <osipmanager.c: 148> port already listened
| INFO1 | <udp.c: 295> Sending message:
REGISTER sip:10.168.4.1 SIP/2.0
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK858617539
From: <sip:***@10.168.4.1>;tag=181171502
To: <sip:***@10.168.4.1>;tag=181171502
Call-ID: ***@10.168.4.100
CSeq: 0 REGISTER
Contact: <sip:***@10.168.4.100>
max-forwards: 10
expires: 900
user-agent: oSIP/Linphone-0.12.1
Content-Length: 0
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK858617539
From: <sip:***@10.168.4.1>;tag=181171502
To: <sip:***@10.168.4.1>;tag=181171502
Call-ID: ***@10.168.4.100
CSeq: 0 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact: <sip:***@10.168.4.1>
Content-Length: 0
| INFO1 | <nict_callbacks.c: 42> OnEvent_New_Incoming1xxResponse!
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK858617539
From: <sip:***@10.168.4.1>;tag=181171502
To: <sip:***@10.168.4.1>;tag=181171502
Call-ID: ***@10.168.4.100
CSeq: 0 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact: <sip:***@10.168.4.1>
Proxy-Authenticate: Digest realm="asterisk", nonce="64304b19"
Content-Length: 0
| INFO1 | <nict_callbacks.c: 107> OnEvent_New_Incoming4xxResponse!
| INFO1 | <nict_callbacks.c: 127> User need to authenticate to REGISTER!
| INFO1 | <utils.c: 409> Outgoing interface to reach 10.168.4.1 is
10.168.4.100.
| INFO1 | <authentication.c: 377> Response in proxy_authorization
|1bee09b9b25b49002bd59a4659f20ace|
| INFO1 | <udp.c: 295> Sending message:
REGISTER sip:10.168.4.1 SIP/2.0
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK844368701
From: <sip:***@10.168.4.1>;tag=1675459016
To: <sip:***@10.168.4.1>;tag=1675459016
Call-ID: ***@10.168.4.100
CSeq: 1 REGISTER
Contact: <sip:***@10.168.4.100>
Proxy-Authorization: Digest username="2001", realm="asterisk",
nonce="64304b19", uri="sip:10.168.4.1",
response="1bee09b9b25b49002bd59a4659f20ace", algorithm=MD5
max-forwards: 10
expires: 900
user-agent: oSIP/Linphone-0.12.1
Content-Length: 0
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK844368701
From: <sip:***@10.168.4.1>;tag=1675459016
To: <sip:***@10.168.4.1>;tag=1675459016
Call-ID: ***@10.168.4.100
CSeq: 1 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact: <sip:***@10.168.4.1>
Content-Length: 0
| INFO1 | <nict_callbacks.c: 42> OnEvent_New_Incoming1xxResponse!
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK844368701
From: <sip:***@10.168.4.1>;tag=1675459016
To: <sip:***@10.168.4.1>;tag=1675459016
Call-ID: ***@10.168.4.100
CSeq: 1 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Expires: 900
Contact: <sip:***@10.168.4.1>;expires=900
Date: Fri, 16 Jan 2004 13:20:52 GMT
Content-Length: 0
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
NOTIFY sip:***@10.168.4.100 SIP/2.0
Via: SIP/2.0/UDP 10.168.4.1:5060;branch=z9hG4bK56c5fa23
From: "asterisk" <sip:***@10.168.4.1>;tag=as6e21ec3c
To: <sip:***@10.168.4.100>
Contact: <sip:***@10.168.4.1>
Call-ID: ***@10.168.4.1
CSeq: 102 NOTIFY
User-Agent: Asterisk PBX
Event: message-summary
Content-Type: application/simple-message-summary
Content-Length: 36
Messages-Waiting: no
Voicemail: 0/0
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
NOTIFY sip:***@10.168.4.100 SIP/2.0
Via: SIP/2.0/UDP 10.168.4.1:5060;branch=z9hG4bK56c5fa23
From: "asterisk" <sip:***@10.168.4.1>;tag=as6e21ec3c
To: <sip:***@10.168.4.100>
Contact: <sip:***@10.168.4.1>
Call-ID: ***@10.168.4.1
CSeq: 102 NOTIFY
User-Agent: Asterisk PBX
Event: message-summary
Content-Type: application/simple-message-summary
Content-Length: 36
Messages-Waiting: no
Voicemail: 0/0
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
NOTIFY sip:***@10.168.4.100 SIP/2.0
Via: SIP/2.0/UDP 10.168.4.1:5060;branch=z9hG4bK56c5fa23
From: "asterisk" <sip:***@10.168.4.1>;tag=as6e21ec3c
To: <sip:***@10.168.4.100>
Contact: <sip:***@10.168.4.1>
Call-ID: ***@10.168.4.1
CSeq: 102 NOTIFY
User-Agent: Asterisk PBX
Event: message-summary
Content-Type: application/simple-message-summary
Content-Length: 36
Messages-Waiting: no
Voicemail: 0/0
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
NOTIFY sip:***@10.168.4.100 SIP/2.0
Via: SIP/2.0/UDP 10.168.4.1:5060;branch=z9hG4bK56c5fa23
From: "asterisk" <sip:***@10.168.4.1>;tag=as6e21ec3c
To: <sip:***@10.168.4.100>
Contact: <sip:***@10.168.4.1>
Call-ID: ***@10.168.4.1
CSeq: 102 NOTIFY
User-Agent: Asterisk PBX
Event: message-summary
Content-Type: application/simple-message-summary
Content-Length: 36
Messages-Waiting: no
Voicemail: 0/0
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
NOTIFY sip:***@10.168.4.100 SIP/2.0
Via: SIP/2.0/UDP 10.168.4.1:5060;branch=z9hG4bK56c5fa23
From: "asterisk" <sip:***@10.168.4.1>;tag=as6e21ec3c
To: <sip:***@10.168.4.100>
Contact: <sip:***@10.168.4.1>
Call-ID: ***@10.168.4.1
CSeq: 102 NOTIFY
User-Agent: Asterisk PBX
Event: message-summary
Content-Type: application/simple-message-summary
Content-Length: 36
Messages-Waiting: no
Voicemail: 0/0
| INFO1 | <nict_callbacks.c: 30> Transaction 1 killed.
| INFO1 | <nict_callbacks.c: 30> Transaction 2 killed.
| INFO1 | <osipdialog.c: 1915> Dialog is removed. It remains 0 dialog(s) in
the ua list.
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
NOTIFY sip:***@10.168.4.100 SIP/2.0
Via: SIP/2.0/UDP 10.168.4.1:5060;branch=z9hG4bK56c5fa23
From: "asterisk" <sip:***@10.168.4.1>;tag=as6e21ec3c
To: <sip:***@10.168.4.100>
Contact: <sip:***@10.168.4.1>
Call-ID: ***@10.168.4.1
CSeq: 102 NOTIFY
User-Agent: Asterisk PBX
Event: message-summary
Content-Type: application/simple-message-summary
Content-Length: 36
Messages-Waiting: no
Voicemail: 0/0
| INFO1 | <utils.c: 409> Outgoing interface to reach 10.168.4.1 is
10.168.4.100.
| INFO1 | <udp.c: 295> Sending message:
INVITE sip:***@10.168.4.1 SIP/2.0
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
Contact: <sip:***@10.168.4.100>
max-forwards: 10
user-agent: oSIP/Linphone-0.12.1
Content-Type: application/sdp
Content-Length: 369
v=0
o=2001 123456 654321 IN IP4 10.168.4.100
s=A conversation
c=IN IP4 10.168.4.100
t=0 0
m=audio 7078 RTP/AVP 0 3 8 110 111 115 101
b=AS:110 20
b=AS:111 28
a=rtpmap:0 PCMU/8000/1
a=rtpmap:3 GSM/8000/1
a=rtpmap:8 PCMA/8000/1
a=rtpmap:110 speex/8000/1
a=rtpmap:111 speex/16000/1
a=rtpmap:115 1015/8000/1
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-11
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="0e7bcddd"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="0e7bcddd"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <udp.c: 295> Sending message:
INVITE sip:***@10.168.4.1 SIP/2.0
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
Contact: <sip:***@10.168.4.100>
max-forwards: 10
user-agent: oSIP/Linphone-0.12.1
Content-Type: application/sdp
Content-Length: 369
v=0
o=2001 123456 654321 IN IP4 10.168.4.100
s=A conversation
c=IN IP4 10.168.4.100
t=0 0
m=audio 7078 RTP/AVP 0 3 8 110 111 115 101
b=AS:110 20
b=AS:111 28
a=rtpmap:0 PCMU/8000/1
a=rtpmap:3 GSM/8000/1
a=rtpmap:8 PCMA/8000/1
a=rtpmap:110 speex/8000/1
a=rtpmap:111 speex/16000/1
a=rtpmap:115 1015/8000/1
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-11
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="5f594b31"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="0e7bcddd"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="5f594b31"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="0e7bcddd"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="5f594b31"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="0e7bcddd"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <udp.c: 295> Sending message:
INVITE sip:***@10.168.4.1 SIP/2.0
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
Contact: <sip:***@10.168.4.100>
max-forwards: 10
user-agent: oSIP/Linphone-0.12.1
Content-Type: application/sdp
Content-Length: 369
v=0
o=2001 123456 654321 IN IP4 10.168.4.100
s=A conversation
c=IN IP4 10.168.4.100
t=0 0
m=audio 7078 RTP/AVP 0 3 8 110 111 115 101
b=AS:110 20
b=AS:111 28
a=rtpmap:0 PCMU/8000/1
a=rtpmap:3 GSM/8000/1
a=rtpmap:8 PCMA/8000/1
a=rtpmap:110 speex/8000/1
a=rtpmap:111 speex/16000/1
a=rtpmap:115 1015/8000/1
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-11
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="5f594b31"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="4d70df5d"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="0e7bcddd"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="5f594b31"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="4d70df5d"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="5f594b31"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="4d70df5d"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="4d70df5d"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="4d70df5d"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <udp.c: 295> Sending message:
INVITE sip:***@10.168.4.1 SIP/2.0
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
Contact: <sip:***@10.168.4.100>
max-forwards: 10
user-agent: oSIP/Linphone-0.12.1
Content-Type: application/sdp
Content-Length: 369
v=0
o=2001 123456 654321 IN IP4 10.168.4.100
s=A conversation
c=IN IP4 10.168.4.100
t=0 0
m=audio 7078 RTP/AVP 0 3 8 110 111 115 101
b=AS:110 20
b=AS:111 28
a=rtpmap:0 PCMU/8000/1
a=rtpmap:3 GSM/8000/1
a=rtpmap:8 PCMA/8000/1
a=rtpmap:110 speex/8000/1
a=rtpmap:111 speex/16000/1
a=rtpmap:115 1015/8000/1
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-11
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="75bebf1c"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="4d70df5d"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="75bebf1c"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <utils.c: 409> Outgoing interface to reach 10.168.4.1 is
10.168.4.100.
| INFO1 | <udp.c: 295> Sending message:
REGISTER sip:10.168.4.1 SIP/2.0
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK1005722411
From: <sip:***@10.168.4.1>;tag=231416342
To: <sip:***@10.168.4.1>;tag=231416342
Call-ID: ***@10.168.4.100
CSeq: 0 REGISTER
Contact: <sip:***@10.168.4.100>
max-forwards: 10
expires: 0
user-agent: oSIP/Linphone-0.12.1
Content-Length: 0
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK1005722411
From: <sip:***@10.168.4.1>;tag=231416342
To: <sip:***@10.168.4.1>;tag=231416342
Call-ID: ***@10.168.4.100
CSeq: 0 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact: <sip:***@10.168.4.1>
Content-Length: 0
| INFO1 | <nict_callbacks.c: 42> OnEvent_New_Incoming1xxResponse!
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK1005722411
From: <sip:***@10.168.4.1>;tag=231416342
To: <sip:***@10.168.4.1>;tag=231416342
Call-ID: ***@10.168.4.100
CSeq: 0 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact: <sip:***@10.168.4.1>
Proxy-Authenticate: Digest realm="asterisk", nonce="06cf980a"
Content-Length: 0
| INFO1 | <nict_callbacks.c: 107> OnEvent_New_Incoming4xxResponse!
| INFO1 | <nict_callbacks.c: 127> User need to authenticate to REGISTER!
| INFO1 | <utils.c: 409> Outgoing interface to reach 10.168.4.1 is
10.168.4.100.
| INFO1 | <authentication.c: 377> Response in proxy_authorization
|f7562e97f0420eefde30321d21f11a53|
| INFO1 | <udp.c: 295> Sending message:
REGISTER sip:10.168.4.1 SIP/2.0
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK603461285
From: <sip:***@10.168.4.1>;tag=4157259184
To: <sip:***@10.168.4.1>;tag=4157259184
Call-ID: ***@10.168.4.100
CSeq: 1 REGISTER
Contact: <sip:***@10.168.4.100>
Proxy-Authorization: Digest username="2001", realm="asterisk",
nonce="06cf980a", uri="sip:10.168.4.1",
response="f7562e97f0420eefde30321d21f11a53", algorithm=MD5
max-forwards: 10
expires: 0
user-agent: oSIP/Linphone-0.12.1
Content-Length: 0
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK603461285
From: <sip:***@10.168.4.1>;tag=4157259184
To: <sip:***@10.168.4.1>;tag=4157259184
Call-ID: ***@10.168.4.100
CSeq: 1 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact: <sip:***@10.168.4.1>
Content-Length: 0
| INFO1 | <nict_callbacks.c: 42> OnEvent_New_Incoming1xxResponse!
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK603461285
From: <sip:***@10.168.4.1>;tag=4157259184
To: <sip:***@10.168.4.1>;tag=4157259184
Call-ID: ***@10.168.4.100
CSeq: 1 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact: <sip:***@10.168.4.1>
Date: Fri, 16 Jan 2004 13:21:20 GMT
Content-Length: 0
| INFO1 | <udp.c: 206> info: RECEIVING UDP MESSAGE:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.168.4.100:5060;branch=z9hG4bK2587076668
From: <sip:***@10.168.4.1>;tag=1675459016;tag=304916514
To: <sip:***@10.168.4.1>;tag=as6d423d80
Call-ID: ***@10.168.4.100
CSeq: 20 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact:
Proxy-Authenticate: Digest realm="asterisk", nonce="75bebf1c"
Content-Length: 0
| ERROR | <msg_parser.c: 316> Could not set header: "contact"
| ERROR | <msg_parser.c: 532> End of header Not found
| ERROR | <msg_parser.c: 712> error in msg_headers_parse()
| ERROR | <sipevent.c: 76> could not parse message
| INFO1 | <osipua.c: 89> Shutting down osip stack and osipua layer.
| INFO1 | <udp.c: 233> Exiting osipua thread.
closing transaction : 81563b8closing transaction : 8095760closing transaction
: 8095760closing transaction : 0