mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
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:
@@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user