You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
827 B
49 lines
827 B
package NGCP::Schema;
|
|
use Sipwise::Base;
|
|
our $VERSION = '1.000';
|
|
|
|
__END__
|
|
|
|
=encoding UTF-8
|
|
|
|
=head1 NAME
|
|
|
|
NGCP::Schema - DBIC-derived ORM schema classes
|
|
|
|
=head1 VERSION
|
|
|
|
This document describes NGCP::Schema version 1.000
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
use NGCP::Schema::accounting;
|
|
use NGCP::Schema::billing;
|
|
use NGCP::Schema::carrier;
|
|
use NGCP::Schema::kamailio;
|
|
use NGCP::Schema::ngcp;
|
|
use NGCP::Schema::provisioning;
|
|
use NGCP::Schema::sipstats;
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
See
|
|
L<NGCP::Schema::accounting>,
|
|
L<NGCP::Schema::billing>,
|
|
L<NGCP::Schema::carrier>,
|
|
L<NGCP::Schema::kamailio>,
|
|
L<NGCP::Schema::ngcp>,
|
|
L<NGCP::Schema::provisioning>,
|
|
L<NGCP::Schema::sipstats>.
|
|
|
|
=head1 BUGS AND LIMITATIONS
|
|
|
|
L<https://bugtracker.sipwise.com>
|
|
|
|
=head1 AUTHOR
|
|
|
|
Lars Dieckow C<< <ldieckow@sipwise.com> >>
|
|
|
|
=head1 LICENCE
|
|
|
|
restricted
|