From 36ba2af3e6d2cee05c098f5bc719b8f9279e4f32 Mon Sep 17 00:00:00 2001 From: Liviu Chircu Date: Tue, 23 Nov 2021 16:35:32 +0200 Subject: [PATCH] Dialplan docs: Update the time recurrence syntax text --- modules/dialplan/doc/dialplan_admin.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/dialplan/doc/dialplan_admin.xml b/modules/dialplan/doc/dialplan_admin.xml index bcd4e9680ff..5f21b75d552 100644 --- a/modules/dialplan/doc/dialplan_admin.xml +++ b/modules/dialplan/doc/dialplan_admin.xml @@ -551,7 +551,12 @@ modparam("dialplan", "repl_exp_col", "column_name") <varname>timerec_col</varname> (integer) The column name that indicates an additional time recurrence check - within the rule (column values are RFC 2445-compatible strings) + within the rule (column values are RFC 2445-compatible strings). The + value format is identical to the input of the + check_time_rec() + function of the cfgutils module, including the + optional use of logical operators linking multiple such strings into a + larger expression.