You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install: Add ability to build/install G.729 codec module.
Add option and standalone command for G.729 support.
G.723 is not currently supported due to the unavailability
of the needed Intel IPP installers and lack of developer
support.
Copy file name to clipboardExpand all lines: phreaknet.1.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,9 @@ the best Asterisk and DAHDI experience.
69
69
**experimental**
70
70
: Add experimental features to an existing Asterisk source
71
71
72
+
**g72x**
73
+
: Add G.723.1/G.729 support to an existing installation
74
+
72
75
**dahdi**
73
76
: Install or upgrade DAHDI (only). Generally this command does not need to be used. To install Asterisk with DAHDI, use the install command and provide the -d or --dahdi option instead.
74
77
@@ -306,6 +309,9 @@ The following options may be used with the **install** command.
306
309
**--experimental**
307
310
: Install experimental features that may not be production ready
308
311
312
+
**--g72x**
313
+
: Compile with support for G.723.1/G.729 codecs
314
+
309
315
**--extcodecs**
310
316
: Specify this if any external codecs are being or will be installed. Failure to do so may result in a crash on startup.
echoerr "WARNING: G.723 is not currently supported, due to unavailability of compatible Intel IPP and lack of developer support. Only G.729 will be supported."
0 commit comments