[asterisk-bugs] [Asterisk 0013974]: setting call duration limit in Dial command makes the call to hangup on answer
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Dec 2 12:49:00 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13974
======================================================================
Reported By: paradise
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13974
Category: Applications/app_dial
Reproducibility: always
Severity: major
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 159025
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-11-26 01:12 CST
Last Modified: 2008-12-02 12:49 CST
======================================================================
Summary: setting call duration limit in Dial command makes
the call to hangup on answer
Description:
after upgrading to latest 1.4 svn
passing L arg to Dial command makes the call to disconnect
when the call is established
======================================================================
----------------------------------------------------------------------
(0095681) nappsoft (reporter) - 2008-12-02 12:49
http://bugs.digium.com/view.php?id=13974#c95681
----------------------------------------------------------------------
I've found the place where the error happens. It has to do with the changes
in revision 156386 of app_dial.c
} else if (timelimit > 0) {
/* Not enough granularity to make it less, but we can't use the
special value 0 */
peer->whentohangup = time(NULL) + 1;
}
Issue History
Date Modified Username Field Change
======================================================================
2008-12-02 12:49 nappsoft Note Added: 0095681
======================================================================
More information about the asterisk-bugs
mailing list