Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
a24ea4b1
Commit
a24ea4b1
authored
Feb 17, 2011
by
Simon Morlat
Browse files
Fix unlocked eXosip call
parent
e1767e51
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
NEWS
NEWS
+5
-0
coreapi/sal_eXosip2.c
coreapi/sal_eXosip2.c
+2
-0
mediastreamer2
mediastreamer2
+1
-1
No files found.
NEWS
View file @
a24ea4b1
linphone-3.4.1 -- February 17th, 2011
* bugfixes
* gtk executable is renamed "linphone" (was linphone-3 before)
Requires mediastreamer-2.7.1
linphone-3.4.0 -- February 7th, 2011
* implement multiple calls feature:
- call hold (with possibility to play a music file)
...
...
coreapi/sal_eXosip2.c
View file @
a24ea4b1
...
...
@@ -1346,9 +1346,11 @@ static void process_dtmf_relay(Sal *sal, eXosip_event_t *ev){
sal
->
callbacks
.
dtmf_received
(
op
,
tmp
[
0
]);
}
}
eXosip_lock
();
eXosip_call_build_answer
(
ev
->
tid
,
200
,
&
ans
);
if
(
ans
)
eXosip_call_send_answer
(
ev
->
tid
,
200
,
ans
);
eXosip_unlock
();
}
}
...
...
mediastreamer2
@
9557b33a
Subproject commit
b0eddd4c81b5055534aceb0bf85f0eafb6151d42
Subproject commit
9557b33ab49e4c309bc1f954a2afae25079c757a
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