30struct pjsip_inv_session;
42 :
std::runtime_error(
"InstantMessageException occurred: " +
str)
void fillPJSIPMessageBody(pjsip_tx_data &tdata, const std::map< std::string, std::string > &payloads)
std::map< std::string, std::string > parseSipMessage(const pjsip_msg *msg)
Parses given SIP message into a map where the key is the contents of the Content-Type header (along w...
void sendSipMessage(pjsip_inv_session *session, const std::map< std::string, std::string > &payloads)
Constructs and sends a SIP message.
void emitSignal(Args... args)
InstantMessageException(const std::string &str="")