The parameter has to be provided in between double quotes, like a string. Several
functions support getting the parameter as an integer value directly, but not all of them
-- the common is to enclose the parameters in quotes, no matter is a number or a string.
Even those able to get it directly a number, work with quoted values. The support for
number parameters came via incorporating SER project, and afaik, internally they convert
to string to pass it to the functions which expect string format always, then each
function knows what values/parameters are expected and they convert to numbers, if it is
the case.
The readme of uac module in devel branch has a better example highlighting the parameter
format.
Reopen if enclosing in quotes does not work.
--
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/2672#issuecomment-796857554