From d6b359ff0b333fdb0b1485ca5744078fe9bec733 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Thu, 5 Jan 2012 23:06:17 +0000 Subject: Make pbx_config.c use Gosub instead of Macro call for stdexten. Users created by users.conf with hasvoicemail=yes have been documented as using a Gosub to stdexten since v1.6.0. However, the code still generates dialplan to access stdexten as a Macro as documented in v1.4; which does not work with the newer extensions.conf.sample file. * Make generated dialplan access the stdexten dialplan with the documented Gosub instead of the older Macro style. (closes issue ASTERISK-18809) Reported by: Jay Allen Patches: gosub_patch-pbx_config.patch (license #6323) patch uploaded by Jay Allen (modified) Tested by: rmudgett git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@349782 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- UPGRADE.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'UPGRADE.txt') diff --git a/UPGRADE.txt b/UPGRADE.txt index 90aa4a3c7..a876d0773 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -49,6 +49,11 @@ SIP - A new option "tonezone" for setting default tonezone for the channel driver or individual devices +users.conf: + - A defined user with hasvoicemail=yes now finally uses a Gosub to stdexten + as documented in extensions.conf.sample since v1.6.0 instead of a Macro as + documented in v1.4. + From 1.8 to 10: cel_pgsql: -- cgit v1.2.3