Re: [OpenSIPStack] Problem with OnOutgoingCallConnected
Brought to you by:
joegenbaclor
From: tomach <to...@dg...> - 2007-06-26 10:20:20
|
Hello! Yes you are correct opensipsource resends proxy authorization but it is uncorrect. I found an error in opensip. Scenario: Softphone's ip is 192.168.2.45, user/password 507/507 SIpserver ip is 192.168.2.69 Problem: I register wihtout any problem. But when I try to call: In INVITE message which is send by the opensourcesip, field "From" looks like this: From: 507 <sip:507@192.168.2.45>;tag=6204057789f818108168ffe5741f66c1 where You can see should be address 192.168.2.69 because otherwise in proxy authentication required is uncorrect realm (should be 2.69 and tehre is 2.45). When we look at the register request, we can see field from is correct: From: <sip:507@192.168.2.69>;tag=b94f4dd487f818108ff199e5a6d4f1ef Only in invite it is uncorrect. Have You met this probelm before? If You need any additionl logs, I am ready to help. Best Regards, Tom |