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

Richard Mudgett asteriskteam at digium.com
Mon Oct 22 10:23:45 CDT 2018


Richard Mudgett has submitted this change and it was merged. ( 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(-)

Approvals:
  George Joseph: Looks good to me, but someone else must approve
  Richard Mudgett: Looks good to me, approved; Approved for Submit



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: merged
Gerrit-Change-Id: I9882394617724a497df1d6f529a87965191be3ce
Gerrit-Change-Number: 10509
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2 (1000185)
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20181022/de4f3df9/attachment-0001.html>


More information about the asterisk-code-review mailing list