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=081ed66…
>
> Author: Mihály Mészáros<misi(a)niif.hu>
> Committer: Mihály Mészáros<misi(a)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(a)lists.sip-router.org
>
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
_______________________________________________
sr-dev mailing list
sr-dev(a)lists.sip-router.org