OSDial version 2.2.9.083
===================

This module is inteded to provided quick and easy access to common
functions in OSDial.  The module will read existing configuration files,
connect to the OSDial database, and interface with Asterisk as needed.

INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

DEPENDENCIES

This module requires these other modules and libraries:

 DBD::mysql
 DBI
 Asterisk::AGI
 Digest::MD5

COPYRIGHT AND LICENCE

 Copyright (C) 2010 by Lott Caskey

 AGPLv3

 This file is part of OSDial.

 OSDial is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the
 Free Software Foundation, either version 3 of the License, or (at your option) any later version.

 OSDial is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FIT-
 NESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more details.

 You should have received a copy of the GNU Affero General Public License along with OSDial.  If not, see <http://www.gnu.org/licenses/>.