From 99868648e4dd189cae8643eb69393814acf4ea56 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Wed, 11 Jan 2012 19:18:37 +0000 Subject: [PATCH] Make FollowMe optionally update connected line information when the accepting endpoint is bridged. Like Dial and Queue, FollowMe needs to deal with AST_CONTROL_CONNECTED_LINE information so when the parties are initially bridged, the connected line information will be correct. * Added the 'I' option just like the app_dial and app_queue 'I' option. (closes issue ASTERISK-18969) Reported by: rmudgett Tested by: rmudgett Review: https://reviewboard.asterisk.org/r/1656/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@350364 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 11 +++ apps/app_dial.c | 4 +- apps/app_followme.c | 211 ++++++++++++++++++++++++++++++++------------ 3 files changed, 170 insertions(+), 56 deletions(-) diff --git a/CHANGES b/CHANGES index f941969c2d..65a9225b5d 100644 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,17 @@ === ====================================================================== +------------------------------------------------------------------------------ +--- Functionality changes since Asterisk 1.8.9.0 ----------------------------- +------------------------------------------------------------------------------ + +Followme changes +------------- + * A new option, 'I' has been added to app_followme. + By setting this option, Asterisk will not update the caller with + connected line changes when they occur. This is similar to app_dial + and app_queue. + ------------------------------------------------------------------------------ --- Functionality changes since Asterisk 1.8.7.1 ----------------------------- ------------------------------------------------------------------------------ diff --git a/apps/app_dial.c b/apps/app_dial.c index 24bff278a0..4fe19d7a0a 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -203,8 +203,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Asterisk will ignore any forwarding requests it may receive on this dial attempt.