[SR-Users] How to hook to Register And Unregister event in Kamailio
E. Schmidbauer
eschmidbauer at gmail.com
Mon Jul 22 12:08:15 CEST 2019
I would recommend using `evapi` for something like this
You could build a small go app that connects via evapi and send/receive
events to/from kamailio.
On Mon, Jul 22, 2019 at 3:07 AM Anuran Barman <anuranbarman at gmail.com>
wrote:
> Hi,
> I am integrating Kamailio into my application. I want to hook to the
> successful REGISTER and unregister event into Kamailio into my application.
> For now, I am able to hook into INVITE event and can hit my server to send
> a email to the callee user that user X is calling you. The way I am doing
> is by this
> if (is_method("INVITE")) {
> xlog("LOG_LOCAL3","L_INFO","invite came ($fU) ($tU)");
> $var(res) = http_connect("sipnodejsserver",
> "/","text/plain","src_user:$fU,dst_user:$tU" ,"$avp(route)");
> xlog("LOG_LOCAL3","L_INFO","request sent $avp(route)
> $var(res)");
> setflag(FLT_ACC); # do accounting
> }
>
> I need to show into my application that their SIP phone is online or not.
> How can I hook into this?
> _______________________________________________
> Kamailio (SER) - Users Mailing List
> sr-users at lists.kamailio.org
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20190722/b04ef35b/attachment.html>
More information about the sr-users
mailing list