mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-14 05:48:54 +00:00
Refactor extraneous channel events
This change removes JitterBufStats, ChannelReload, and ChannelUpdate and refactors the following events to travel over Stasis-Core: * LocalBridge * DAHDIChannel * AlarmClear * SpanAlarmClear * Alarm * SpanAlarm * DNDState * MCID * SIPQualifyPeerDone * SessionTimeout Review: https://reviewboard.asterisk.org/r/2627/ (closes issue ASTERISK-21476) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393284 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -906,6 +906,18 @@ struct ast_json_payload {
|
||||
*/
|
||||
struct ast_json_payload *ast_json_payload_create(struct ast_json *json);
|
||||
|
||||
struct ast_party_id;
|
||||
/*!
|
||||
* \brief Construct an ast_party_id as JSON.
|
||||
* \since 12.0.0
|
||||
*
|
||||
* \param party The party ID to represent as JSON.
|
||||
*
|
||||
* \return JSON object with \c name, \c number and \c subaddress objects
|
||||
* for those that are valid in the party ID
|
||||
*/
|
||||
struct ast_json *ast_json_party_id(struct ast_party_id *party);
|
||||
|
||||
/*!@}*/
|
||||
|
||||
#endif /* _ASTERISK_JSON_H */
|
||||
|
||||
Reference in New Issue
Block a user