I understand the need of changing local var methods to unsigned int, but why it needs to
take the value from the double val field in the json? Is it printed in json as a floating
point type?
```
- methods = it->valueint;
+ methods = it->valuedouble;
```
--
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/838#issuecomment-257233727