I hate being a pest, but does anybody have any ideas about this?
I'm completely at a loss without digging into the code (which I can do, but hopefully
don't have to), so any pointers would be a big help.
Regards,
- Brad
The contents of this e-mail are intended for the
named addressee only. It contains information that may be confidential. Unless you are the
named addressee or an authorized designee, you may not copy or use it, or disclose it to
anyone else. If you received it in error please notify us immediately and then destroy
it.
>From: sr-users-bounces(a)lists.sip-router.org [mailto:sr-users-
>bounces(a)lists.sip-router.org] On Behalf Of Watkins, Bradley
>Sent: Friday, May 27, 2011 10:07 PM
>To: 'SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users
>Mailing List'
>Subject: Re: [SR-Users] Issue using pua_bla module
>Whoops, forgot to mention the version, which
is 3.1.3.
>>I'm trying to get the pua_bla module to do its thing, and I'm running
>>into an issue.
>
>>I'm getting these errors when the
first NOTIFY comes from the phone:
>
>>ERROR: presence [publish.c:515]: Missing
or unsupported event header
>>field value
>>ERROR: presence [publish.c:518]: event=[dialog;sla]
>
>>I see the phone register and the
subsequent SUBSCRIBE (both successful)
>>from Kamailio, so this bit seems to be correct.
>
>>I'm loading what I think are all the
necessary modules:
>>loadmodule "presence.so"
>>loadmodule "presence_xml.so"
>>loadmodule "pua.so"
>>loadmodule "pua_bla.so"
>
>>And I'm handling the NOTIFY as per
the documentation (xlogs to see that
>>in fact the script executes):
>> if(is_method("NOTIFY") &&
to_uri=~"bla_aor(a)domain.com") {
>> xlog("Matched bla_aor to_uri\n");
>> if(bla_handle_notify()) {
>> xlog("Handled NOTIFY\n");
>> t_reply("200", "OK");
>> }
>> }
>
>
>>I see the log entries from the above xlogs, so it certainly is
>>executing this part of the script. Any ideas why I'm getting the
>>errors? All ideas and/or assistance are greatly appreciated.
>
>>Thanks in advance,
>>- Brad
>