[Home]

Summary:ASTERISK-17660: [patch] Change seconds to milliseconds in ast_verb line
Reporter:Matthias Urlichs (smurfix)Labels:
Date Opened:2011-04-08 01:57:23Date Closed:2011-04-19 09:25:48
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_dial.patch
Description:While an integer might conceivably store milliseconds, a timeval struct definitely doesn't.
Comments:By: Leif Madsen (lmadsen) 2011-04-12 14:22:22

Is this only trunk, or what versions do you want this applied to?

By: Leif Madsen (lmadsen) 2011-04-12 14:23:03

Also what can I rename your description to that isn't quite so antagonizing?

By: Matthias Urlichs (smurfix) 2011-04-17 03:49:07

It also applies to 1.8. I didn't check 1.6.

Sorry about the title; "over-enthusiastic merge: seconds vs. milliseconds" might have been somewhat nicer. :-P

By: Digium Subversion (svnbot) 2011-04-19 09:23:40

Repository: asterisk
Revision: 314202

U   branches/1.6.2/apps/app_dial.c

------------------------------------------------------------------------
r314202 | lmadsen | 2011-04-19 09:23:40 -0500 (Tue, 19 Apr 2011) | 7 lines

Update seconds to milliseconds in ast_verb output.

(closes issue ASTERISK-17660)
Reported by: smurfix
Patches:
     app_dial.patch uploaded by smurfix (license 547)
Tested by: lmadsen, smurfix
------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=314202

By: Digium Subversion (svnbot) 2011-04-19 09:24:27

Repository: asterisk
Revision: 314203

_U  branches/1.8/
U   branches/1.8/apps/app_dial.c

------------------------------------------------------------------------
r314203 | lmadsen | 2011-04-19 09:24:26 -0500 (Tue, 19 Apr 2011) | 15 lines

Merged revisions 314202 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
 r314202 | lmadsen | 2011-04-19 09:23:39 -0500 (Tue, 19 Apr 2011) | 7 lines
 
 Update seconds to milliseconds in ast_verb output.
 
 (closes issue ASTERISK-17660)
 Reported by: smurfix
 Patches:
       app_dial.patch uploaded by smurfix (license 547)
 Tested by: lmadsen, smurfix
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=314203

By: Digium Subversion (svnbot) 2011-04-19 09:25:48

Repository: asterisk
Revision: 314204

_U  trunk/
U   trunk/apps/app_dial.c

------------------------------------------------------------------------
r314204 | lmadsen | 2011-04-19 09:25:48 -0500 (Tue, 19 Apr 2011) | 22 lines

Merged revisions 314203 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
 r314203 | lmadsen | 2011-04-19 09:24:25 -0500 (Tue, 19 Apr 2011) | 15 lines
 
 Merged revisions 314202 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.6.2
 
 ........
   r314202 | lmadsen | 2011-04-19 09:23:39 -0500 (Tue, 19 Apr 2011) | 7 lines
   
   Update seconds to milliseconds in ast_verb output.
   
   (closes issue ASTERISK-17660)
   Reported by: smurfix
   Patches:
         app_dial.patch uploaded by smurfix (license 547)
   Tested by: lmadsen, smurfix
 ........
................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=314204