Expand description
Channel variable types: format parsers (ARRAY::, SIP multipart) and typed
variable name enums.
Structs§
- EslArray
- Parses FreeSWITCH
ARRAY::item1|:item2|:item3format - Multipart
Body - Parses
variable_sip_multipartARRAY:: format. - Multipart
Item - A single part from a SIP multipart body
- Parse
Channel Variable Error - Error returned when parsing an unrecognized channel variable name.
- Parse
SipHeader Addr Error - Error returned when parsing a SIP header address value fails.
- Parse
SipInvite Header Error - Error returned when parsing an unrecognized SIP invite header variable name.
- Parse
Sofia Variable Error - Error returned when parsing an unrecognized Sofia variable name.
- SipCall
Info - Parsed SIP Call-Info header value. Contains zero or more entries.
- SipCall
Info Entry - One entry from a SIP Call-Info header:
<uri>;key=value;key=value. - SipGeolocation
- Parsed SIP Geolocation header value (RFC 6442).
- SipHeader
Addr - A SIP header field value containing a name-addr or addr-spec with header-level parameters (RFC 3261 S20).
Enums§
- Channel
Variable - Core FreeSWITCH channel variable names (the part after the
variable_prefix). - SipCall
Info Error - Errors from parsing a SIP Call-Info header value.
- SipGeolocation
Ref - A reference extracted from a SIP Geolocation header (RFC 6442).
- SipInvite
Header - Raw SIP INVITE headers preserved verbatim as channel variables.
- Sofia
Variable - mod_sofia / SIP channel variable names (the part after the
variable_prefix).
Traits§
- Variable
Name - Trait for typed channel variable name enums.