diff options
author | spag <spag@golwen.net> | 2013-01-04 11:46:21 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-04 11:46:21 +0100 |
commit | 04bb4f1ae86bfa0cc495b38e45bb017662cedd37 (patch) | |
tree | ca77a891ab4910fa37361f9f2e677e12a1794a2f /misc/freeswitch | |
parent | ac63ced87d2fa66e5348d92b0427165e0a386f01 (diff) |
persistent clir
Diffstat (limited to 'misc/freeswitch')
-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] |