[svn-commits] russell: trunk r97531 - in /trunk: ./ res/res_features.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Jan 9 12:04:15 CST 2008
Author: russell
Date: Wed Jan 9 12:04:14 2008
New Revision: 97531
URL: http://svn.digium.com/view/asterisk?view=rev&rev=97531
Log:
Merged revisions 97529 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r97529 | russell | 2008-01-09 12:02:08 -0600 (Wed, 09 Jan 2008) | 2 lines
Fix saying the parking space number to the caller doing the parking ...
........
Modified:
trunk/ (props changed)
trunk/res/res_features.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/res/res_features.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_features.c?view=diff&rev=97531&r1=97530&r2=97531
==============================================================================
--- trunk/res/res_features.c (original)
+++ trunk/res/res_features.c Wed Jan 9 12:04:14 2008
@@ -2373,7 +2373,7 @@
res = ast_safe_sleep(chan, 1000);
/* Park the call */
if (!res) {
- res = park_call_full(chan, NULL, 0, NULL, orig_chan_name);
+ res = park_call_full(chan, chan, 0, NULL, orig_chan_name);
/* Continue on in the dialplan */
if (res == 1) {
ast_copy_string(chan->exten, orig_exten, sizeof(chan->exten));
More information about the svn-commits
mailing list