[SR-Users] websocket devices keepalive not working
Yuriy Gorlichenko
ovoshlook at gmail.com
Tue Jun 30 16:17:26 CEST 2015
Now did this.
Still no Options
if (!save("location")){
sl_reply_error();
}
else
{
setbflag(7);
...
2015-06-30 17:05 GMT+03:00 Daniel Tryba <d.tryba at pocos.nl>:
> On Tuesday 30 June 2015 15:49:26 Yuriy Gorlichenko wrote:
> > 1) nathelper
> >
> > modparam("nathelper", "sipping_method", "OPTIONS")
> > modparam("nathelper", "natping_interval", 15)
> > modparam("nathelper", "ping_nated_only", 0)
> > modparam("nathelper", "sipping_bflag", 7)
> > modparam("nathelper", "sipping_from", "sip:pinger at mydomain")
> >
> > but it didn't send keepalives to noone client
>
> This isn't enough, you need to set the sipping_bflag on REGISTER, eg:
> if (!save("location"))
> {
> sl_reply_error();
> }
> else
> {
> setbflag(7);
> }
>
> Did you do this and still got not OPTIONS send to the clients?
>
> _______________________________________________
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users at lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20150630/c781a682/attachment.html>
More information about the sr-users
mailing list