Expand description
Typed Sofia event subclasses and state enums.
mod_sofia fires CUSTOM events with Event-Subclass headers like
sofia::register and sofia::gateway_state. This module provides typed
enums for those subclass values and for the structured state headers
they carry.
Structs§
- Parse
Gateway Ping Status Error - Error returned when parsing an unrecognized gateway ping status.
- Parse
Gateway RegState Error - Error returned when parsing an unrecognized gateway registration state.
- Parse
SipUser Ping Status Error - Error returned when parsing an unrecognized SIP user ping status.
- Parse
Sofia Event Subclass Error - Error returned when parsing an unrecognized Sofia event subclass.
Enums§
- Gateway
Ping Status - Gateway ping status from
sofia::gateway_stateevents. - Gateway
RegState - Gateway registration state from
sofia::gateway_stateevents. - SipUser
Ping Status - SIP user ping status from
sofia::sip_user_stateevents. - Sofia
Event Subclass - Sofia event subclass values from
mod_sofia.hMY_EVENT_*defines.