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

Daniel-Constantin Mierla miconda at gmail.com
Thu Oct 27 19:26:23 CEST 2011


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

-- 
Daniel-Constantin Mierla -- http://www.asipto.com
Kamailio Advanced Training, Dec 5-8, Berlin: http://asipto.com/u/kat
http://linkedin.com/in/miconda -- http://twitter.com/miconda




More information about the sr-dev mailing list