]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
minor docs tweak to show how to enable the filter
authorBrian West <brian@freeswitch.org>
Thu, 23 Oct 2014 18:36:33 +0000 (13:36 -0500)
committerBrian West <brian@freeswitch.org>
Thu, 23 Oct 2014 18:36:33 +0000 (13:36 -0500)
conf/vanilla/vars.xml

index 15e17ff42c3b4f4746aae742b10830b1ac5daf15..a6ff2a3d5d4a7018368eb187d9eedf95bd727f48 100644 (file)
   -->
   <X-PRE-PROCESS cmd="set" data="df_us_ssn=(?!219099999|078051120)(?!666|000|9\d{2})\d{3}(?!00)\d{2}(?!0{4})\d{4}"/>
   <X-PRE-PROCESS cmd="set" data="df_luhn=?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|6(?:011|5[0-9]{2})[0-9]{12}|(?:2131|1800|35\d{3})\d{11}"/>
+  <!-- change XX to X below to enable -->
   <XX-PRE-PROCESS cmd="set" data="digits_dialed_filter=(($${df_luhn})|($${df_us_ssn}))"/>
 
   <!--