diff --git a/CHANGES b/CHANGES index e15f498d7c..cb35fa4cce 100644 --- a/CHANGES +++ b/CHANGES @@ -127,6 +127,10 @@ Applications * Page has a new option 'A(x)' which will playback an announcement simultaneously to all paged phones (and optionally excluding the caller's one using the new option 'n') before the call is bridged. + * The 'f' option to Dial has been augmented to take an optional argument. If no + argument is provided, the 'f' option works as it always has. If an argument is + provided, then the connected party information of all outgoing channels created + during the Dial will be set to the argument passed to the 'f' option. Dialplan Functions ------------------ diff --git a/apps/app_dial.c b/apps/app_dial.c index c24a566472..66e8bb8654 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -132,10 +132,13 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Execute the h extension for peer after the call ends