summaryrefslogtreecommitdiff
path: root/channels/sig_pri.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels/sig_pri.h')
-rw-r--r--channels/sig_pri.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/channels/sig_pri.h b/channels/sig_pri.h
index 2d41664c0..f4aef912d 100644
--- a/channels/sig_pri.h
+++ b/channels/sig_pri.h
@@ -200,6 +200,16 @@ struct sig_pri_callback {
void (* const open_media)(void *pvt);
+ /*!
+ * \brief Post an AMI B channel association event.
+ *
+ * \param pvt Private structure of the user of this module.
+ * \param chan Channel associated with the private pointer
+ *
+ * \return Nothing
+ */
+ void (* const ami_channel_event)(void *pvt, struct ast_channel *chan);
+
/*! Reference the parent module. */
void (*module_ref)(void);
/*! Unreference the parent module. */