summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_iax2.c')
-rwxr-xr-xchannels/chan_iax2.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index ca3d162ed..1cb7587de 100755
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -20,6 +20,10 @@
*
* \brief Implementation of Inter-Asterisk eXchange Version 2
*
+ * \par See also
+ * \arg \ref Config_iax
+ *
+ * \ingroup channel_drivers
*/
#include "asterisk.h"
@@ -7694,6 +7698,9 @@ static char *pdescrip =
"the calling entity is in fact an IAXy) with the given template or\n"
"default if one is not specified. Returns -1 on error or 0 on success.\n";
+/*! iax2provision
+\ingroup applications
+*/
static int iax2_prov_app(struct ast_channel *chan, void *data)
{
int res;