will check and let you know about dtmfTransformEngine
inside libjitsi.
Regarding disable_dtmf_handling, I tried both the options. The only difference i see when I set DISABLE_DTMF_HANDLING=true is:
2023-03-02 19:45:07.950 FINE: [112] org.jitsi.impl.neomedia.transform.DiscardTransformEngine.log() passing through RTP ssrc=563216014, seqnum=2746, ts=499591366, streamHashCode=711776117
2023-03-02 19:45:07.951 WARNING: [116] net.sf.fmj.media.Log.warning() Stopping stream because of payload type mismatch: expecting pt=111, got pt=126
2023-03-02 19:45:07.951 INFO: [116] net.sf.fmj.media.Log.info() Stopping RTPSourceStream.
2023-03-02 19:45:07.951 FINE: [116] net.sf.fmj.media.Log.comment() RTP socket receive buffer size: -1 bytes.
2023-03-02 19:45:07.951 INFO: [111] net.sf.fmj.media.Log.info() Stopping RTPSourceStream.
2023-03-02 19:45:07.951 INFO: [182] net.sf.fmj.media.Log.info() Stopping RTPSourceStream.
2023-03-02 19:45:07.952 INFO: [111] net.sf.fmj.media.Log.info() Stopping RTPSourceStream.
2023-03-02 19:45:08.036 FINE: [112] org.jitsi.impl.neomedia.transform.DiscardTransformEngine.log() passing through RTP ssrc=563216014, seqnum=2752, ts=499596166, streamHashCode=711776117
2023-03-02 19:45:08.036 WARNING: [116] net.sf.fmj.media.Log.warning() Stopping stream because of payload type mismatch: expecting pt=126, got pt=111
2023-03-02 19:45:08.036 INFO: [116] net.sf.fmj.media.Log.info() Stopping RTPSourceStream.
2023-03-02 19:45:08.036 FINE: [105] org.jitsi.srtp.SrtpCryptoContext.log() Updated replay window with 7215. maxIdx=7215, window=0xffffffffffffffff: [7152, 7153, 7154, 7155, 7156, 7157, 7158, 7159, 7160, 7161, 7162, 7163, 7164, 7165, 7166, 7167, 7168, 7169, 7170, 7171, 7172, 7173, 7174, 7175, 7176, 7177, 7178, 7179, 7180, 7181, 7182, 7183, 7184, 7185, 7186, 7187, 7188, 7189, 7190, 7191, 7192, 7193, 7194, 7195, 7196, 7197, 7198, 7199, 7200, 7201, 7202, 7203, 7204, 7205, 7206, 7207, 7208, 7209, 7210, 7211, 7212, 7213, 7214, 7215]
2023-03-02 19:45:08.036 FINE: [116] net.sf.fmj.media.Log.comment() RTP socket receive buffer size: -1 bytes.
2023-03-02 19:45:08.037 FINE: [113] org.jitsi.impl.neomedia.transform.DiscardTransformEngine.log() passing through RTP ssrc=2550712886, seqnum=61465, ts=106080, streamHashCode=1766026962
2023-03-02 19:45:08.037 INFO: [111] net.sf.fmj.media.Log.info() Stopping RTPSourceStream.
2023-03-02 19:45:08.037 INFO: [213] net.sf.fmj.media.Log.info() Stopping RTPSourceStream.
2023-03-02 19:45:08.037 INFO: [111] net.sf.fmj.media.Log.info() Stopping RTPSourceStream.
The above logs are not appearing when i set the DISABLE_DTMF_HANDLING=false.