summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2011-10-20 22:03:35 +0000
committerRichard Mudgett <rmudgett@digium.com>2011-10-20 22:03:35 +0000
commitb961d57c4cf3d3b607ce987f8fdbd35b4230a4ac (patch)
treeec9b2723323fb06d0e4fb1c82130fcf4b440a07b /include
parent0e887d1a50ebcf5c99b9b700f5fae01e46e2fc0a (diff)
Fix AGI exec Park to honor the Park application parameters.
The fix for ASTERISK-12715 and ASTERISK-12685 added a check for the Park application because the channel needed to be masqueraded to prevent a crash. Since the Park application now always masquerades the channel into the parking lot, the special check is no longer needed. The fix also resulted in AGI exec Park attempting to double park the call and not honor the Park application parameters. * Removed no longer necessary call to ast_masq_park_call() by AGI exec for the Park application. (Reverts -r146923) * Fix Park application to only return 0 or -1. The AGI exec Park was causing broken pipe error messages because the Park application returned 1 on successful park. (closes issue ASTERISK-18737) ........ Merged revisions 341717 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 341718 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@341719 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/features.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asterisk/features.h b/include/asterisk/features.h
index 76a141df1..42dc57fba 100644
--- a/include/asterisk/features.h
+++ b/include/asterisk/features.h
@@ -34,7 +34,6 @@
#define FEATURE_EXTEN_LEN 32
#define FEATURE_MOH_LEN 80 /* same as MAX_MUSICCLASS from channel.h */
-#define PARK_APP_NAME "Park"
#define DEFAULT_PARKINGLOT "default" /*!< Default parking lot */
#define AST_FEATURE_RETURN_HANGUP -1