]> sjero.net Git - linphone/commitdiff
Fix unlocked eXosip call
authorSimon Morlat <simon.morlat@linphone.org>
Thu, 17 Feb 2011 13:34:04 +0000 (14:34 +0100)
committerSimon Morlat <simon.morlat@linphone.org>
Thu, 17 Feb 2011 13:34:04 +0000 (14:34 +0100)
NEWS
coreapi/sal_eXosip2.c
mediastreamer2

diff --git a/NEWS b/NEWS
index 36a5d5869af211f8b81810470732c200fa07c2e2..a684b44afedbfd88efdaf880969379e10ff1d394 100644 (file)
--- a/NEWS
+++ b/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)
index 4394e019c14d4d4b54daab8198d5ff991fd654d4..bb098fbe961e6512de73021c2cbd1ef8dcaa0e18 100644 (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();
        }
 }
 
index b0eddd4c81b5055534aceb0bf85f0eafb6151d42..9557b33ab49e4c309bc1f954a2afae25079c757a 160000 (submodule)
@@ -1 +1 @@
-Subproject commit b0eddd4c81b5055534aceb0bf85f0eafb6151d42
+Subproject commit 9557b33ab49e4c309bc1f954a2afae25079c757a