Re: pb with jain-sip-presence-proxy : 500 Server Internal Error

Tan Miaoqing <[email protected]> Tue, 19 Jun 2007 10:04:31 +0000 (UTC)
Newsgroups gmane.comp.voip.nist-sip
Message-ID <[email protected]>
Hi,

I have the same 500 server internal error when I used the proxy to transfer SIP
messages between my own UAs. 

I am wondering if the error is concerning the registrations.xml file. Here it is
my registration file, and hope you could check it:


<REGISTRATIONS> 
    <REGISTRATION  displayName="Tan Miaoqing" uri="sip:[email protected]">
	<CONTACT     uri = "sip:[email protected]:5065" />
    </REGISTRATION>

    <REGISTRATION  displayName="NomAp Server" uri="sip:[email protected]" >
	<CONTACT	uri = "sip:[email protected]:5060" />
    </REGISTRATION>
</REGISTRATIONS> 


So basically there are two UAs. In addition, I have already added the domain
tml.hut.fi to the proxy configuration file. I think the above content is quite
straightforward, so no need to explain more.