Re: [reSIProcate] Receiving response to CANCEL, using DUM
Inline...
> -----Original Message-----
> From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx
> [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx] On Behalf Of
> David Hogan
> Sent: Monday, January 08, 2007 8:12 PM
> To: resiprocate-devel@xxxxxxxxxxxxxxxxxxxx
> Subject: Re: [reSIProcate] Receiving response to CANCEL, using DUM
>
> Thanks for the response! I now have some follow up questions about
> CANCELing an INVITE:
>
> 1. If I need to CANCEL an INVITE before an early dialog has been
> created, should I call end() on the AppDialogSet?
[Scott] Yes.
> 2. If so, I'm noticing in my remote peer timeout test scenario, that a
> subsequent 408-INVITE is 'thrown away as stray response' and
> onTerminate() is never called. Is this expected, or is the culprit
> likely to be an issue with the format of the 408-INVITE?
[Scott] If no dialog is ever created you will not get an onNewSession -
so you should not expect an onTerminated call.
> 3. If this is expected, should I consider my call 'hung up' as soon as
> I
> attempt to CANCEL an INVITE, in the case that an early dialog has not
> yet been created?
[Scott] Yes.
> Thanks again,
> David Hogan
>
>