Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
130
Issues
130
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
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
Options
Browse Files
Download
Email Patches
Plain Diff
sip: register thread when sending text messages
Change-Id: I992bee823098e100a67da3bcb28c67722370d618 Gitlab:
#111
parent
2ee17c35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/sip/sipaccount.cpp
src/sip/sipaccount.cpp
+2
-0
No files found.
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
Markdown
is supported
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