 |
|
 |
thanks Ivar. would you consider moving your code base to Codeplex or Sourceforge? great Code. especially on SIP. Thanks! You are the ONE.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi, I downloaded code last month and I quickly adapted it to use in my ASP.NET web server, and it immediately works without problems!
Then I started "play" with code and I found it incredibly valuable and complete, if you are patient, in this pack you can find a solid base for all your communication needs!
I'm a "normal" developer, to tell I use c# as straight as possible, so initially I found all very complex, but now I must admit it improved a lot my knowledge and programming skills!
Thanks Ivar 
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi, I have your sip client which is having audio support..is there update on your sip client? i mean is there any support for video thing?? can u plz gv me the link from where i can download that..?
Thanks in advance...
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
ok..thanks for your quick reply.. can u suggest me how to implement video in sip client? how to send invite and all??
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
I'm using the example SIP UA. I'm trying to modify to use TCP in mensagems SIP instead of UDP.
How can I do this?
|
| Sign In·View Thread·PermaLink | 4.00/5 |
|
|
|
 |
 | SIP TCP  rudacunhasilva | 15:48 20 Aug '09 |
|
|
 |
|
|
 |
|
|
 |
|
 |
First I run the proxy in my computer, then run X-Lite client. But the client can't register in the proxy.
******************************************************************************************** Request [method='REGISTER'; cseq='1'; transport='UDP'; size='545'; received '127.0.0.1:34506' -> '127.0.0.1:5060'. <begin> REGISTER sip:127.0.0.1 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:34506;branch=z9hG4bK-d8754z-6e730a1667197941-1---d8754z-;rport=34506;received=127.0.0.1 Max-Forwards: 70 Contact: <sip:kaiwn@127.0.0.1:34506;rinstance=effa56751174535f> To: "kaiwn" <sip:kaiwn@127.0.0.1> From: "kaiwn" <sip:kaiwn@127.0.0.1>;tag=9a4f4e47 Call-ID: MzNkMWM0YjY1ZDA0OWYwYThlYTFmN2IxM2E5NzJmNDA. CSeq: 1 REGISTER Expires: 3600 Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO User-Agent: X-Lite release 1103d stamp 53117 Content-Length: 0
<end> Transaction [branch='z9hG4bK-d8754z-6e730a1667197941-1---d8754z-';method='REGISTER';IsServer=true] created. Transaction [branch='z9hG4bK-d8754z-6e730a1667197941-1---d8754z-';method='REGISTER';IsServer=True] switched to 'Trying' state. Failed to send response to host '127.0.0.1' IP end point '127.0.0.1:34506'. Transaction [branch='z9hG4bK-d8754z-6e730a1667197941-1---d8754z-';method='REGISTER';IsServer=true] transport exception: Host '127.0.0.1:34506' is not accessible. Transaction [branch='z9hG4bK-d8754z-6e730a1667197941-1---d8754z-';method='REGISTER';IsServer=True] switched to 'Terminated' state. Request [method='REGISTER'; cseq='1'; transport='UDP'; size='545'; received '127.0.0.1:34506' -> '127.0.0.1:5060'. <begin> REGISTER sip:127.0.0.1 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:34506;branch=z9hG4bK-d8754z-6e730a1667197941-1---d8754z-;rport=34506;received=127.0.0.1 Max-Forwards: 70 Contact: <sip:kaiwn@127.0.0.1:34506;rinstance=effa56751174535f> To: "kaiwn" <sip:kaiwn@127.0.0.1> From: "kaiwn" <sip:kaiwn@127.0.0.1>;tag=9a4f4e47 Call-ID: MzNkMWM0YjY1ZDA0OWYwYThlYTFmN2IxM2E5NzJmNDA. CSeq: 1 REGISTER Expires: 3600 Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO User-Agent: X-Lite release 1103d stamp 53117 Content-Length: 0
******************************************************************************************** X-lite: I set the IP address and domain as : 127.0.0.1 sip proxy: host name & address of record : 127.0.0.1
Please help and thank you very much
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Its not reccomened t run on localhost(127.0.0.1).
Also you must ensure that firewall programs wont block UDP traffic.
|
| Sign In·View Thread·PermaLink | 1.00/5 |
|
|
|
 |
|
 |
Thank your reply, Ivar.
I close window's firewall and antivirus software, but it doesn't work.
After I replace localhost(127.0.0.1) with actual IP(192.168.1.112), error occurs in X-lite: Registration error 407 - Proxy Authentication required. Authentication failed. SIP debug: ***************************************************************************************************************** Request [method='REGISTER'; cseq='1'; transport='UDP'; size='561'; received '192.168.1.112:37788' -> '192.168.1.112:5060'. <begin> REGISTER sip:192.168.1.112 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:37788;branch=z9hG4bK-d8754z-fa6cb94e3d2ee844-1---d8754z-;rport=37788;received=192.168.1.112 Max-Forwards: 70 Contact: <sip:kaiwn@127.0.0.1:37788;rinstance=6fa201926d45caa5> To: "kaiwn" <sip:kaiwn@192.168.1.112> From: "kaiwn" <sip:kaiwn@192.168.1.112>;tag=f352ba6a Call-ID: MWVjZWExYzI3NDI0NjFlZjAzYTIzMTZmNDhhNDdlMGM. CSeq: 1 REGISTER Expires: 3600 Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO User-Agent: X-Lite release 1103d stamp 53117 Content-Length: 0
<end> Transaction [branch='z9hG4bK-d8754z-fa6cb94e3d2ee844-1---d8754z-';method='REGISTER';IsServer=true] created. Transaction [branch='z9hG4bK-d8754z-fa6cb94e3d2ee844-1---d8754z-';method='REGISTER';IsServer=True] switched to 'Trying' state. Response [flowReuse=true; transactionID='z9hG4bK-d8754z-fa6cb94e3d2ee844-1---d8754z-'; method='REGISTER'; cseq='1'; transport='UDP'; size='537'; statusCode='407'; reason='Proxy Authentication Required'; sent '192.168.1.112:5060' -> '192.168.1.112:37788'. <begin> SIP/2.0 407 Proxy Authentication Required Via: SIP/2.0/UDP 127.0.0.1:37788;branch=z9hG4bK-d8754z-fa6cb94e3d2ee844-1---d8754z-;rport=37788;received=192.168.1.112 From: "kaiwn" <sip:kaiwn@192.168.1.112>;tag=f352ba6a To: "kaiwn" <sip:kaiwn@192.168.1.112>;tag=d64043f8812fe2a1eb7fe3ea Call-ID: MWVjZWExYzI3NDI0NjFlZjAzYTIzMTZmNDhhNDdlMGM. CSeq: 1 REGISTER Allow: INVITE,ACK,CANCEL,BYE,MESSAGE Proxy-Authenticate: digest realm="",nonce="c68b373754244ddebfe6170763732df6",opaque="f9905829986f45fc960e4e11fe81129c" Content-Length: 0
<end> Transaction [branch='z9hG4bK-d8754z-fa6cb94e3d2ee844-1---d8754z-';method='REGISTER';IsServer=True] switched to 'Completed' state. Transaction [branch='z9hG4bK-d8754z-fa6cb94e3d2ee844-1---d8754z-';method='REGISTER';IsServer=true] timer J(Non-INVITE request retransmission wait) started, will trigger after 32000. Request [method='REGISTER'; cseq='2'; transport='UDP'; size='785'; received '192.168.1.112:37788' -> '192.168.1.112:5060'. <begin> REGISTER sip:192.168.1.112 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:37788;branch=z9hG4bK-d8754z-3938bc3f86545228-1---d8754z-;rport=37788;received=192.168.1.112 Max-Forwards: 70 Contact: <sip:kaiwn@127.0.0.1:37788;rinstance=6fa201926d45caa5> To: "kaiwn" <sip:kaiwn@192.168.1.112> From: "kaiwn" <sip:kaiwn@192.168.1.112>;tag=f352ba6a Call-ID: MWVjZWExYzI3NDI0NjFlZjAzYTIzMTZmNDhhNDdlMGM. CSeq: 2 REGISTER Expires: 3600 Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO Proxy-Authorization: Digest username="kaiwnAuth",realm="",nonce="c68b373754244ddebfe6170763732df6",uri="sip:192.168.1.112",response="4852279d2e03c34b326f2c015edd7722",algorithm=MD5,opaque="f9905829986f45fc960e4e11fe81129c" User-Agent: X-Lite release 1103d stamp 53117 Content-Length: 0
<end> Transaction [branch='z9hG4bK-d8754z-3938bc3f86545228-1---d8754z-';method='REGISTER';IsServer=true] created. Transaction [branch='z9hG4bK-d8754z-3938bc3f86545228-1---d8754z-';method='REGISTER';IsServer=True] switched to 'Trying' state. Response [flowReuse=true; transactionID='z9hG4bK-d8754z-3938bc3f86545228-1---d8754z-'; method='REGISTER'; cseq='2'; transport='UDP'; size='561'; statusCode='407'; reason='Proxy Authentication Required: Authentication failed.'; sent '192.168.1.112:5060' -> '192.168.1.112:37788'. <begin> SIP/2.0 407 Proxy Authentication Required: Authentication failed. Via: SIP/2.0/UDP 127.0.0.1:37788;branch=z9hG4bK-d8754z-3938bc3f86545228-1---d8754z-;rport=37788;received=192.168.1.112 From: "kaiwn" <sip:kaiwn@192.168.1.112>;tag=f352ba6a To: "kaiwn" <sip:kaiwn@192.168.1.112>;tag=f58d481f93aed3fd688a75ec Call-ID: MWVjZWExYzI3NDI0NjFlZjAzYTIzMTZmNDhhNDdlMGM. CSeq: 2 REGISTER Allow: INVITE,ACK,CANCEL,BYE,MESSAGE Proxy-Authenticate: digest realm="",nonce="96734a5506cd47db87eb254a058ddb13",opaque="f9905829986f45fc960e4e11fe81129c" Content-Length: 0 *****************************************************************************************************************
I hope to debug this program with a client in the same computer, so that I can learn something from the great work.
Thanks
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hello,
We are really greatfull for this stack and demo. but we want to understand how demo works. we have 3 years SIP experience as engineer. so we are aware about the registration authantication bla bla issues. i have many times managed to register clients to proxy servers.
now we want to use your stack but we are unable to make the code up and runnning. when we try it after registration packet has arrived we got this error:
System.IndexOutOfRangeException: Dizin, dizi sınırlarının dışındaydı. konum: LumiSoft.Net.SIP.Proxy.SIP_Proxy.ForwardRequest(Boolean statefull, SIP_RequestReceivedEventArgs e, Boolean addRecordRoute) C:\Users\GU\Desktop\Net\Net\SIP\Proxy\SIP_Proxy.cs içinde: satır 383 konum: LumiSoft.Net.SIP.Proxy.SIP_Proxy.OnRequestReceived(SIP_RequestReceivedEventArgs e) C:\Users\GU\Desktop\Net\Net\SIP\Proxy\SIP_Proxy.cs içinde: satır 174
and the log is: Request [method='REGISTER'; cseq='1'; transport='UDP'; size='438'; received '192.168.1.107:5060' -> '192.168.1.100:5060'.
REGISTER sip:192.168.1.100 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.107;rport=5060;branch=z9hG4bKc0a8016b000000104a38f98c0000475c00000001;received=192.168.1.107 Contact: <sip:12345@192.168.1.107:5060> Call-ID: 9C5518D6-209A-4D79-BC50-41222D878CE0@192.168.1.107 CSeq: 1 REGISTER From: <sip:12345@192.168.1.100>;tag=996183312389 Max-Forwards: 70 To: <sip:12345@192.168.1.100> User-Agent: SJphone/1.60.289a (SJ Labs) Content-Length: 0
Response [transactionID=''; method='REGISTER'; cseq='1'; transport='UDP'; size='450'; statusCode='500'; reason='Server Internal Error: Dizin, dizi sınırlarının dışındaydı.'; sent '' -> '192.168.1.107:5060'.
SIP/2.0 500 Server Internal Error: Dizin, dizi sınırlarının dışındaydı. Via: SIP/2.0/UDP 192.168.1.107;rport=5060;branch=z9hG4bKc0a8016b000000104a38f98c0000475c00000001;received=192.168.1.107 From: <sip:12345@192.168.1.100>;tag=996183312389 To: <sip:12345@192.168.1.100>;tag=c94c432a80ee7cbab17ca580 Call-ID: 9C5518D6-209A-4D79-BC50-41222D878CE0@192.168.1.107 CSeq: 1 REGISTER Allow: INVITE,ACK,CANCEL,BYE,MESSAGE Content-Length: 0
Request [method='REGISTER'; cseq='1'; transport='UDP'; size='438'; received '192.168.1.107:5060' -> '192.168.1.100:5060'.
REGISTER sip:192.168.1.100 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.107;rport=5060;branch=z9hG4bKc0a8016b000000104a38f98c0000475c00000001;received=192.168.1.107 Contact: <sip:12345@192.168.1.107:5060> Call-ID: 9C5518D6-209A-4D79-BC50-41222D878CE0@192.168.1.107 CSeq: 1 REGISTER From: <sip:12345@192.168.1.100>;tag=996183312389 Max-Forwards: 70 To: <sip:12345@192.168.1.100> User-Agent: SJphone/1.60.289a (SJ Labs) Content-Length: 0
Response [transactionID=''; method='REGISTER'; cseq='1'; transport='UDP'; size='450'; statusCode='500'; reason='Server Internal Error: Dizin, dizi sınırlarının dışındaydı.'; sent '' -> '192.168.1.107:5060'.
SIP/2.0 500 Server Internal Error: Dizin, dizi sınırlarının dışındaydı. Via: SIP/2.0/UDP 192.168.1.107;rport=5060;branch=z9hG4bKc0a8016b000000104a38f98c0000475c00000001;received=192.168.1.107 From: <sip:12345@192.168.1.100>;tag=996183312389 To: <sip:12345@192.168.1.100>;tag=6ea84feba383a1d0c747cbe4 Call-ID: 9C5518D6-209A-4D79-BC50-41222D878CE0@192.168.1.107 CSeq: 1 REGISTER Allow: INVITE,ACK,CANCEL,BYE,MESSAGE Content-Length: 0
Request [method='REGISTER'; cseq='1'; transport='UDP'; size='438'; received '192.168.1.107:5060' -> '192.168.1.100:5060'.
REGISTER sip:192.168.1.100 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.107;rport=5060;branch=z9hG4bKc0a8016b000000104a38f98c0000475c00000001;received=192.168.1.107 Contact: <sip:12345@192.168.1.107:5060> Call-ID: 9C5518D6-209A-4D79-BC50-41222D878CE0@192.168.1.107 CSeq: 1 REGISTER From: <sip:12345@192.168.1.100>;tag=996183312389 Max-Forwards: 70 To: <sip:12345@192.168.1.100> User-Agent: SJphone/1.60.289a (SJ Labs) Content-Length: 0
Response [transactionID=''; method='REGISTER'; cseq='1'; transport='UDP'; size='450'; statusCode='500'; reason='Server Internal Error: Dizin, dizi sınırlarının dışındaydı.'; sent '' -> '192.168.1.107:5060'.
SIP/2.0 500 Server Internal Error: Dizin, dizi sınırlarının dışındaydı. Via: SIP/2.0/UDP 192.168.1.107;rport=5060;branch=z9hG4bKc0a8016b000000104a38f98c0000475c00000001;received=192.168.1.107 From: <sip:12345@192.168.1.100>;tag=996183312389 To: <sip:12345@192.168.1.100>;tag=d5f14e16b18b0d6a4438b111 Call-ID: 9C5518D6-209A-4D79-BC50-41222D878CE0@192.168.1.107 CSeq: 1 REGISTER Allow: INVITE,ACK,CANCEL,BYE,MESSAGE Content-Length: 0
Request [method='REGISTER'; cseq='1'; transport='UDP'; size='438'; received '192.168.1.107:5060' -> '192.168.1.100:5060'.
REGISTER sip:192.168.1.100 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.107;rport=5060;branch=z9hG4bKc0a8016b000000104a38f98c0000475c00000001;received=192.168.1.107 Contact: <sip:12345@192.168.1.107:5060> Call-ID: 9C5518D6-209A-4D79-BC50-41222D878CE0@192.168.1.107 CSeq: 1 REGISTER From: <sip:12345@192.168.1.100>;tag=996183312389 Max-Forwards: 70 To: <sip:12345@192.168.1.100> User-Agent: SJphone/1.60.289a (SJ Labs) Content-Length: 0
Response [transactionID=''; method='REGISTER'; cseq='1'; transport='UDP'; size='450'; statusCode='500'; reason='Server Internal Error: Dizin, dizi sınırlarının dışındaydı.'; sent '' -> '192.168.1.107:5060'.
SIP/2.0 500 Server Internal Error: Dizin, dizi sınırlarının dışındaydı. Via: SIP/2.0/UDP 192.168.1.107;rport=5060;branch=z9hG4bKc0a8016b000000104a38f98c0000475c00000001;received=192.168.1.107 From: <sip:12345@192.168.1.100>;tag=996183312389 To: <sip:12345@192.168.1.100>;tag=827d4211be64ab5648ce8c6e Call-ID: 9C5518D6-209A-4D79-BC50-41222D878CE0@192.168.1.107 CSeq: 1 REGISTER Allow: INVITE,ACK,CANCEL,BYE,MESSAGE Content-Length: 0
i look forward your help about this issue.
Thanks a lot
|
| Sign In·View Thread·PermaLink | 5.00/5 |
|
|
|
 |
|
 |
dear ivan
thank you for this good article but i need client working with this server can you give me one or link to open project for one ??
or is there is any other way to use MSN messenger as i saw in this website
http://officesip.com
thnx again
and if we can talk directly plz add you MSN email or yahoo messenger email
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
it works thnx
but let me know how to use it without domain
second issue i want to use MYSQL or SQL as database of SIP server
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
>second issue i want to use MYSQL or SQL as database of SIP server Thas not a issue, you just need to code it by yourself.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
i was asking if it is possible or not and i know that i'll do
but I'm asking if i did that is there is any problem could happen to the service??
thnx
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
>but I'm asking if i did that is there is any problem could happen to the service?? This again depends on your coding techinques and sikkls.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi,
I am trying to make it work at my laptop, single computer. My laptop doesn't belong to any domain, do I have to make it in a domain?
Thanks,
Linda
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Thanks Ivar.But I am using X-lite as the soft phone which ask me to set the domain name, I left it empty, X-lite doesn't accept it, how can I set it?
Thanks in advance,
Linda
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Thanks Ivar, the domain name problen is solved just using your suggestion. Another problem is the authentification always got error.I did some debugging, I found the response couldn't match the CalculateResponse in the auth.httpdigest.authenticate method. I am guessing the response is from client, and the calculateresponse is calculated by proxy, and I am using x-lite. Do you have any idea about this? Or you may know somebody else have solved this problem.
Anyway, if I return true in the auth.httpdigest.authenticate method, it is working now. Just want to know how the authentification part working. Thanks for your replay agian.
Linda
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi Ivar,
Another problem is I couldn't find the password from the function "private void SIP_Authenticate(SIP_AuthenticateEventArgs e)" when I was debugging. And my log is like:
Received (545 bytes): 192.168.1.66:5060 <- 192.168.1.66:21762 REGISTER sip:192.168.1.66 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:21762;branch=z9hG4bK-d87543-2042ed4a2e59bf36-1--d87543-;rport Max-Forwards: 70 Contact: <sip:liao@127.0.0.1:21762;rinstance=a261a0c192e1bdc0> To: "liao"<sip:liao@192.168.1.66> From: "liao"<sip:liao@192.168.1.66>;tag=a24bae12 Call-ID: 245d4d34381fcd21M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 1 REGISTER Expires: 60 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO User-Agent: X-Lite release 1002tx stamp 29712 Content-Length: 0
Transaction(id='z9hG4bK-d87543-2042ed4a2e59bf36-1--d87543-' method=REGISTER server=true) created.
Transaction(id='z9hG4bK-d87543-2042ed4a2e59bf36-1--d87543-' method=REGISTER server=true) Transaction timeout Timer started, will triger after 90000.
Transaction(id='z9hG4bK-d87543-2042ed4a2e59bf36-1--d87543-' method=REGISTER server=true) got response response='407'.
Sending (522 bytes): 192.168.1.66:5060 -> 192.168.1.66:21762 <begin> SIP/2.0 407 Proxy Authentication Required Via: SIP/2.0/UDP 127.0.0.1:21762;branch=z9hG4bK-d87543-2042ed4a2e59bf36-1--d87543-;rport=21762;received=192.168.1.66 From: "liao" <sip:liao@192.168.1.66>;tag=a24bae12 To: "liao" <sip:liao@192.168.1.66> Call-ID: 245d4d34381fcd21M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 1 REGISTER Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,PRACK Proxy-Authenticate: digest realm="",nonce="92d86b95392e41e6a15312144cd0b810",opaque="073eb4c61699415ab613ca8f42af62d0" Content-Length: 0
<end>
Transaction(id='z9hG4bK-d87543-2042ed4a2e59bf36-1--d87543-' method=REGISTER server=true) Timer J(wait time for retransmissions of non-INVITE requests) started, will triger after 32000.
Received (763 bytes): 192.168.1.66:5060 <- 192.168.1.66:21762 REGISTER sip:192.168.1.66 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:21762;branch=z9hG4bK-d87543-e647e2509f441064-1--d87543-;rport Max-Forwards: 70 Contact: <sip:liao@127.0.0.1:21762;rinstance=a261a0c192e1bdc0> To: "liao"<sip:liao@192.168.1.66> From: "liao"<sip:liao@192.168.1.66>;tag=a24bae12 Call-ID: 245d4d34381fcd21M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 2 REGISTER Expires: 60 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO Proxy-Authorization: Digest username="liao",realm="",nonce="92d86b95392e41e6a15312144cd0b810",uri="sip:192.168.1.66",response="6ae91e5fc604b3099b347580e7c1523e",algorithm=MD5,opaque="073eb4c61699415ab613ca8f42af62d0" User-Agent: X-Lite release 1002tx stamp 29712 Content-Length: 0
Received (763 bytes): 192.168.1.66:5060 <- 192.168.1.66:21762 REGISTER sip:192.168.1.66 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:21762;branch=z9hG4bK-d87543-e647e2509f441064-1--d87543-;rport Max-Forwards: 70 Contact: <sip:liao@127.0.0.1:21762;rinstance=a261a0c192e1bdc0> To: "liao"<sip:liao@192.168.1.66> From: "liao"<sip:liao@192.168.1.66>;tag=a24bae12 Call-ID: 245d4d34381fcd21M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 2 REGISTER Expires: 60 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO Proxy-Authorization: Digest username="liao",realm="",nonce="92d86b95392e41e6a15312144cd0b810",uri="sip:192.168.1.66",response="6ae91e5fc604b3099b347580e7c1523e",algorithm=MD5,opaque="073eb4c61699415ab613ca8f42af62d0" User-Agent: X-Lite release 1002tx stamp 29712 Content-Length: 0
Transaction(id='z9hG4bK-d87543-e647e2509f441064-1--d87543-' method=REGISTER server=true) created.
Transaction(id='z9hG4bK-d87543-e647e2509f441064-1--d87543-' method=REGISTER server=true) created.
Transaction(id='z9hG4bK-d87543-e647e2509f441064-1--d87543-' method=REGISTER server=true) Transaction timeout Timer started, will triger after 90000.
Transaction(id='z9hG4bK-d87543-e647e2509f441064-1--d87543-' method=REGISTER server=true) Transaction timeout Timer started, will triger after 90000.
Transaction(id='z9hG4bK-d87543-e647e2509f441064-1--d87543-' method=REGISTER server=true) got response response='407'.
Transaction(id='z9hG4bK-d87543-e647e2509f441064-1--d87543-' method=REGISTER server=true) got response response='407'.
Sending (522 bytes): 192.168.1.66:5060 -> 192.168.1.66:21762 <begin> SIP/2.0 407 Proxy Authentication Required Via: SIP/2.0/UDP 127.0.0.1:21762;branch=z9hG4bK-d87543-e647e2509f441064-1--d87543-;rport=21762;received=192.168.1.66 From: "liao" <sip:liao@192.168.1.66>;tag=a24bae12 To: "liao" <sip:liao@192.168.1.66> Call-ID: 245d4d34381fcd21M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 2 REGISTER Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,PRACK Proxy-Authenticate: digest realm="",nonce="0069b4a5990e451bb27dc30ee83c4974",opaque="073eb4c61699415ab613ca8f42af62d0" Content-Length: 0
<end>
Sending (545 bytes): 192.168.1.66:5060 -> 192.168.1.66:21762 <begin> SIP/2.0 407 Proxy Authentication Required: Invalid nonce value ! Via: SIP/2.0/UDP 127.0.0.1:21762;branch=z9hG4bK-d87543-e647e2509f441064-1--d87543-;rport=21762;received=192.168.1.66 From: "liao" <sip:liao@192.168.1.66>;tag=a24bae12 To: "liao" <sip:liao@192.168.1.66> Call-ID: 245d4d34381fcd21M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 2 REGISTER Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,PRACK Proxy-Authenticate: digest realm="",nonce="cb1a08862b4e4b2a98e5a25f69bc02b0",opaque="073eb4c61699415ab613ca8f42af62d0" Content-Length: 0
<end>
Transaction(id='z9hG4bK-d87543-e647e2509f441064-1--d87543-' method=REGISTER server=true) Timer J(wait time for retransmissions of non-INVITE requests) started, will triger after 32000.
Transaction(id='z9hG4bK-d87543-e647e2509f441064-1--d87543-' method=REGISTER server=true) Timer J(wait time for retransmissions of non-INVITE requests) started, will triger after 32000.
Transaction(id='z9hG4bK-d87543-2042ed4a2e59bf36-1--d87543-' method=REGISTER server=true) Timer J(Wait time for retransmissions of non-INVITE requests) triggered.
Received (763 bytes): 192.168.1.66:5060 <- 192.168.1.66:21762 REGISTER sip:192.168.1.66 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:21762;branch=z9hG4bK-d87543-e647e2509f441064-1--d87543-;rport Max-Forwards: 70 Contact: <sip:liao@127.0.0.1:21762;rinstance=a261a0c192e1bdc0> To: "liao"<sip:liao@192.168.1.66> From: "liao"<sip:liao@192.168.1.66>;tag=a24bae12 Call-ID: 245d4d34381fcd21M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 2 REGISTER Expires: 60 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO Proxy-Authorization: Digest username="liao",realm="",nonce="92d86b95392e41e6a15312144cd0b810",uri="sip:192.168.1.66",response="6ae91e5fc604b3099b347580e7c1523e",algorithm=MD5,opaque="073eb4c61699415ab613ca8f42af62d0" User-Agent: X-Lite release 1002tx stamp 29712 Content-Length: 0
Transaction(id='z9hG4bK-d87543-2042ed4a2e59bf36-1--d87543-' method=REGISTER server=true) disposed.
Transaction(id='z9hG4bK-d87543-2042ed4a2e59bf36-1--d87543-' method=REGISTER server=true) Transaction timeout timer triggered.
Transaction(id='z9hG4bK-d87543-e647e2509f441064-1--d87543-' method=REGISTER server=true) got request 'REGISTER'.
Received (763 bytes): 192.168.1.66:5060 <- 192.168.1.66:21762 REGISTER sip:192.168.1.66 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:21762;branch=z9hG4bK-d87543-e647e2509f441064-1--d87543-;rport Max-Forwards: 70 Contact: <sip:liao@127.0.0.1:21762;rinstance=a261a0c192e1bdc0> To: "liao"<sip:liao@192.168.1.66> From: "liao"<sip:liao@192.168.1.66>;tag=a24bae12 Call-ID: 245d4d34381fcd21M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 2 REGISTER Expires: 60 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO Proxy-Authorization: Digest username="liao",realm="",nonce="92d86b95392e41e6a15312144cd0b810",uri="sip:192.168.1.66",response="6ae91e5fc604b3099b347580e7c1523e",algorithm=MD5,opaque="073eb4c61699415ab613ca8f42af62d0" User-Agent: X-Lite release 1002tx stamp 29712 Content-Length: 0
Transaction(id='z9hG4bK-d87543-e647e2509f441064-1--d87543-' method=REGISTER server=true) got request 'REGISTER'.
Sending (522 bytes): 192.168.1.66:5060 -> 192.168.1.66:21762 <begin> SIP/2.0 407 Proxy Authentication Required Via: SIP/2.0/UDP 127.0.0.1:21762;branch=z9hG4bK-d87543-e647e2509f441064-1--d87543-;rport=21762;received=192.168.1.66 From: "liao" <sip:liao@192.168.1.66>;tag=a24bae12 To: "liao" <sip:liao@192.168.1.66> Call-ID: 245d4d34381fcd21M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 2 REGISTER Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,PRACK Proxy-Authenticate: digest realm="",nonce="0069b4a5990e451bb27dc30ee83c4974",opaque="073eb4c61699415ab613ca8f42af62d0" Content-Length: 0
<end>
Transaction(id='z9hG4bK-d87543-2042ed4a2e59bf36-1--d87543-' method=REGISTER server=true) Transaction timeout timer triggered.
Sending (522 bytes): 192.168.1.66:5060 -> 192.168.1.66:21762 <begin> SIP/2.0 407 Proxy Authentication Required Via: SIP/2.0/UDP 127.0.0.1:21762;branch=z9hG4bK-d87543-e647e2509f441064-1--d87543-;rport=21762;received=192.168.1.66 From: "liao" <sip:liao@192.168.1.66>;tag=a24bae12 To: "liao" <sip:liao@192.168.1.66> Call-ID: 245d4d34381fcd21M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 2 REGISTER Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,PRACK Proxy-Authenticate: digest realm="",nonce="0069b4a5990e451bb27dc30ee83c4974",opaque="073eb4c61699415ab613ca8f42af62d0" Content-Length: 0
<end>
Received (763 bytes): 192.168.1.66:5060 <- 192.168.1.66:21762 REGISTER sip:192.168.1.66 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:21762;branch=z9hG4bK-d87543-e647e2509f441064-1--d87543-;rport Max-Forwards: 70 Contact: <sip:liao@127.0.0.1:21762;rinstance=a261a0c192e1bdc0> To: "liao"<sip:liao@192.168.1.66> From: "liao"<sip:liao@192.168.1.66>;tag=a24bae12 Call-ID: 245d4d34381fcd21M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 2 REGISTER Expires: 60 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO Proxy-Authorization: Digest username="liao",realm="",nonce="92d86b95392e41e6a15312144cd0b810",uri="sip:192.168.1.66",response="6ae91e5fc604b3099b347580e7c1523e",algorithm=MD5,opaque="073eb4c61699415ab613ca8f42af62d0" User-Agent: X-Lite release 1002tx stamp 29712 Content-Length: 0
Transaction(id='z9hG4bK-d87543-2042ed4a2e59bf36-1--d87543-' method=REGISTER server=true) Transaction timeout timer triggered.
Transaction(id='z9hG4bK-d87543-2042ed4a2e59bf36-1--d87543-' method=REGISTER server=true) Transaction timeout timer triggered.
Transaction(id='z9hG4bK-d87543-e647e2509f441064-1--d87543-' method=REGISTER server=true) got request 'REGISTER'.
Transaction(id='z9hG4bK-d87543-2042ed4a2e59bf36-1--d87543-' method=REGISTER server=true) Transaction timeout timer triggered.
Sending (522 bytes): 192.168.1.66:5060 -> 192.168.1.66:21762 <begin> SIP/2.0 407 Proxy Authentication Required Via: SIP/2.0/UDP 127.0.0.1:21762;branch=z9hG4bK-d87543-e647e2509f441064-1--d87543-;rport=21762;received=192.168.1.66 From: "liao" <sip:liao@192.168.1.66>;tag=a24bae12 To: "liao" <sip:liao@192.168.1.66> Call-ID: 245d4d34381fcd21M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 2 REGISTER Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,PRACK Proxy-Authenticate: digest realm="",nonce="0069b4a5990e451bb27dc30ee83c4974",opaque="073eb4c61699415ab613ca8f42af62d0" Content-Length: 0
<end>
Transaction(id='z9hG4bK-d87543-2042ed4a2e59bf36-1--d87543-' method=REGISTER server=true) Transaction timeout timer triggered.
Received (763 bytes): 192.168.1.66:5060 <- 192.168.1.66:21762 REGISTER sip:192.168.1.66 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:21762;branch=z9hG4bK-d87543-e647e2509f441064-1--d87543-;rport Max-Forwards: 70 Contact: <sip:liao@127.0.0.1:21762;rinstance=a261a0c192e1bdc0> To: "liao"<sip:liao@192.168.1.66> From: "liao"<sip:liao@192.168.1.66>;tag=a24bae12 Call-ID: 245d4d34381fcd21M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 2 REGISTER Expires: 60 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO Proxy-Authorization: Digest username="liao",realm="",nonce="92d86b95392e41e6a15312144cd0b810",uri="sip:192.168.1.66",response="6ae91e5fc604b3099b347580e7c1523e",algorithm=MD5,opaque="073eb4c61699415ab613ca8f42af62d0" User-Agent: X-Lite release 1002tx stamp 29712 Content-Length: 0
Transaction(id='z9hG4bK-d87543-2042ed4a2e59bf36-1--d87543-' method=REGISTER server=true) Transaction timeout timer triggered.
Transaction(id='z9hG4bK-d87543-e647e2509f441064-1--d87543-' method=REGISTER server=true) got request 'REGISTER'.
Received (763 bytes): 192.168.1.66:5060 <- 192.168.1.66:21762 REGISTER sip:192.168.1.66 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:21762;branch=z9hG4bK-d87543-e647e2509f441064-1--d87543-;rport Max-Forwards: 70 Contact: <sip:liao@127.0.0.1:21762;rinstance=a261a0c192e1bdc0> To: "liao"<sip:liao@192.168.1.66> From: "liao"<sip:liao@192.168.1.66>;tag=a24bae12 Call-ID: 245d4d34381fcd21M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 2 REGISTER Expires: 60 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO Proxy-Authorization: Digest username="liao",realm="",nonce="92d86b95392e41e6a15312144cd0b810",uri="sip:192.168.1.66",response="6ae91e5fc604b3099b347580e7c1523e",algorithm=MD5,opaque="073eb4c61699415ab613ca8f42af62d0" User-Agent: X-Lite release 1002tx stamp 29712 Content-Length: 0
Sending (522 bytes): 192.168.1.66:5060 -> 192.168.1.66:21762 <begin> SIP/2.0 407 Proxy Authentication Required Via: SIP/2.0/UDP 127.0.0.1:21762;branch=z9hG4bK-d87543-e647e2509f441064-1--d87543-;rport=21762;received=192.168.1.66 From: "liao" <sip:liao@192.168.1.66>;tag=a24bae12 To: "liao" <sip:liao@192.168.1.66> Call-ID: 245d4d34381fcd21M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 2 REGISTER Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,PRACK Proxy-Authenticate: digest realm="",nonce="0069b4a5990e451bb27dc30ee83c4974",opaque="073eb4c61699415ab613ca8f42af62d0" Content-Length: 0
<end>
Received (543 bytes): 192.168.1.66:5060 <- 192.168.1.66:1692 REGISTER sip:192.168.1.66 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:1692;branch=z9hG4bK-d87543-9305706544578679-1--d87543-;rport Max-Forwards: 70 Contact: <sip:liao@127.0.0.1:1692;rinstance=6acdfec3fe9a79bd> To: "liao"<sip:liao@192.168.1.66> From: "liao"<sip:liao@192.168.1.66>;tag=9e2abc10 Call-ID: a80c753b00585e70M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 1 REGISTER Expires: 60 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO User-Agent: X-Lite release 1002tx stamp 29712 Content-Length: 0
Transaction(id='z9hG4bK-d87543-9305706544578679-1--d87543-' method=REGISTER server=true) created.
Transaction(id='z9hG4bK-d87543-9305706544578679-1--d87543-' method=REGISTER server=true) Transaction timeout Timer started, will triger after 90000.
Transaction(id='z9hG4bK-d87543-9305706544578679-1--d87543-' method=REGISTER server=true) got response response='407'.
Sending (520 bytes): 192.168.1.66:5060 -> 192.168.1.66:1692 <begin> SIP/2.0 407 Proxy Authentication Required Via: SIP/2.0/UDP 127.0.0.1:1692;branch=z9hG4bK-d87543-9305706544578679-1--d87543-;rport=1692;received=192.168.1.66 From: "liao" <sip:liao@192.168.1.66>;tag=9e2abc10 To: "liao" <sip:liao@192.168.1.66> Call-ID: a80c753b00585e70M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 1 REGISTER Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,PRACK Proxy-Authenticate: digest realm="",nonce="6fa7387bd8ae4375b566b4754c2c6e0f",opaque="71cd396bda164055a5b009f7f3f0bc1b" Content-Length: 0
<end>
Transaction(id='z9hG4bK-d87543-9305706544578679-1--d87543-' method=REGISTER server=true) Timer J(wait time for retransmissions of non-INVITE requests) started, will triger after 32000.
Received (761 bytes): 192.168.1.66:5060 <- 192.168.1.66:1692 REGISTER sip:192.168.1.66 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:1692;branch=z9hG4bK-d87543-7d14c0656e119c53-1--d87543-;rport Max-Forwards: 70 Contact: <sip:liao@127.0.0.1:1692;rinstance=6acdfec3fe9a79bd> To: "liao"<sip:liao@192.168.1.66> From: "liao"<sip:liao@192.168.1.66>;tag=9e2abc10 Call-ID: a80c753b00585e70M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 2 REGISTER Expires: 60 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO Proxy-Authorization: Digest username="liao",realm="",nonce="6fa7387bd8ae4375b566b4754c2c6e0f",uri="sip:192.168.1.66",response="587f8397977085a80ed91a931af7a401",algorithm=MD5,opaque="71cd396bda164055a5b009f7f3f0bc1b" User-Agent: X-Lite release 1002tx stamp 29712 Content-Length: 0
Transaction(id='z9hG4bK-d87543-7d14c0656e119c53-1--d87543-' method=REGISTER server=true) created.
Transaction(id='z9hG4bK-d87543-7d14c0656e119c53-1--d87543-' method=REGISTER server=true) Transaction timeout Timer started, will triger after 90000.
Transaction(id='z9hG4bK-d87543-7d14c0656e119c53-1--d87543-' method=REGISTER server=true) got response response='407'.
Sending (520 bytes): 192.168.1.66:5060 -> 192.168.1.66:1692 <begin> SIP/2.0 407 Proxy Authentication Required Via: SIP/2.0/UDP 127.0.0.1:1692;branch=z9hG4bK-d87543-7d14c0656e119c53-1--d87543-;rport=1692;received=192.168.1.66 From: "liao" <sip:liao@192.168.1.66>;tag=9e2abc10 To: "liao" <sip:liao@192.168.1.66> Call-ID: a80c753b00585e70M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 2 REGISTER Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,PRACK Proxy-Authenticate: digest realm="",nonce="b8c56897ee36487383e6e7278514ed24",opaque="71cd396bda164055a5b009f7f3f0bc1b" Content-Length: 0
<end>
Transaction(id='z9hG4bK-d87543-7d14c0656e119c53-1--d87543-' method=REGISTER server=true) Timer J(wait time for retransmissions of non-INVITE requests) started, will triger after 32000.
Received (761 bytes): 192.168.1.66:5060 <- 192.168.1.66:1692 REGISTER sip:192.168.1.66 SIP/2.0 Via: SIP/2.0/UDP 127.0.0.1:1692;branch=z9hG4bK-d87543-b8206929e878c32d-1--d87543-;rport Max-Forwards: 70 Contact: <sip:liao@127.0.0.1:1692;rinstance=6acdfec3fe9a79bd> To: "liao"<sip:liao@192.168.1.66> From: "liao"<sip:liao@192.168.1.66>;tag=9e2abc10 Call-ID: a80c753b00585e70M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 3 REGISTER Expires: 60 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO Proxy-Authorization: Digest username="liao",realm="",nonce="b8c56897ee36487383e6e7278514ed24",uri="sip:192.168.1.66",response="d19e849ee9c0332b51378557804ab832",algorithm=MD5,opaque="71cd396bda164055a5b009f7f3f0bc1b" User-Agent: X-Lite release 1002tx stamp 29712 Content-Length: 0
Transaction(id='z9hG4bK-d87543-b8206929e878c32d-1--d87543-' method=REGISTER server=true) created.
Transaction(id='z9hG4bK-d87543-b8206929e878c32d-1--d87543-' method=REGISTER server=true) Transaction timeout Timer started, will triger after 90000.
Transaction(id='z9hG4bK-d87543-b8206929e878c32d-1--d87543-' method=REGISTER server=true) got response response='407'.
Sending (520 bytes): 192.168.1.66:5060 -> 192.168.1.66:1692 <begin> SIP/2.0 407 Proxy Authentication Required Via: SIP/2.0/UDP 127.0.0.1:1692;branch=z9hG4bK-d87543-b8206929e878c32d-1--d87543-;rport=1692;received=192.168.1.66 From: "liao" <sip:liao@192.168.1.66>;tag=9e2abc10 To: "liao" <sip:liao@192.168.1.66> Call-ID: a80c753b00585e70M2ZhNzY4ODkyMTlkZjc3NTA5YjM0NzYzMWNiZjQ3NmY. CSeq: 3 REGISTER Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,PRACK Proxy-Authenticate: digest realm="",nonce="742f8be2123e4a69859c2c964f211ebd",opaque="71cd396bda164055a5b009f7f3f0bc1b" Content-Length: 0
<end>
Transaction(id='z9hG4bK-d87543-b8206929e878c32d-1--d87543-' method=REGISTER server=true) Timer J(wait time for retransmissions of non-INVITE requests) started, will triger after 32000.
Could you help me out?
Linda
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|