From 1ca91c49aaa8565f9d97e2e354fa6851179ca4d8 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 17 Apr 2024 07:36:49 +0000 Subject: add some docu --- include/connections.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/connections.php b/include/connections.php index e5cc90411..efc531171 100644 --- a/include/connections.php +++ b/include/connections.php @@ -68,6 +68,14 @@ function rconnect_url($channel_id,$xchan) { } +/** + * @brief returns deliverable xchans for a channel. + * + * @param intval $channel_id + * @param array $filter (optional) + * @param boolean $flatten (optional) + */ + function deliverable_abook_xchans($channel_id, $filter = [], $flatten = true) { $filter_sql = ''; -- cgit v1.2.3