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
This commit is contained in:
Jeff Peeler
2008-10-06 23:08:21 +00:00
parent 623bc9d82a
commit 2ec290b09d
3 changed files with 7 additions and 1 deletions

View File

@@ -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";