Bugzilla – Attachment 36421 Details for
Bug 13159
Enhancements to the SIP2 command line emulator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13159 [QA Followup] - Fix changed namespace for Sip::Constants
Bug-13159-QA-Followup---Fix-changed-namespace-for-.patch (text/plain), 761 bytes, created by
Olli-Antti Kivilahti
on 2015-03-03 16:25:41 UTC
(
hide
)
Description:
Bug 13159 [QA Followup] - Fix changed namespace for Sip::Constants
Filename:
MIME Type:
Creator:
Olli-Antti Kivilahti
Created:
2015-03-03 16:25:41 UTC
Size:
761 bytes
patch
obsolete
>From d7c26d69c9863900c23205087d6d10fefa2a46d0 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >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 <olli-antti.kivilahti@jns.fi> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13159
:
32901
|
32917
|
32923
|
32924
|
32965
|
32966
|
33648
|
33910
|
33912
|
35039
|
35163
|
35457
|
35666
|
36143
|
36293
|
36294
|
36419
|
36420
| 36421 |
36422
|
36423
|
36426
|
37547