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
fc96c6ed
Commit
fc96c6ed
authored
Sep 12, 2013
by
Alexandre Lision
Browse files
* #29433: sip fixed invite callback registration
pjsip api has changed between pjproject-android and pjproject-2.1
parent
0dde7bd2
Changes
1
Show whitespace changes
Inline
Side-by-side
daemon/src/sip/sipvoiplink.cpp
View file @
fc96c6ed
...
...
@@ -542,6 +542,9 @@ SIPVoIPLink::SIPVoIPLink() : sipTransport(endpt_, cp_, pool_), sipAccountMap_(),
outgoing_request_forked_cb
,
transaction_state_changed_cb
,
sdp_request_offer_cb
,
#ifdef __ANDROID__ // FIXME depends on pjsip
NULL
,
#endif
sdp_create_offer_cb
,
sdp_media_update_cb
,
NULL
,
...
...
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