mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-10 20:08:16 +00:00
Revert -r430452 It needs to be redone for the next major AMI version change instead.
ASTERISK-24049 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@430509 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -305,13 +305,14 @@ void astman_send_ack(struct mansession *s, const struct message *m, char *msg);
|
||||
* \param s - AMI session control struct.
|
||||
* \param m - AMI action request that started the list.
|
||||
* \param msg - Message contents describing the list to follow.
|
||||
* \param listflag - Not used. Historically always set to "start".
|
||||
*
|
||||
* \note You need to call astman_send_list_complete_start() and
|
||||
* astman_send_list_complete_end() to send the AMI list completion event.
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
void astman_send_listack(struct mansession *s, const struct message *m, char *msg);
|
||||
void astman_send_listack(struct mansession *s, const struct message *m, char *msg, char *listflag);
|
||||
|
||||
/*!
|
||||
* \brief Start the list complete event.
|
||||
|
||||
Reference in New Issue
Block a user