@miconda commented on this pull request.
flags = 0;
- if(rpc->scan(ctx, "dS*d", &group, &dest, &flags) < 2) {
+ if(rpc->scan(ctx, "dS*d", &group, &dest, &flags, &attrs)
< 3) {
I think here is missing and extra `S` in scan's 2nd parameter.
--
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/pull/2336#pullrequestreview-419807901