RE: [reSIProcate] Is Contact header in 180 Ringing Mandatory ?
We do handle this case in dum. At a quick glance "Cannot create dialog, no
contact in 180" is a log message not a throw; in any case,
onNonDialogCreatingProvisional is called for 180 w/out a contact.
As an aside, if there is a to tag present a contact is required, but the
language is not strong enough in 3261.
--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 Jason Fischl
> Sent: Saturday, November 12, 2005 8:36 AM
> To: Asheesh Joshi
> Cc: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> Subject: Re: [reSIProcate] Is Contact header in 180 Ringing Mandatory ?
>
> It looks like this is a dum bug.
>
> >From 3261:
> Zero, one or multiple provisional responses may arrive before one or
> more final responses are received. Provisional responses for an
> INVITE request can create "early dialogs". If a provisional response
> has a tag in the To field, and if the dialog ID of the response does
> not match an existing dialog, one is constructed using the procedures
> defined in Section 12.1.2.
>
> It looks to me like dum is assuming that a 1xx always creates an early
> dialog. We will need to do something if a 1xx is received without a
> Contact. Presumably, we should make a callback on the AppDialogSet for
> this case and NOT create a dialog. The same goes if a 1xx is received
> with no to tag.
>
> On 11/11/05, Asheesh Joshi <asjoshi@xxxxxxxxxx> wrote:
> > Hi,
> > I am having a problem with my B2BUA using resip. When a client responds
> > with 180 Ringing ( without contact) to my INVITE, the resip stack
> throws an
> > error saying "Cannot create dialog, no contact in 180".
> > Is contact mandatory in 180 ? I don't see this in RFC 3261 !
> >
> > -best regards
> > Asheesh.
> >
> > _______________________________________________
> > resiprocate-devel mailing list
> > resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> > https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
> >
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel