[sr-dev] [kamailio/kamailio] acc: generating duplicates on missed / failed calls (#1673)

Henning Westerholt notifications at github.com
Fri Oct 12 13:44:41 CEST 2018


Commenting about the third topic directly in this issue. I don't understand this remark:
"However when we reset it we use the (bit position value)"
```
reset_acc_flag( req, flags_to_reset ); 
#define reset_acc_flag(_rq,_flag)   (resetflag((_rq), (_flag))) 
```
The function resetflag is defined in a similar logic as setflag: struct sip_msg* msg, flag_t flag.
And flag_t is defined (as you correctly identified) as unsigned int.

-- 
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/1673#issuecomment-429298464
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20181012/21ae961e/attachment.html>


More information about the sr-dev mailing list