<HTML dir=ltr><HEAD></HEAD>
<BODY>
<DIV id=idOWAReplyText62858 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>All,</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=Arial size=2>I discovered a problem with clients sending an ID in the Event header tag:</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=Arial size=2>"Event: presence" is accepted, whilst Event: presence;id=value" is refused. I cheched the source already, hopefully it took some of your work and it helps you find the problem - if you agree there is one.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=Arial size=2>I think the implementation takes already care about parameters, if I am not wrong here might be the issue:</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>File: modules/presence/event_list.c</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT> </DIV>
<DIV dir=ltr>331 if(search_event_params(event, pres_ev->evp)< 0) {<BR>332 LM_INFO("search params event in ev\n");<BR>333 goto cont;<BR>334 }<BR>335 <BR>336 /* search all parameters in ev in event */<BR>337 if(search_event_params(pres_ev->evp, event)< 0){<BR>338 LM_INFO("search params ev in event\n");<BR>339 goto cont;</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>If I comment the first part, line 331 to 334 it works fine. </FONT><FONT face=Arial size=2>I would kindly ask you to check it. Checking the code and following it till here, the commented part does not make fully sense for me. Maybe you can enlighten me.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=Arial size=2>Thanks a lot!</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=Arial size=2>Sebastian</FONT></DIV></DIV></BODY></HTML>