From d7c26d69c9863900c23205087d6d10fefa2a46d0 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 --- 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.9.1