diff --git a/CHANGES b/CHANGES index b0eb2a5d4f..034320ac9f 100644 --- a/CHANGES +++ b/CHANGES @@ -95,6 +95,14 @@ Dialplan functions The MAILBOX_EXISTS dialplan function has been deprecated in favour of VM_INFO. +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 2c7f50a9e5..1e06b28f1f 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.