asterisk/channels/sip
Richard Mudgett 8536a09b86 security-events: Fix SuccessfulAuth using_password declaration.
The SuccessfulAuth using_password field was declared as a pointer to a
uint32_t when the field was later read as a uint32_t value.  This resulted
in unnecessary casts and a non-portable field value reinterpret in
main/security_events.c:add_json_object().  i.e., It would work on a 32 bit
architecture but not on a 64 bit big endian architecture.

Change-Id: Ia08bc797613a62f07e5473425f9ccd8d77c80935
2017-12-04 17:21:27 -06:00
..
include security-events: Fix SuccessfulAuth using_password declaration. 2017-12-04 17:21:27 -06:00
config_parser.c Remove ASTERISK_REGISTER_FILE. 2016-10-27 09:53:55 -04:00
dialplan_functions.c chan_sip: Expose read-only access to the full SIP INVITE Request-URI 2017-09-19 12:24:33 -05:00
reqresp_parser.c Remove ASTERISK_REGISTER_FILE. 2016-10-27 09:53:55 -04:00
route.c Remove ASTERISK_REGISTER_FILE. 2016-10-27 09:53:55 -04:00
security_events.c security-events: Fix SuccessfulAuth using_password declaration. 2017-12-04 17:21:27 -06:00
utils.c chan_sip: Mark chan_sip and its files as extended support 2014-08-08 17:53:39 +00:00