[OpenSIPStack] Question abotu resending registration to sip
Brought to you by:
joegenbaclor
From: tomach <to...@dg...> - 2007-09-07 17:43:39
|
<p> Hello guys I need help, </p> <p> </p> <p> I try to describe my problem: </p> <p> My softphone based on atlsip is registering to my sipServer, everything works fine. But after about 30-40 minutes it send registering packet again(its good behaviour) but...my sipserver do not recoginse it because there is small difference before first and second register message send by softphone). </p> <p> First register: </p> <p> Session Initiation Protocol<br /> Request-Line: REGISTER sip:sipx.dgt.com.pl SIP/2.0<br /> Method: REGISTER<br /> Resent Packet: False <-- this is good here<br /> <br /> Message Header<br /> <br /> <br /> second register: </p> <p> Session Initiation Protocol<br /> Request-Line: REGISTER sip:sipx.dgt.com.pl SIP/2.0<br /> Method: REGISTER </p> <p> Resent Packet: True <-----this should be like previous (False) </p> <p> Suspected resend of frame: 1216 <-----here my sipServer do not recognise it totally and response with out of order </p> <p> Message Header<br /> </p> <p> </p> <p> So after second regiser message my SIPserver response with out of order and softphone gets unregistered... </p> <p> </p> <p> MY quiestion is how to disable it? this information that the packet is resend? I was trying to locate it in codes but couldnt find it....Please any help is appreciate, because now my softphone only works for half an hour...:( </p> <p> </p> <p> Best Regards, </p> <p> Tom </p> |