summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2012-04-12 16:29:52 +0000
committerRichard Mudgett <rmudgett@digium.com>2012-04-12 16:29:52 +0000
commita35c7ba8e7e5e05efb2ca3f57d31b4501bfdb75b (patch)
treea814ff52f8918c92f4e1d4b384c0b0d79f33dec3 /configs
parentf9155c9c3d50b47b6c6b7619f1788d2e790803ca (diff)
Add option to invoke the extensions.conf stdexten using the legacy macro method.
ASTERISK-18809 eliminated the legacy macro invocation of the stdexten in favor of the Gosub method without a means of backwards compatibility. (issue ASTERISK-18809) (closes issue ASTERISK-19457) Reported by: Matt Jordan Tested by: rmudgett Review: https://reviewboard.asterisk.org/r/1855/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@361998 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/asterisk.conf.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/asterisk.conf.sample b/configs/asterisk.conf.sample
index cc9933044..44f3c1dea 100644
--- a/configs/asterisk.conf.sample
+++ b/configs/asterisk.conf.sample
@@ -74,6 +74,12 @@ documentation_language = en_US ; Set the language you want documentation
;lockconfdir = no ; Protect the directory containing the
; configuration files (/etc/asterisk) with a
; lock.
+;stdexten = gosub ; How to invoke the extensions.conf stdexten.
+ ; macro - Invoke the stdexten using a macro as
+ ; done by legacy Asterisk versions.
+ ; gosub - Invoke the stdexten using a gosub as
+ ; documented in extensions.conf.sample.
+ ; Default gosub.
; Changing the following lines may compromise your security.
;[files]