[Asterisk-code-review] options.c: Remove 'internal timing' notice (asterisk[master])

Sean Bright asteriskteam at digium.com
Thu Oct 18 14:20:40 CDT 2018


Sean Bright has uploaded this change for review. ( https://gerrit.asterisk.org/10509


Change subject: options.c: Remove 'internal_timing' notice
......................................................................

options.c: Remove 'internal_timing' notice

Change-Id: I9882394617724a497df1d6f529a87965191be3ce
---
M main/options.c
1 file changed, 0 insertions(+), 7 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/09/10509/1

diff --git a/main/options.c b/main/options.c
index f6a4e8f..4f9b3dc 100644
--- a/main/options.c
+++ b/main/options.c
@@ -355,13 +355,6 @@
 		/* Transmit SLINEAR silence while a channel is being recorded or DTMF is being generated on a channel */
 		} else if (!strcasecmp(v->name, "transmit_silence_during_record") || !strcasecmp(v->name, "transmit_silence")) {
 			ast_set2_flag(&ast_options, ast_true(v->value), AST_OPT_FLAG_TRANSMIT_SILENCE);
-		/* Enable internal timing */
-		} else if (!strcasecmp(v->name, "internal_timing")) {
-			if (!ast_opt_remote) {
-				fprintf(stderr,
-					"NOTICE: The internal_timing option is no longer needed.\n"
-					"  It will always be enabled if you have a timing module loaded.\n");
-			}
 		} else if (!strcasecmp(v->name, "mindtmfduration")) {
 			if (sscanf(v->value, "%30u", &option_dtmfminduration) != 1) {
 				option_dtmfminduration = AST_MIN_DTMF_DURATION;

-- 
To view, visit https://gerrit.asterisk.org/10509
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9882394617724a497df1d6f529a87965191be3ce
Gerrit-Change-Number: 10509
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20181018/71df9bf1/attachment.html>


More information about the asterisk-code-review mailing list