< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
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] 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
|