Added explanation for conditional blocks.

git-svn-id: http://yate.null.ro/svn/yate/trunk@6288 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2018-01-05 10:41:02 +00:00
parent 74d08d409a
commit 7ddc72e67e
1 changed files with 16 additions and 0 deletions

View File

@ -73,6 +73,22 @@
; Note that functions ++, --, index and rotate will automatically update N
; if it is a variable in the $varname format.
; Simple conditional blocks have the following form:
; expr1 = {
; ; executed if expr1 matches
; }
; Chained conditions:
; expr1 = {
; ; executed if expr1 matches
; } expr2 = {
; ; executed if expr2 matches but expr1 does not
; } expr3 = {
; ; executed if expr3 matches but expr1 or expr2 do not
; } = {
; ; executed if none of the exprX matched
; }
[priorities]
; Set the priorities for the insertion of the regular expression module in the