Browse Source

Debugging util. script for SIP config XML.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Joe Atzberger (siptest 16 years ago
committed by Joshua Ferraro
parent
commit
84ba43c32e
  1. 2
      C4/SIP/xmlparse.pl

2
C4/SIP/xmlparse.pl

@ -25,6 +25,6 @@ my $parser = new XML::Simple( KeyAttr => { login => '+id',
'min_servers' => 'value',
'max_servers' => 'value'} );
my $ref = $parser->XMLin($ARGV[0]);
my $ref = $parser->XMLin(@ARGV ? shift : 'SIPconfig.xml');
print Dumper($ref);

Loading…
Cancel
Save