Ring Daemon 16.0.0
Loading...
Searching...
No Matches
jami::sip_utils::SIP_METHODS Namespace Reference

Variables

constexpr std::string_view INFO = "INFO"sv
 
constexpr std::string_view MESSAGE = "MESSAGE"sv
 
constexpr std::string_view NOTIFY = "NOTIFY"sv
 
constexpr std::string_view OPTIONS = "OPTIONS"sv
 
constexpr std::string_view PUBLISH = "PUBLISH"sv
 
constexpr std::string_view REFER = "REFER"sv
 

Variable Documentation

◆ INFO

constexpr std::string_view jami::sip_utils::SIP_METHODS::INFO = "INFO"sv
constexpr

◆ MESSAGE

constexpr std::string_view jami::sip_utils::SIP_METHODS::MESSAGE = "MESSAGE"sv
constexpr

◆ NOTIFY

constexpr std::string_view jami::sip_utils::SIP_METHODS::NOTIFY = "NOTIFY"sv
constexpr

Definition at line 50 of file sip_utils.h.

Referenced by jami::transaction_request_cb(), and jami::transaction_state_changed_cb().

◆ OPTIONS

constexpr std::string_view jami::sip_utils::SIP_METHODS::OPTIONS = "OPTIONS"sv
constexpr

◆ PUBLISH

constexpr std::string_view jami::sip_utils::SIP_METHODS::PUBLISH = "PUBLISH"sv
constexpr

Definition at line 48 of file sip_utils.h.

Referenced by jami::SIPVoIPLink::SIPVoIPLink().

◆ REFER

constexpr std::string_view jami::sip_utils::SIP_METHODS::REFER = "REFER"sv
constexpr

Definition at line 49 of file sip_utils.h.

Referenced by jami::transaction_state_changed_cb().