Bugzilla – Attachment 22286 Details for
Bug 9288
Add a script to test SIP from the command line
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9288 - Add a script to test SIP from the command line - QA Followup 3
Bug-9288---Add-a-script-to-test-SIP-from-the-comma.patch (text/plain), 871 bytes, created by
Kyle M Hall (khall)
on 2013-10-22 16:33:12 UTC
(
hide
)
Description:
Bug 9288 - Add a script to test SIP from the command line - QA Followup 3
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-10-22 16:33:12 UTC
Size:
871 bytes
patch
obsolete
>From 716413feb724f09ea579baf3c20fbec802805f67 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 22 Oct 2013 12:32:44 -0400 >Subject: [PATCH] Bug 9288 - Add a script to test SIP from the command line - QA Followup 3 > >--- > misc/sip_cli_emulator.pl | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/misc/sip_cli_emulator.pl b/misc/sip_cli_emulator.pl >index 5bf01a7..1cfc0a7 100755 >--- a/misc/sip_cli_emulator.pl >+++ b/misc/sip_cli_emulator.pl >@@ -18,7 +18,7 @@ my $location_code; > my $patron_identifier; > my $patron_password; > >-my $terminator; >+my $terminator = q{}; > > GetOptions( > "a|address|host|hostaddress=s" => \$host, # sip server ip >@@ -43,7 +43,7 @@ if ( $help > || !$patron_identifier > || !$patron_password ) > { >- print help(); >+ print &help(); > exit(); > } > >-- >1.7.2.5
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 9288
:
14146
|
14147
|
14148
|
14149
|
14150
|
14635
|
14640
|
18203
|
18268
|
19106
|
19476
|
21278
|
22286
|
22443
|
22444
|
22445
|
22446
|
23873