X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FConf.pm;h=50fc7f07465c7bd2fa29afc8d0c35d5f8f2e34e3;hb=92713b3eb2e1511b71e850af3e47296cbf5bc24f;hp=1b50006a52911473e72ab9522b75cd3c9596dcbe;hpb=19c5403927d3d6071cb3c4026032aad87d715648;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 1b50006a5..50fc7f074 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4992,6 +4992,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.',