@sergey-safarov - you can push the change you listed in a comment above:
```
-fparam_t pzflag [1] = {"", FPARAM_STRING, {pflagbuf}, 0};
+fparam_t pzflag [1] = {
+ {"", FPARAM_STRING, {pflagbuf}, 0}
+};
```
--
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/2710#issuecomment-827356161