[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