From 1fac2fba4b8f3decd83d738e974280aa92b50bcc Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Mon, 27 Feb 2012 16:50:19 +0000 Subject: Deprecated macro usage for connected line, redirecting, and CCSS This commit adds GoSub alternatives to connected line, redirecting, and CCSS macro hooks so that macro can finally be deprecated. This also adds deprecation warnings for those features when used and in documentation. Review: https://reviewboard.asterisk.org/r/1760/ (closes issue SWP-4256) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@357013 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/ccss.conf.sample | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configs') diff --git a/configs/ccss.conf.sample b/configs/ccss.conf.sample index 2636f7ec9..21b0b0668 100644 --- a/configs/ccss.conf.sample +++ b/configs/ccss.conf.sample @@ -187,6 +187,12 @@ ; ;cc_callback_macro= ; +; Alternatively, the administrator may run a subroutine. By default +; there is no callback subroutine configured. The subroutine should +; be specified in the format: [[context,]exten,]priority +; +;cc_callback_sub= +; ; When using an ISDN phone and a generic CC agent, Asterisk is unable ; to determine the dialstring that should be used when calling back ; the original caller. Furthermore, if you desire to use any dialstring- -- cgit v1.2.3