[reSIProcate] how to stop outbound call when no any response ?

Scott Godin slgodin at icescape.com
Thu Aug 17 08:23:11 CDT 2006


If you use appdialogsets you can call end() on the appdialogset:
http://wiki.resiprocate.org/wiki/index.php?title=DUM_Associating_Application_Data_with_DialogSets_and_Dialogs

Or you can use the end() interface on DialogUsageManager and pass it the DialogSetId.

Scott

> -----Original Message-----
> From: resiprocate-devel-bounces at list.sipfoundry.org
> [mailto:resiprocate-devel-bounces at list.sipfoundry.org] On Behalf Of
> maodonghu
> Sent: Thursday, August 17, 2006 7:59 AM
> To: resip
> Subject: [reSIProcate] how to stop outbound call when no any response ?
> 
> resip, all
> 
> I make call like this:
> 
> 	SharedPtr<SipMessage> inv = account-
> >mDum.makeInviteSession(NameAddr(target), &sdp, call);
> 	account->mDum.send(inv);
> 
> Usually I will got ClientInviteSession through
> onNewSession(ClientInviteSessionHandle h,...
> and use invitesession->end() to cancel or hangup call.
> 
> But if no any message after make call, that means no
> onNewSession(ClientInviteSessionHandle h,...
> How can I cancel the outbound call?
> 
> 
> 
> 
>         maodonghu
>         hhmmdd at tom.com
>           2006-08-17
> 
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel at list.sipfoundry.org
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel



More information about the resiprocate-devel mailing list