[asterisk-commits] tilghman: trunk r70446 - in /trunk: ./ apps/app_dial.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jun 20 14:30:31 CDT 2007
Author: tilghman
Date: Wed Jun 20 14:30:31 2007
New Revision: 70446
URL: http://svn.digium.com/view/asterisk?view=rev&rev=70446
Log:
Merged revisions 70445 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r70445 | tilghman | 2007-06-20 14:29:23 -0500 (Wed, 20 Jun 2007) | 10 lines
Merged revisions 70444 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r70444 | tilghman | 2007-06-20 14:25:54 -0500 (Wed, 20 Jun 2007) | 2 lines
Issue 9997 - Timelimit times out the wrong channel
........
................
Modified:
trunk/ (props changed)
trunk/apps/app_dial.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_dial.c?view=diff&rev=70446&r1=70445&r2=70446
==============================================================================
--- trunk/apps/app_dial.c (original)
+++ trunk/apps/app_dial.c Wed Jun 20 14:30:31 2007
@@ -1722,7 +1722,7 @@
if (!res) {
if (calldurationlimit > 0) {
- chan->whentohangup = time(NULL) + calldurationlimit;
+ peer->whentohangup = time(NULL) + calldurationlimit;
}
if (!ast_strlen_zero(dtmfcalled)) {
if (option_verbose > 2)
More information about the asterisk-commits
mailing list