From 3c9058523b2f95b8dfa6383a65f3e8cea05b112e 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 Signed-off-by: Olli-Antti Kivilahti Signed-off-by: Tomas Cohen Arazi --- 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 3eb063fc22..f936428312 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' }; -- 2.20.1