[sr-dev] git:misi/ua-profile: parser: added ua-profile event type

MÉSZÁROS Mihály misi at niif.hu
Thu Nov 17 14:49:58 CET 2011


Hi,

I have committed it.
Many thanks for the review!

Cheers,
Misi

2011-11-14 22:14 keltezéssel, Daniel-Constantin Mierla írta:
> Hello,
>
> On 11/8/11 8:47 AM, MÉSZÁROS Mihály wrote:
>> Hi,
>>
>> My plan is to wait for Your reply to my previous email about the modul.
>> I hope it will be positive, and if you approve it, then i will commit 
>> both.
> all is ok, you can go ahead and commit to master branch -- took me a 
> bit to reply as I was ofline for few days.
>
> Cheers,
> Daniel
>
>>
>> Thanks,
>> Misi
>>
>> 2011-10-27 19:26 keltezéssel, Daniel-Constantin Mierla írta:
>>> Hello,
>>>
>>> this patch is ok, no problem to get it into master branch.
>>>
>>> Cheers,
>>> Daniel
>>>
>>> On 10/20/11 6:10 PM, Mihaly Meszaros wrote:
>>>> Module: sip-router
>>>> Branch: misi/ua-profile
>>>> Commit: 081ed6600b3af2ae491aa9de50e83724f6be07e3
>>>> URL:    
>>>> http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=081ed6600b3af2ae491aa9de50e83724f6be07e3
>>>>
>>>> Author: Mihály Mészáros<misi at niif.hu>
>>>> Committer: Mihály Mészáros<misi at niif.hu>
>>>> Date:   Thu Oct 20 17:47:50 2011 +0200
>>>>
>>>> parser: added ua-profile event type
>>>>
>>>> ---
>>>>
>>>>   parser/parse_event.c |    1 +
>>>>   parser/parse_event.h |    3 ++-
>>>>   2 files changed, 3 insertions(+), 1 deletions(-)
>>>>
>>>> diff --git a/parser/parse_event.c b/parser/parse_event.c
>>>> index 4211da2..8d30d71 100644
>>>> --- a/parser/parse_event.c
>>>> +++ b/parser/parse_event.c
>>>> @@ -56,6 +56,7 @@ static struct {
>>>>       {STR_STATIC_INIT("sip-profile"),     EVENT_SIP_PROFILE},
>>>>       {STR_STATIC_INIT("message-summary"), EVENT_MESSAGE_SUMMARY},
>>>>       {STR_STATIC_INIT("dialog"),          EVENT_DIALOG},
>>>> +    {STR_STATIC_INIT("ua-profile"),      EVENT_UA_PROFILE},
>>>>       /* The following must be the last element in the array */
>>>>       {STR_NULL,                           EVENT_OTHER}
>>>>   };
>>>> diff --git a/parser/parse_event.h b/parser/parse_event.h
>>>> index ab51b79..1f23728 100644
>>>> --- a/parser/parse_event.h
>>>> +++ b/parser/parse_event.h
>>>> @@ -43,7 +43,8 @@ enum event_type {
>>>>       EVENT_SIP_PROFILE,
>>>>       EVENT_XCAP_CHANGE,
>>>>       EVENT_DIALOG,
>>>> -    EVENT_MESSAGE_SUMMARY
>>>> +    EVENT_MESSAGE_SUMMARY,
>>>> +    EVENT_UA_PROFILE
>>>>   };
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> sr-dev mailing list
>>>> sr-dev at lists.sip-router.org
>>>> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
>>>
>>
>>
>> _______________________________________________
>> sr-dev mailing list
>> sr-dev at lists.sip-router.org
>> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
>




More information about the sr-dev mailing list