From: Richard Mudgett Date: Wed, 11 Jan 2012 21:47:04 +0000 (+0000) Subject: Make FollowMe optionally update connected line information when the accepting endpoin... X-Git-Tag: 10.2.0-rc1~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=031a95b7ec0937ef03ac0a094d1b7a4bd0ba8bcf;p=thirdparty%2Fasterisk.git 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. * Made 'N' option ignored if the call is already answered. (closes issue ASTERISK-18969) Reported by: rmudgett Tested by: rmudgett Review: https://reviewboard.asterisk.org/r/1656/ ........ Merged revisions 350364 from http://svn.asterisk.org/svn/asterisk/branches/1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@350415 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index e7d2e92db0..189d8a1209 100644 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,18 @@ === ============================================================================== +------------------------------------------------------------------------------ +--- Functionality changes since Asterisk 10.1.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. + * The 'N' option is now ignored if the call is already answered. + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 1.8 to Asterisk 10 ------------------- ------------------------------------------------------------------------------ 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.