SIP2 Interface Developer's Guide
[Biblio-SIP2.git] / acs-proxy.pl
1 #!/usr/bin/perl
2
3 use warnings;
4 use strict;
5
6 use lib 'lib';
7 use SIP2::ACS;
8
9 SIP2::ACS::proxy( '127.0.0.1:6001' => '10.60.0.251:6001' );