diff options
Diffstat (limited to 'misc/freeswitch/scripts/ini')
-rw-r--r-- | misc/freeswitch/scripts/ini/routes.ini | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/freeswitch/scripts/ini/routes.ini b/misc/freeswitch/scripts/ini/routes.ini index 1334e7b..6f9c44c 100644 --- a/misc/freeswitch/scripts/ini/routes.ini +++ b/misc/freeswitch/scripts/ini/routes.ini @@ -12,7 +12,9 @@ ^#0#$ , f-lo ^%*30#$ , f-clipon ^#30#$ , f-clipoff -^%*31#(%d+)$ , f-dclirof, f-%1 +^%*31#$ , f-cliroff +^#31#$ , f-cliron +^%*31#(%d+)$ , f-dcliroff-%1 ^#31#(%d+)$ , f-dcliron-%1 ^%*43#$ , f-cwaon ^#43#$ , f-cwaoff @@ -52,7 +54,6 @@ [outbound] ^%+(%d+)$ , class=gateway, endpoint=gateway1, group=users, %1 -^([1-9]%d+)$ , class=gateway, endpoint=gateway1, group=users, %1 [failover] |