Bugzilla – Attachment 21278 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 2
Bug-9288---Add-a-script-to-test-SIP-from-the-comma.patch (text/plain), 822 bytes, created by
Kyle M Hall (khall)
on 2013-09-20 14:05:14 UTC
(
hide
)
Description:
Bug 9288 - Add a script to test SIP from the command line - QA Followup 2
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-09-20 14:05:14 UTC
Size:
822 bytes
patch
obsolete
>From 6733c141f388edb1930f2ca1bb7c6e3974cdc9e5 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 20 Sep 2013 10:04:41 -0400 >Subject: [PATCH] Bug 9288 - Add a script to test SIP from the command line - QA Followup 2 > >--- > misc/sip_cli_emulator.pl | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > >diff --git a/misc/sip_cli_emulator.pl b/misc/sip_cli_emulator.pl >index 708b1bb..dc8ce53 100755 >--- a/misc/sip_cli_emulator.pl >+++ b/misc/sip_cli_emulator.pl >@@ -49,6 +49,9 @@ if ( $help > > $terminator = ( $terminator eq 'CR' ) ? $CR : $CRLF; > >+# Set perl to expect the same record terminator it is sending >+$/ = $terminator; >+ > my ( $sec, $min, $hour, $day, $month, $year ) = localtime(time); > $year += 1900; > my $transaction_date = "$year$month$day $hour$min$sec"; >-- >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