X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=d09212d4ada4c2b029bfd627fdacfe241ec28e81;hp=587b2a26dc2a28c8c4e3b6c634bcfd3384a969ac;hb=a238acfb85cd4bef6a99bfe3560a0999c9386dfb;hpb=a21dee1f18ad9ac220efe66a0c044aa262a12c99 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 587b2a26d..d09212d4a 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5321,6 +5321,13 @@ and customer address. Include units.', }, { + 'key' => 'cdr-userfield_dnis_rewrite', + 'section' => 'telephony', + 'description' => 'If the CDR userfield contains "DNIS=" followed by a sequence of digits, use that as the destination number for the call.', + 'type' => 'checkbox', + }, + + { 'key' => 'cdr-intl_to_domestic_rewrite', 'section' => 'telephony', 'description' => 'Strip the "011" international prefix from CDR destination numbers if the rest of the number is 7 digits or shorter, and so probably does not contain a country code.',