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

Re: [reSIProcate-users] Termination of outgoing call


100 (as opposed to 101-199) is a hop-by-hop response, so you can't expect it to carry any information about the session you're trying to establish (it might have come from a proxy, for instance).

As for ending the attempted ClientInviteSession, you can only do that if you pass an AppDialogSet when you call DialogUsageManager::makeInviteSession(). (You can call AppDialogSet::end() to cause the call to be cancelled in this case).

Best regards,
Byron Campen

As I find out ClientInviteSession is created only when some message is received from network. For some strange reason i did not receive onEarlyMedia callback for 100 server response and session is not created until some response(180, 200, >400) from another client. Is there any way to cancel invite session during this period of time?
_______________________________________________
resiprocate-users mailing list
resiprocate-users@xxxxxxxxxxxxxxx
List Archive: http://list.resiprocate.org/archive/resiprocate-users/