diff options
author | ivan <ivan> | 2004-11-20 17:26:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-20 17:26:56 +0000 |
commit | 48ba2845d0119c56971d5b724661aa37e73b49dd (patch) | |
tree | f5b2946aec0b5ee6910c97e88aa9112cec50a405 /FS/FS.pm | |
parent | 521e7787b230669dc10e6fbd909e70ddb8121990 (diff) |
first pass at VoIP rating
Diffstat (limited to 'FS/FS.pm')
-rw-r--r-- | FS/FS.pm | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -88,6 +88,14 @@ L<FS::part_pkg_option> - Package definition option class L<FS::pkg_svc> - Class linking package definitions (see L<FS::part_pkg>) with service definitions (see L<FS::part_svc>) +L<FS::rate> - Rate plans for call billing + +L<FS::rate_region> - Rate regions for call billing + +L<FS::rate_prefix> - Rate region prefixes for call billing + +L<FS::rate_detail> - Rate plan detail for call billing + L<FS::agent> - Agent (reseller) class L<FS::agent_type> - Agent type class |