use strict;
use warnings;
use English;
use Exporter;
use Readonly;
package Sip::Configuration;
use XML::Simple qw(:strict);
# use Exporter;
sub new {
my ($class, $obj) = @_;
-