diff --git a/CHANGES b/CHANGES index 4ef792a60e..c6ba6557a7 100644 --- a/CHANGES +++ b/CHANGES @@ -128,6 +128,9 @@ Applications * Added ConfBridge dialplan application which does conference bridges without DAHDI. For information on its use, please see the output of "core show application ConfBridge" from the CLI. + * Added progress option to the app_dial D() option. When progress DTMF is + present, those values are sent immediatly upon receiving a PROGRESS message + regardless if the call has been answered or not. Miscellaneous ------------- diff --git a/apps/app_dial.c b/apps/app_dial.c index 3466f41d52..a245a8098b 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -109,11 +109,13 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")