Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
c38ba2ed
Commit
c38ba2ed
authored
May 24, 2019
by
Sébastien Blin
Committed by
Adrien Béraud
May 31, 2019
Browse files
sip: register thread when sending text messages
Change-Id: I992bee823098e100a67da3bcb28c67722370d618 Gitlab:
#111
parent
2ee17c35
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sip/sipaccount.cpp
View file @
c38ba2ed
...
...
@@ -2069,6 +2069,8 @@ SIPAccount::sendTextMessage(const std::string& to, const std::map<std::string, s
return
;
}
sip_utils
::
register_thread
();
auto
toUri
=
getToUri
(
to
);
constexpr
pjsip_method
msg_method
=
{
PJSIP_OTHER_METHOD
,
CONST_PJ_STR
(
"MESSAGE"
)};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment