diff options
-rw-r--r-- | include/connections.php | 8 |
1 files changed, 8 insertions, 0 deletions
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 = ''; |