[asterisk-bugs] [Asterisk 0018264]: [patch] Dail L(x) shows "Setting call duration limit to x seconds" in CLI
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Jan 20 09:38:35 CST 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18264
======================================================================
Reported By: jacco
Assigned To: lmadsen
======================================================================
Project: Asterisk
Issue ID: 18264
Category: Applications/app_dial
Reproducibility: always
Severity: minor
Priority: normal
Status: ready for testing
Asterisk Version: 1.8.0
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-11-05 07:52 CDT
Last Modified: 2011-01-20 09:38 CST
======================================================================
Summary: [patch] Dail L(x) shows "Setting call duration limit
to x seconds" in CLI
Description:
dial(SIP/${EXTEN},60,L(18000))
Shows:
"Setting call duration limit to 18000 seconds"
in CLI
It should Show:
"Setting call duration limit to 18000 milliseconds"
in CLI
======================================================================
----------------------------------------------------------------------
(0130790) svnbot (reporter) - 2011-01-20 09:38
https://issues.asterisk.org/view.php?id=18264#c130790
----------------------------------------------------------------------
Repository: asterisk
Revision: 302916
U branches/1.4/apps/app_dial.c
------------------------------------------------------------------------
r302916 | lmadsen | 2011-01-20 09:38:34 -0600 (Thu, 20 Jan 2011) | 9 lines
Option L() is milliseconds, not seconds.
Change the verbose output of option L() to say milliseconds and not
seconds
as the value is in milliseconds.
(closes issue https://issues.asterisk.org/view.php?id=18264)
Reported by: jacco
Patches:
app_dial_patch.txt uploaded by lmadsen (license 10)
Tested by: lmadsen, jacco
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=302916
Issue History
Date Modified Username Field Change
======================================================================
2011-01-20 09:38 svnbot Checkin
2011-01-20 09:38 svnbot Note Added: 0130790
======================================================================
More information about the asterisk-bugs
mailing list