@@ -, +, @@ Sip::Constants --- C4/SIP/sip_cli_emulator.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/SIP/sip_cli_emulator.pl +++ a/C4/SIP/sip_cli_emulator.pl @@ -23,7 +23,7 @@ use Socket qw(:crlf); use IO::Socket::INET; use Getopt::Long; -use Sip::Constants qw(:all); +use C4::SIP::Sip::Constants qw(:all); use constant { LANGUAGE => '001' }; --