On 8/15/07, David Sargrad <[EMAIL PROTECTED]> wrote:
>
> Ok. Well sure enough it turns out that as soon as I plugged a set of
> headphones in then the RTP packets started flowing. Is there any way to
> ensure that RTP packets flow even when the head-phones are not yet plugged
> in?
This is due to some sort of "internal DTX" in sipXmedaLib.
Try attached patch, and report will it help or not. If it will help,
I'll write more
correct one, as this one is a simple hack.
--
Regards,
Alexander Chemeris.
SIPez LLC.
SIP VoIP, IM and Presence Consulting
http://www.SIPez.com
tel: +1 (617) 273-4000
Index: src/mp/MprBridge.cpp
===================================================================
--- src/mp/MprBridge.cpp (revision 9920)
+++ src/mp/MprBridge.cpp (working copy)
@@ -342,7 +342,7 @@
printf("V");
#endif // TEST_PRINT_CONTRIBUTORS ]
MpAudioBufPtr pAudio = inBufs[origInput];
- if (pAudio->isActiveAudio())
+// if (pAudio->isActiveAudio())
{
#ifdef TEST_PRINT_CONTRIBUTORS // [
printf("A");
_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/