From f77b15ec65cd33823f40c02260a8485942c8a331 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 2 Mar 2015 05:31:11 -0800 Subject: [PATCH] Bug 13159 [QA Followup] - Fix changed namespace for Sip::Constants --- C4/SIP/sip_cli_emulator.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/SIP/sip_cli_emulator.pl b/C4/SIP/sip_cli_emulator.pl index 3eb063f..f936428 100755 --- a/C4/SIP/sip_cli_emulator.pl +++ b/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' }; -- 1.7.10.4