1
Other Yate server issues / Re: Round Robin in regexroute.conf
« on: August 20, 2019, 09:07:36 AM »
as far as I understand building routing rules I have to do the following
[$once]
ani=0
[default]
.*=call borsch
[borsch]
${caller}^.*\(..\)$=;ani=\1
^38\(.*\)$=line/\1;line=${ani}
or maybe I can do it with "match" but I didn't find any examples how to use it
[$once]
ani=0
[default]
.*=call borsch
[borsch]
${caller}^.*\(..\)$=;ani=\1
^38\(.*\)$=line/\1;line=${ani}
or maybe I can do it with "match" but I didn't find any examples how to use it