Status: Accepted
Owner: baranowb
CC: oleg.kulikoff, amit.bhayani
Labels: Type-Enhancement Priority-Critical Component-Media-Server
Version-2.1.0 Roadmap-Fix
New issue 2070 by baranowb: Support for stream reassembly after silence
period
http://code.google.com/p/mobicents/issues/detail?id=2070
1. start MMS
2. connect (to IVR for instance)
3. talk/do dtmf etc.
4. silence(either UA or mic/unplug it)
5. wait, the longer, more it shows
6. do dtmf/talk - JitterBuffer will indicate that further operation on
received data should be performed after delay, equal to to #5. So between
send dtmf for instance and detecting it, there will be delay. In case of
speech, buffer will overflow.
Sollution which I discussed with oleg is:
- add avg duration metric to JitterBuffer
- if there is single packet present in buffer and calculated duration is
greater than avg currently present packet should be discarded and incoming
should be treated as initial one.