mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
res_pjsip: Fix for Doxygen.
ASTERISK-29747 Change-Id: Ic7a1e9453f805a6264fe86c96b7d18b87b376084
This commit is contained in:
committed by
Friendly Automation
parent
8944dc78d1
commit
463f6c83e8
@@ -166,9 +166,8 @@ static const struct ast_datastore_info asterisk_mwi_publisher_state_datastore =
|
||||
|
||||
/*!
|
||||
* \brief Callback function for device state events
|
||||
* \param ast_event
|
||||
* \param data void pointer to ast_client structure
|
||||
* \return void
|
||||
* \param sub, msg
|
||||
*/
|
||||
static void asterisk_publisher_devstate_cb(void *data, struct stasis_subscription *sub, struct stasis_message *msg)
|
||||
{
|
||||
@@ -225,9 +224,8 @@ static void asterisk_publisher_devstate_cb(void *data, struct stasis_subscriptio
|
||||
|
||||
/*!
|
||||
* \brief Callback function for mailbox state events
|
||||
* \param ast_event
|
||||
* \param data void pointer to ast_client structure
|
||||
* \return void
|
||||
* \param sub, msg
|
||||
*/
|
||||
static void asterisk_publisher_mwistate_cb(void *data, struct stasis_subscription *sub, struct stasis_message *msg)
|
||||
{
|
||||
|
Reference in New Issue
Block a user