mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
Fix unlocked eXosip call
This commit is contained in:
parent
e1767e51af
commit
a24ea4b180
3 changed files with 8 additions and 1 deletions
5
NEWS
5
NEWS
|
|
@ -1,3 +1,8 @@
|
|||
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)
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit b0eddd4c81b5055534aceb0bf85f0eafb6151d42
|
||||
Subproject commit 9557b33ab49e4c309bc1f954a2afae25079c757a
|
||||
Loading…
Add table
Reference in a new issue