[sr-dev] [kamailio/kamailio] dlgs v5.4.* dlgs_count wrong number (#2568)

狐狐 notifications at github.com
Tue Dec 1 02:28:30 CET 2020


Ihave tested with the patch from the commit , it works. 
I modified the ki_dlgs_tags_count() function into
```
static int ki_dlgs_tags_count(sip_msg_t *msg, str *vtags)
{
        int ret;
        ret=dlgs_tags_count(msg, vtags);
        if(ret<=0) {
                return (ret-1);
        }
        return ret;
}
```
and it works

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2568#issuecomment-736156779
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20201130/a4fbb7a1/attachment-0001.htm>


More information about the sr-dev mailing list