Kamailio developer

My module just gained acceptation of the Kamailio management board and now it is part of the development version!

I was also appointedΒ Kamailio developer and got write access to git repository. This was specially awesome and deserved great celebration :D.

I want to give special thanks to Carsten Bock who illuminated the path for me and to Daniel-Constantin Mierla for appointing me as new developer :).

Kamailio Awards 2012

Yesterday I woke up with a great news: I had the honor to be chosen

as one of the highlighted contributors of Kamailio project in the blogging category!

Being elected by an incredibly technical community like the one to which Kamailio belongs, is an amazing honor to me.

Here’s the entry in Miconda’s blog.

Cheers πŸ˜€

 

Kamailio: modifying “expires” attribute

Have you ever needed to change the expires attribute of the Contact header in a REGISTER message because you don’t use usrloc or registrar modules? Well, if that is your case, this code snippet may be helpful for you:

But why so complicated? Two things.

– We use a custom module for registration. It’s written in C and the expires attr is generated by the Authorization authority.
– Save(“location”) of usrloc module automatically sends the 200 OK with the correct headers. We do not have this in hand for usage.

This might not be the easiest way of doing it, but it works, serves the purpose and could be used as an alternative πŸ™‚