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

RE: [reSIProcate] Call back function problem


The callback for 100 trying(onTrying) is in DialogSetHandler.

--Derek

CONFIDENTIALITY NOTICE

This email and any files transmitted with it contains proprietary
information and, unless expressly stated otherwise, all contents and
attachments are confidential. This email is intended for the addressee(s)
only and access by anyone else is unauthorized. If you are not an addressee,
any disclosure, distribution, printing or copying of the contents of this
email or its attachments, or any action taken in reliance on it, is
unauthorized and may be unlawful. If you are not an addressee, please inform
the sender immediately and then delete this email and any copies of it.
Thank you for your co-operation.


> -----Original Message-----
> From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:resiprocate-
> devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Fischl jason
> Sent: Thursday, July 07, 2005 1:04 PM
> To: shailesh
> Cc: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> Subject: Re: [reSIProcate] Call back function problem
> 
> >
> >
> > Here I get called ClientInviteSession-onNewSession when I
> > got the 200OK
> >
> >
> >
> > So there is no call back function for the 100 Trying?
> 
> Are you only seeing a 100 and no 101-199 provisional response? Since
> the 100 response is generated by the next hop (usually a proxy) there
> is currently no callback for it.
> 
> 
> >
> > How can I call the cancel method of invite session?
> >
> If you have the SipMessage that was used to start the INVITE session,
> you can call DialogUsageManager::end on the dum object.
> 
> e.g.
> SipMessage invite = dum.makeInviteSession(target, offer);
> dum.end(DialogSetId(invite));
> 
> 
> If you are using AppDialogSet you can use this as an alternative:
> http://wiki.resiprocate.org/wiki/index.php?title=Associating_Application_D
> ata_with_Dialogs/DialogSets
> 
> 
> 
> > How can I detect my new session is going on (proceeding)?
> >
> InviteSessionHandler::onProvisional will be called for 1xx
> 
> >
> >
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel