---------- Forwarded message ----------
Subject: Re: [Sofia-sip-devel] Parsing Event Field of NOTIFY Message
To: Jerry Richards <[EMAIL PROTECTED]>

2007/6/13, Jerry Richards <[EMAIL PROTECTED]>:
> I noticed the sofia-sip (v. 12.4.1) parser stripped off everything after the
> ";" character in the Event field of an incoming NOTIFY message.  Is this per
> your design?
>
> The original NOTIFY message had the following field:
>
>         Event: dialog;sla;include-session-description
>
> But when my application looks at sip->sip_event->o_type, it contains only
> "dialog".

That is by design, the rest (sla and include-session-description) are
parameters and they are in o_params[0] and o_params[1].

-- 
Pekka.Pessi mail at nokia.com

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to