doc/
subfolder, the README file is autogenerated)Change parameter one to support pseudo variables
if (ds_list_exist("12001") {
...
}
or
$var(id) = 10;
if (ds_list_exist($var(id)) {
...
}
https://github.com/kamailio/kamailio/pull/2099
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.