summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorJeff Peeler <jpeeler@digium.com>2008-10-06 23:08:21 +0000
committerJeff Peeler <jpeeler@digium.com>2008-10-06 23:08:21 +0000
commit2ec290b09dee72f1ed2b19f7ed071df8b4acc696 (patch)
treed5b45e9bcc4844c04446f17d406498ed115bb4ea /main
parent623bc9d82ab1a42c6c35224b01a06965e124ab59 (diff)
Similar to r143204, masquerade the channel in the case of Park being called from AGI.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@146923 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main')
-rw-r--r--main/features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/features.c b/main/features.c
index 87d130528..41fc088e9 100644
--- a/main/features.c
+++ b/main/features.c
@@ -159,7 +159,7 @@ static char *descrip = "ParkedCall(exten): "
"context. If no extension is provided, then the first available\n"
"parked call will be acquired.\n";
-static char *parkcall = "Park";
+static char *parkcall = PARK_APP_NAME;
static char *synopsis2 = "Park yourself";