Module: kamailio Branch: master Commit: 5897af3dd46cb1167dc1493c83c79fb57ad7d6d0 URL: https://github.com/kamailio/kamailio/commit/5897af3dd46cb1167dc1493c83c79fb5...
Author: Muhammad Shafi muhammad.shafi@1und1.de Committer: Henning Westerholt hw@gilawa.com Date: 2025-06-10T15:05:56+02:00
pdb: updated documentation
---
Modified: src/modules/pdb/doc/pdb_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/5897af3dd46cb1167dc1493c83c79fb5... Patch: https://github.com/kamailio/kamailio/commit/5897af3dd46cb1167dc1493c83c79fb5...
---
diff --git a/src/modules/pdb/doc/pdb_admin.xml b/src/modules/pdb/doc/pdb_admin.xml index 50fb4190dae..f638a29ed32 100644 --- a/src/modules/pdb/doc/pdb_admin.xml +++ b/src/modules/pdb/doc/pdb_admin.xml @@ -130,11 +130,11 @@ modparam("pdb", "ll_info", 3) Sends the query string to all configured servers and stores the answer in dstavp. If it takes more than the configured timeout, false is returned.
- Pseudo-variables or AVPs can be used for the query string. + In addition to a string, any pseudo-variable can be used as query.
The answer must consist of the null terminated query string followed by a two byte integer value in network byte order. The integer value will - be stored in the given AVP. + be stored in the given pseudo-variable dstavp. </para> <example> <title><function>pdb_query</function> usage</title>