Pre-Submission Checklist

Type Of Change

Checklist:

Description

Change parameter one to support pseudo variables

if (ds_list_exist("12001") {
...
}

or

$var(id) = 10;
if (ds_list_exist($var(id)) {
...
}

You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/2099

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.