aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-03 20:44:22 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-03 20:44:22 +0000
commit56652203ad96893ce1fe199a42476fda4e0d1067 (patch)
tree91e60412eb8d0c7874ce35a0e408e1e003d1a788 /include/asterisk
parent6bd68a1eb509eb5d1bc37f77296819a10bca9062 (diff)
(closes issue #13425)
Reported by: mdu113 Tested by: mdu113 Similar to r143204, masquerade the channel in the case of Park being called from AGI. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@146129 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/features.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/features.h b/include/asterisk/features.h
index 7072406ab..e4e60fbc5 100644
--- a/include/asterisk/features.h
+++ b/include/asterisk/features.h
@@ -31,6 +31,8 @@
#define FEATURE_EXTEN_LEN 32
#define FEATURE_MOH_LEN 80 /* same as MAX_MUSICCLASS from channel.h */
+#define PARK_APP_NAME "Park"
+
/*! \brief main call feature structure */
struct ast_call_feature {
int feature_mask;