aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/doxyref.h1
-rw-r--r--include/asterisk/frame.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/include/asterisk/doxyref.h b/include/asterisk/doxyref.h
index d9daf4135..fa4d1ac3a 100644
--- a/include/asterisk/doxyref.h
+++ b/include/asterisk/doxyref.h
@@ -44,6 +44,7 @@
* \arg \ref ConfigFiles
* \arg \ref SoundFiles included in the Asterisk distribution
* \arg \ref AstCREDITS : A Thank You to contributors
+ * \arg \ref extref
\n\n
* \section weblinks Web sites
* \arg \b Main: Asterisk Developer's website http://www.asterisk.org/developers/
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index fa0b6f939..c0b9b3352 100644
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -495,8 +495,9 @@ struct ast_frame *ast_smoother_read(struct ast_smoother *s);
void ast_frame_dump(const char *name, struct ast_frame *f, char *prefix);
/*! \page AudioCodecPref Audio Codec Preferences
+
In order to negotiate audio codecs in the order they are configured
- in <channel>.conf for a device, we set up codec preference lists
+ in \<channel\>.conf for a device, we set up codec preference lists
in addition to the codec capabilities setting. The capabilities
setting is a bitmask of audio and video codecs with no internal
order. This will reflect the offer given to the other side, where