< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

RE: [reSIProcate] Not know connection lost


The stack itself does not receive any indication that an endpoint has
"disappeared", unless you try to send something new to the endpoint.

There are a couple of mechanisms you can use to solve this problem:
1.  If a voice call and RTP traffic has stopped, then you can assume the
endpoint has died and call AppDialogSet->end() or InviteSession->end() to
tear down the call.
2.  You can enable Session Timers (RFC4028) by adding a call to
masterProfile->addSupportedOptionTag(Token(Symbols::Timer)); and
masterProfile->setDefaultSessionTime();  This will cause the stale call to
be detected within the session timer interval.

Scott

-----Original Message-----
From: Yoonkyung Jeon [mailto:jaedong82@xxxxxxxxxxx] 
Sent: Wednesday, June 01, 2005 3:47 PM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] Not know connection lost

Hi,
I just built a sip application using the DUM.
This application uses an UDP connection.
When I was in a call, the remote end point  crashes, and my side still 
thinks I am in the call.
Are there any DUM API's   that my side knows that the  connection is lost?
I would appreciate your help.

Jaedlong82

_________________________________________________________________
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

_______________________________________________
resiprocate-devel mailing list
resiprocate-devel@xxxxxxxxxxxxxxxxxxx
https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel