NAME

Redcentric::Roles::OCIP - OCI-P access role for Broadworks CLI programs

VERSION

version 0.08

# ------------------------------------------------------------------------

SUMMARY

This is a role for MooseX::App CLI programmes which adds a Broadworks OCI-P role for access a Broadworks voice platform.

# ------------------------------------------------------------------------

oci_host

The host that is being connected to - either a host name or an IP address.

oci_port

The port number to connect to - default 2208.

oci_username

The username to authenticate with on the remote system.

oci_password

A password to use for authenticating the username. This is transformed into an authhash and the original password cleared.

oci_authhash

An authentication hash to use for authenticating the username. Alternatively the oci_password attribute can be set and this is transformed into an appropriate authhash (and the oci_password deleted).

AUTHOR

Nigel Metheringham <nigelm@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Nigel Metheringham.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.