summaryrefslogtreecommitdiff
path: root/res/res_features.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-01-09 18:04:14 +0000
committerRussell Bryant <russell@russellbryant.com>2008-01-09 18:04:14 +0000
commit8ac62a7a59753ddaa10081bac9ff0ba98c43c87f (patch)
tree373d0caab6a468ac59350ef6b2d31b3c21aa5fb1 /res/res_features.c
parentcdf6974dea21a4678e2e7afd27292a7a4f37ab20 (diff)
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 ... ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97531 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_features.c')
-rw-r--r--res/res_features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_features.c b/res/res_features.c
index 44f413cd8..1427038d9 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -2373,7 +2373,7 @@ static int park_call_exec(struct ast_channel *chan, void *data)
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));