[Asterisk-code-review] bridge_builtin_features: add beep via touch variable (asterisk[18])

Michael Bradeen asteriskteam at digium.com
Thu Mar 2 12:05:25 CST 2023


Attention is currently required from: Sean Bright, N A.

Michael Bradeen has posted comments on this change. ( https://gerrit.asterisk.org/c/asterisk/+/19934 )

Change subject: bridge_builtin_features: add beep via touch variable
......................................................................


Patch Set 3:

(7 comments)

File bridges/bridge_builtin_features.c:

https://gerrit.asterisk.org/c/asterisk/+/19934/comment/6e6dfa5b_73cad3aa 
PS2, Line 351: 	char *touch_filename, *mix_options;
> `char *touch_filename, mix_options[32] = "b";`
Done


https://gerrit.asterisk.org/c/asterisk/+/19934/comment/d6cdef73_2a666d00 
PS2, Line 413: 		len = strlen(touch_monitor_beep) + 8;
> Delete
Done


https://gerrit.asterisk.org/c/asterisk/+/19934/comment/8e0f56c7_ec649e01 
PS2, Line 418: 		mix_options = ast_alloca(len);
> Delete
Done


https://gerrit.asterisk.org/c/asterisk/+/19934/comment/6181b182_32fdd4d4 
PS2, Line 419: 		snprintf(mix_options, len, "bB(%d)", interval);
> `snprintf(mix_options, sizeof(mix_options), "bB(%d)", interval);`
Done


https://gerrit.asterisk.org/c/asterisk/+/19934/comment/dec8fc8e_aec18682 
PS2, Line 421: else {
             : 		mix_options = ast_strdupa("b");
             : 	}
> This else branch can be deleted entirely once all of the above is done.
Done


File main/features_config.c:

https://gerrit.asterisk.org/c/asterisk/+/19934/comment/cad83f68_7c8ceae9 
PS2, Line 202: 						<para>To Play a periodic beep while this call is being recorded, set the
> `s/Play/play/`
Done


https://gerrit.asterisk.org/c/asterisk/+/19934/comment/24ffd99d_85e41c09 
PS2, Line 221: 						<para>To Play a periodic beep while this call is being recorded, set the
> `s/Play/play/`
Done



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

Gerrit-Project: asterisk
Gerrit-Branch: 18
Gerrit-Change-Id: I800e494a789ba7a930bbdcd717e89d86040d6661
Gerrit-Change-Number: 19934
Gerrit-PatchSet: 3
Gerrit-Owner: Michael Bradeen <mbradeen at sangoma.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: N A <asterisk at phreaknet.org>
Gerrit-Reviewer: Sean Bright <sean at seanbright.com>
Gerrit-Attention: Sean Bright <sean at seanbright.com>
Gerrit-Attention: N A <asterisk at phreaknet.org>
Gerrit-Comment-Date: Thu, 02 Mar 2023 18:05:25 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Sean Bright <sean at seanbright.com>
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20230302/49da619b/attachment.html>


More information about the asterisk-code-review mailing list