Re: [reSIProcate] how to stop outbound call when no any response ?
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@xxxxxxxxxxxxxxxxxxx
> [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] 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@xxxxxxx
> 2006-08-17
>
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel