[sr-dev] [kamailio/kamailio] Failed to find command uac_auth (params 1) (#2672)

Daniel-Constantin Mierla notifications at github.com
Thu Mar 11 17:19:35 CET 2021


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20210311/43458b27/attachment.htm>


More information about the sr-dev mailing list