[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
Fri Jan 21 10:12:55 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: closed
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:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-11-05 07:52 CDT
Last Modified: 2011-01-21 10:12 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
======================================================================
----------------------------------------------------------------------
(0130866) svnbot (reporter) - 2011-01-21 10:12
https://issues.asterisk.org/view.php?id=18264#c130866
----------------------------------------------------------------------
Repository: asterisk
Revision: 303273
U branches/1.6.2/apps/app_dial.c
------------------------------------------------------------------------
r303273 | lmadsen | 2011-01-21 10:12:54 -0600 (Fri, 21 Jan 2011) | 9 lines
Fix changes to L() flag in Dial().
Tony Mountifield pointed out an error I had in my patch. I was a bit too
aggressive
on changing 'seconds' to 'milliseconds'. So I decided to do some
additioanl testing
and have no changed just the appropriate lines. One line says
milliseconds, and the
other says seconds. Probably should change this to be either just seconds
or
milliseconds, but I've spent too much time on this already :)
(issue https://issues.asterisk.org/view.php?id=18264)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=303273
Issue History
Date Modified Username Field Change
======================================================================
2011-01-21 10:12 svnbot Checkin
2011-01-21 10:12 svnbot Note Added: 0130866
======================================================================
More information about the asterisk-bugs
mailing list