add skip_dcontext_suffix to skip CDRs with dcontext ending in a definable string...
[freeside.git] / FS / FS / part_export / vitelity.pm
index 350a5ad..4f73d62 100644 (file)
@@ -39,6 +39,9 @@ END
 
 sub rebless { shift; }
 
+sub can_get_dids { 1; }
+sub get_dids_can_tollfree { 1; };
+
 sub get_dids {
   my $self = shift;
   my %opt = ref($_[0]) ? %{$_[0]} : @_;