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

RE: [reSIProcate] DUM invite session handler


I just committed a fix for this.  In appropriate places where the InviteSession code calls multiple callbacks in a row - DUM now checks isTerminated() result before calling the next.

 


From: prasad mahendra [mailto:prasad@xxxxxxxxxxxx]
Sent: Saturday, April 23, 2005 3:13 PM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] DUM invite session handler

 

resip team,

 

There is a small problem where:

 

onAnwer( .. ) {

        sessionHandle->end()

}

 

results correctly in onTerminated being called BUT it also then calls onConnected()

 

onConnected after onTerminated should not be called.

 

PM