Module: kamailio Branch: 5.1 Commit: 3733918a287af1f9aa323b0b4e454c2db409ac9a URL: https://github.com/kamailio/kamailio/commit/3733918a287af1f9aa323b0b4e454c2db409ac9a
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2018-10-19T08:27:14+02:00 utils/kamcmd: man page - note about the suto-conversion of number parameters (cherry picked from commit c998a7cc2d265d6e3c0e10facc280866495d827e) --- Modified: utils/kamcmd/kamcmd.8 --- Diff: https://github.com/kamailio/kamailio/commit/3733918a287af1f9aa323b0b4e454c2db409ac9a.diff Patch: https://github.com/kamailio/kamailio/commit/3733918a287af1f9aa323b0b4e454c2db409ac9a.patch --- diff --git a/utils/kamcmd/kamcmd.8 b/utils/kamcmd/kamcmd.8 index 017c814dfe..c2355243fd 100644 --- a/utils/kamcmd/kamcmd.8 +++ b/utils/kamcmd/kamcmd.8 @@ -22,6 +22,14 @@ It can be used to manage users, domains, aliases and other server options. .B \-h display a short usage description, including all available options. +.SH NOTE +.B kamcmd +tries to convert number parameters to integer, to avoid it, prefix the number +with +.B 's:' +, like +.B 's:123456789'. + .SH AUTHORS see _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
