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

Re: [reSIProcate-users] Termination of outgoing call


For a 100 you will receive onTrying callback on the DialogSetHandler interface.  For more info on cancelling the call see the following wiki page:

http://www.resiprocate.org/DUM_Ending_an_Invite_Session

 

Scott

 

From: resiprocate-users-bounces@xxxxxxxxxxxxxxx [mailto:resiprocate-users-bounces@xxxxxxxxxxxxxxx] On Behalf Of Mykhailo Parfeniuk
Sent: Thursday, March 06, 2008 9:02 AM
To: resiprocate-users@xxxxxxxxxxxxxxx
Subject: [reSIProcate-users] Termination of outgoing call

 

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?