mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +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:
@@ -219,7 +219,6 @@
|
||||
#define DEFAULT_QUALIFY FALSE /*!< Don't monitor devices */
|
||||
#define DEFAULT_KEEPALIVE 0 /*!< Don't send keep alive packets */
|
||||
#define DEFAULT_KEEPALIVE_INTERVAL 60 /*!< Send keep alive packets at 60 second intervals */
|
||||
#define DEFAULT_CALLEVENTS FALSE /*!< Extra manager SIP call events */
|
||||
#define DEFAULT_ALWAYSAUTHREJECT TRUE /*!< Don't reject authentication requests always */
|
||||
#define DEFAULT_AUTH_OPTIONS FALSE
|
||||
#define DEFAULT_AUTH_MESSAGE TRUE
|
||||
@@ -744,7 +743,6 @@ struct sip_settings {
|
||||
int accept_outofcall_message; /*!< Accept MESSAGE outside of a call */
|
||||
int compactheaders; /*!< send compact sip headers */
|
||||
int allow_external_domains; /*!< Accept calls to external SIP domains? */
|
||||
int callevents; /*!< Whether we send manager events or not */
|
||||
int regextenonqualify; /*!< Whether to add/remove regexten when qualifying peers */
|
||||
int legacy_useroption_parsing; /*!< Whether to strip useroptions in URI via semicolons */
|
||||
int send_diversion; /*!< Whether to Send SIP Diversion headers */
|
||||
|
Reference in New Issue
Block a user