Thank you so much for that, really appreciate it. I went back and checked and did find the enable_native_plc patch. I’ve removed it and I believe that issue is now resolved. Not 100% sure though because I just tried another call and I’m still not getting audio from WhatsApp to my WebRTC client.
Here’s what I observed in this latest call: while the phone is ringing, Asterisk correctly sends RTP to my WebRTC frontend (the ringback beeps). Once I answer on WhatsApp, audio from my browser goes through Asterisk to the phone fine; the person on WhatsApp can hear me. But Asterisk never forwards WhatsApp’s audio back to my browser. I can see packets arriving from 157.240.233.52 in the logs, but there are no corresponding “Sent RTP” lines back to my browser IP after the call is answered.
I copied and pasted the logs below. I trimmed some parts and added comments in between sections to make it easier to follow. Sorry if it’s still messy, just trying to give as much context as possible.
I START THE CALL ON WEBRTC CLIENT...
sudo tail -f /var/log/asterisk/full | grep -i "native\|bridge\|rtp\|forbidden\|opus"
[2026-02-22 00:59:24] DEBUG[265062] res_rtp_asterisk.c: Resolved stunaddr 'stun.l.google.com' to '74.125.250.129'. Lowest TTL = 300.
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_sdp_rtp.c: webrtc-client
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_sdp_rtp.c: Transport transport-wss bound to 0.0.0.0: Using it for RTP media.
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Using engine 'asterisk' for RTP instance '0x72058835b110'
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) RTP allocated port 10006
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) ICE creating session 0.0.0.0:10006 (10006)
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) ICE create
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) ICE add system candidates
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) ICE add candidate: 10.0.0.15:10006, 2130706431
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) ICE request STUN TCP RTP candidate
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) ICE add candidate: 123.123.HIDDEN.123.123:10006, 1694498815
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: RTP instance '0x72058835b110' is setup and ready to go
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) ICE change number of components 2 -> 1
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) ICE resetting
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) ICE nevermind, not ready for a reset
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: () RTCP setup on RTP instance
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) DTLS RTP setup
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) DTLS RTCP setup
[2026-02-22 01:00:29] DEBUG[265052] res_srtp.c: local_key64 VSULOK+bhsS9TSFyCop8JDGMtvY8zZ9wY6VhkuDM len 40
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_sdp_rtp.c: webrtc-client
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_sdp_rtp.c: webrtc-client
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Setting tx payload type 9 based on m type on 0x720567bfe120
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Setting tx payload type 0 based on m type on 0x720567bfe120
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Setting tx payload type 8 based on m type on 0x720567bfe120
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Setting tx payload type 13 based on m type on 0x720567bfe120
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_sdp_rtp.c:
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_session/pjsip_session_caps.c: 'webrtc-client' Caps for incoming audio call with pref 'local' - remote: (opus|g722|ulaw|alaw) local: (opus) joint: (opus)
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Crossover copying tx to rx payload mapping 0 (0x72058801d528) from 0x720567bfe120 to 0x720567bfe120
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Crossover copying tx to rx payload mapping 8 (0x7205880ec078) from 0x720567bfe120 to 0x720567bfe120
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Crossover copying tx to rx payload mapping 9 (0x72058804b948) from 0x720567bfe120 to 0x720567bfe120
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Crossover copying tx to rx payload mapping 13 (0x61be96d58818) from 0x720567bfe120 to 0x720567bfe120
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Crossover copying tx to rx payload mapping 110 (0x7205880ef178) from 0x720567bfe120 to 0x720567bfe120
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Crossover copying tx to rx payload mapping 111 (0x72058831c078) from 0x720567bfe120 to 0x720567bfe120
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Crossover copying tx to rx payload mapping 126 (0x7205880dcda8) from 0x720567bfe120 to 0x720567bfe120
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying rx payload mapping 0 (0x72058801d528) from 0x720567bfe120 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying rx payload mapping 8 (0x7205880ec078) from 0x720567bfe120 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying rx payload mapping 9 (0x72058804b948) from 0x720567bfe120 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying rx payload mapping 13 (0x61be96d58818) from 0x720567bfe120 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying rx payload mapping 110 (0x7205882fb448) from 0x720567bfe120 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying rx payload mapping 111 (0x72058831c078) from 0x720567bfe120 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying rx payload mapping 126 (0x7205880dcda8) from 0x720567bfe120 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying tx payload mapping 0 (0x72058801d528) from 0x720567bfe120 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying tx payload mapping 8 (0x7205880ec078) from 0x720567bfe120 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying tx payload mapping 9 (0x72058804b948) from 0x720567bfe120 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying tx payload mapping 13 (0x61be96d58818) from 0x720567bfe120 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying tx payload mapping 110 (0x7205880ef178) from 0x720567bfe120 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying tx payload mapping 111 (0x72058831c078) from 0x720567bfe120 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying tx payload mapping 126 (0x7205880dcda8) from 0x720567bfe120 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_sdp_rtp.c:
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_sdp_rtp.c:
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_session.c: webrtc-client: Media stream 0:audio-0:audio:sendrecv (opus) handled by audio
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_session.c: webrtc-client: Done with stream 0:audio-0:audio:sendrecv (opus)
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_session.c: webrtc-client: Processing stream 0:audio-0:audio:sendrecv (opus)
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_session.c: webrtc-client Stream: 0:audio-0:audio:sendrecv (opus)
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_sdp_rtp.c: webrtc-client Type: audio 0:audio-0:audio:sendrecv (opus)
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) RTCP ignoring duplicate property
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) DTLS RTP setup
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_sdp_rtp.c: RC: 1
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_session.c: webrtc-client: Stream 0:audio-0:audio:sendrecv (opus) added with mid 0
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_session.c: webrtc-client: Done with 0:audio-0:audio:sendrecv (opus)
[2026-02-22 01:00:29] DEBUG[265052] chan_pjsip.c: Topology: <0:audio-0:audio:sendrecv (opus)> Formats: (opus)
[2026-02-22 01:00:29] DEBUG[265052] channel_internal_api.c: PJSIP/webrtc-client-00000014: MultistreamFormats: (opus)
[2026-02-22 01:00:29] DEBUG[265052] channel_internal_api.c: Set native formats but not topology
[2026-02-22 01:00:29] DEBUG[265052] channel_internal_api.c: PJSIP/webrtc-client-00000014: <0:audio-0:audio:sendrecv (opus)>
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_sdp_rtp.c: PJSIP/webrtc-client-00000014 Stream: 0:audio-0:audio:sendrecv (opus)
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) RTCP ignoring duplicate property
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) DTLS RTP setup
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) RTCP setting address on RTP instance
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_sdp_rtp.c: (0x72058835b110) ICE process attributes
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) ICE add remote candidate
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) ICE add remote candidate
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) ICE add remote candidate
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) ICE set role to CONTROLLED
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) ICE start
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) ICE resetting
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) ICE nevermind, not ready for a reset
[2026-02-22 01:00:29] DEBUG[265052] res_rtp_asterisk.c: (0x72058835b110) ICE successfully created checklist
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_sdp_rtp.c: PJSIP/webrtc-client-00000014 ANSWER
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_sdp_rtp.c: PJSIP/webrtc-client-00000014
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Setting tx payload type 9 based on m type on 0x720567bfe020
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Setting tx payload type 0 based on m type on 0x720567bfe020
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Setting tx payload type 8 based on m type on 0x720567bfe020
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Setting tx payload type 13 based on m type on 0x720567bfe020
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_sdp_rtp.c:
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying tx payload mapping 0 (0x72058831af28) from 0x720567bfe020 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying tx payload mapping 8 (0x7205880dc4a8) from 0x720567bfe020 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying tx payload mapping 9 (0x72058801d8d8) from 0x720567bfe020 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying tx payload mapping 13 (0x61be96d58818) from 0x720567bfe020 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying tx payload mapping 110 (0x7205880ffb78) from 0x720567bfe020 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying tx payload mapping 111 (0x720588286a68) from 0x720567bfe020 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] rtp_engine.c: Copying tx payload mapping 126 (0x7205880ea7b8) from 0x720567bfe020 to 0x72058835b2e8
[2026-02-22 01:00:29] DEBUG[265052] channel_internal_api.c: PJSIP/webrtc-client-00000014: MultistreamFormats: (opus)
[2026-02-22 01:00:29] DEBUG[265052] channel_internal_api.c: Set native formats but not topology
[2026-02-22 01:00:29] DEBUG[265052] channel.c: Channel PJSIP/webrtc-client-00000014 setting read format path: opus -> opu
[2026-02-22 01:00:29] DEBUG[265052] channel.c: Channel PJSIP/webrtc-client-00000014 setting write format path: opus -> opus
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_sdp_rtp.c:
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_sdp_rtp.c: Handled
[2026-02-22 01:00:29] DEBUG[265052] channel_internal_api.c: PJSIP/webrtc-client-00000014: <0:audio-0:audio:sendrecv (opus)>
[2026-02-22 01:00:29] DEBUG[265052] stream.c: Topology: 0x7205882e8718: <0:audio-0:audio:sendrecv (opus)>
[2026-02-22 01:00:29] DEBUG[265052] res_pjsip_session.c: Topology: Pending: (null topology) Active: <0:audio-0:audio:sendrecv (opus)>
[2026-02-22 01:00:30] DEBUG[265052] res_pjsip_session.c: Topology: Pending: (null topology) Active: <0:audio-0:audio:sendrecv (opus)>
[2026-02-22 01:00:31] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: (0x72058835b110) ICE valid pair, start media
[2026-02-22 01:00:31] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: (0x72058835b110) RTCP setting address on RTP instance
[2026-02-22 01:00:31] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: (0x72058835b110) ICE starting media - perform DTLS - (0x720588139480)
[2026-02-22 01:00:31] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: (0x720588139480) DTLS perform handshake - ssl = 0x720588055440, setup = 0
[2026-02-22 01:00:31] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: (0x72058835b110) DTLS srtp - scheduled timeout timer for '999' RTP
[2026-02-22 01:00:31] DEBUG[265066] res_rtp_asterisk.c: (0x72058835b110) ICE complete, start media
[2026-02-22 01:00:31] DEBUG[265066] res_rtp_asterisk.c: (0x72058835b110) RTCP setting address on RTP instance
[2026-02-22 01:00:31] DEBUG[266769][C-0000000b] chan_pjsip.c: whatsapp/sip:+PHONENUMBER@wa.meta.vc Topology: <0:audio-0:audio:sendrecv (opus)>
[2026-02-22 01:00:31] DEBUG[265052] res_pjsip_session.c: whatsapp (null) Topology: <0:audio-0:audio:sendrecv (opus)>
[2026-02-22 01:00:31] DEBUG[265052] res_pjsip_session/pjsip_session_caps.c: 'whatsapp' Caps for outgoing audio call with pref 'local_first' - remote: (opus) local: (opus) joint: (opus)
[2026-02-22 01:00:31] DEBUG[266769][C-0000000b] chan_pjsip.c: Topology: <0:audio-0:audio:sendrecv (opus)> Formats: (opu)
[2026-02-22 01:00:31] DEBUG[266769][C-0000000b] channel_internal_api.c: PJSIP/whatsapp-00000015: MultistreamFormats: (opus)
[2026-02-22 01:00:31] DEBUG[266769][C-0000000b] channel_internal_api.c: Set native formats but not topology
[2026-02-22 01:00:31] DEBUG[266769][C-0000000b] channel_internal_api.c: PJSIP/whatsapp-00000015: <0:audio-0:audio:sendrecv (opus)>
[2026-02-22 01:00:31] DEBUG[266769][C-0000000b] stream.c: Topology: 0x720570015918: <0:audio-0:audio:sendrecv (opus)>
[2026-02-22 01:00:31] DEBUG[266769][C-0000000b] chan_pjsip.c: PJSIP/whatsapp-00000015 Topology: <0:audio-0:audio:sendrecv (opus)>
[2026-02-22 01:00:31] DEBUG[265052] chan_pjsip.c: PJSIP/whatsapp-00000015 Topology: <0:audio-0:audio:sendrecv (opus)>
[2026-02-22 01:00:31] DEBUG[265052] res_pjsip_session.c: PJSIP/whatsapp-00000015: Processing stream 0:audio-0:audio:sendrecv (opus)
[2026-02-22 01:00:31] DEBUG[265052] res_pjsip_session.c: PJSIP/whatsapp-00000015 Stream: 0:audio-0:audio:sendrecv (opus)
[2026-02-22 01:00:31] DEBUG[265052] res_pjsip_sdp_rtp.c: PJSIP/whatsapp-00000015 Type: audio 0:audio-0:audio:sendrecv (opus)
[2026-02-22 01:00:31] DEBUG[265052] res_pjsip_sdp_rtp.c: Transport transport-tls bound to 0.0.0.0: Using it for RTP media.
[2026-02-22 01:00:31] DEBUG[265052] rtp_engine.c: Using engine 'asterisk' for RTP instance '0x72058827ac50'
[2026-02-22 01:00:31] DEBUG[265052] res_rtp_asterisk.c: (0x72058827ac50) RTP allocated port 10016
[2026-02-22 01:00:31] DEBUG[265052] res_rtp_asterisk.c: (0x72058827ac50) ICE creating session 0.0.0.0:10016 (10016)
[2026-02-22 01:00:31] DEBUG[265052] res_rtp_asterisk.c: (0x72058827ac50) ICE create
[2026-02-22 01:00:31] DEBUG[265052] res_rtp_asterisk.c: (0x72058827ac50) ICE add system candidates
[2026-02-22 01:00:31] DEBUG[265052] res_rtp_asterisk.c: (0x72058827ac50) ICE add candidate: 10.0.0.15:10016, 2130706431
[2026-02-22 01:00:31] DEBUG[265052] res_rtp_asterisk.c: (0x72058827ac50) ICE request STUN TCP RTP candidate
[2026-02-22 01:00:32] DEBUG[265052] res_rtp_asterisk.c: (0x72058827ac50) ICE add candidate: 123.123.HIDDEN.123.123:10016, 1694498815
[2026-02-22 01:00:32] DEBUG[265052] rtp_engine.c: RTP instance '0x72058827ac50' is setup and ready to go
[2026-02-22 01:00:32] DEBUG[265052] res_rtp_asterisk.c: (0x72058827ac50) ICE change number of components 2 -> 1
[2026-02-22 01:00:32] DEBUG[265052] res_rtp_asterisk.c: (0x72058827ac50) ICE resetting
[2026-02-22 01:00:32] DEBUG[265052] res_rtp_asterisk.c: (0x72058827ac50) ICE nevermind, not ready for a reset
[2026-02-22 01:00:32] DEBUG[265052] res_rtp_asterisk.c: () RTCP setup on RTP instance
[2026-02-22 01:00:32] DEBUG[265052] res_rtp_asterisk.c: (0x72058827ac50) DTLS RTP setup
[2026-02-22 01:00:32] DEBUG[265052] res_rtp_asterisk.c: (0x72058827ac50) DTLS RTCP setup
[2026-02-22 01:00:32] DEBUG[265052] res_srtp.c: local_key64 CBrvNpief0qaHkYQk5HVha2r19Bgpy0hpnVKdOs8 len 40
[2026-02-22 01:00:32] DEBUG[265052] res_pjsip_sdp_rtp.c: RC: 1
[2026-02-22 01:00:32] DEBUG[265052] res_pjsip_session.c: PJSIP/whatsapp-00000015: Stream 0:audio-0:audio:sendrecv (opus) added with mid audio-0
[2026-02-22 01:00:32] DEBUG[265052] res_pjsip_session.c: PJSIP/whatsapp-00000015: Done with 0:audio-0:audio:sendrecv (opus)
[2026-02-22 01:00:32] DEBUG[265052] res_pjsip_session.c: Topology: Pending: <0:audio-0:audio:sendrecv (opus)> Active: (null topology)
[2026-02-22 01:00:32] DEBUG[266769][C-0000000b] channel.c: Channel PJSIP/whatsapp-00000015 setting read format path: opus -> opus
[2026-02-22 01:00:32] DEBUG[266769][C-0000000b] channel.c: Channel PJSIP/webrtc-client-00000014 setting write format path: opus -> opus
[2026-02-22 01:00:32] DEBUG[266769][C-0000000b] channel.c: Channel PJSIP/webrtc-client-00000014 setting read format path:opus -> opus
[2026-02-22 01:00:32] DEBUG[266769][C-0000000b] channel.c: Channel PJSIP/whatsapp-00000015 setting write format path: opu -> opus
[2026-02-22 01:00:32] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: (0x72058835b110) DTLS - __rtp_recvfrom rtp=0x720588139480 - Got SSL packet '22'
[2026-02-22 01:00:32] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: (0x72058835b110) DTLS srtp - stopped timeout timer'
[2026-02-22 01:00:32] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: (0x72058835b110) DTLS srtp - scheduled timeout timer for '999' RTP
[2026-02-22 01:00:32] DEBUG[265052] res_pjsip_session.c: Topology: Pending: <0:audio-0:audio:sendrecv (opus)> Active: (null topology)
[2026-02-22 01:00:32] DEBUG[265052] res_pjsip_session.c: Topology: Pending: <0:audio-0:audio:sendrecv (opus)> Active: (null topology)
[2026-02-22 01:00:32] DEBUG[265057] res_pjsip_session.c: Topology: Pending: <0:audio-0:audio:sendrecv (opus)> Active: (null topology)
[2026-02-22 01:00:32] DEBUG[265052] res_pjsip_session.c: Topology: Pending: <0:audio-0:audio:sendrecv (opus)> Active: (null topology)
[2026-02-22 01:00:32] DEBUG[266769][C-0000000b] channel.c: Channel PJSIP/webrtc-client-00000014 setting write format path: slin -> opus
[2026-02-22 01:00:32] DEBUG[265052] res_pjsip_session.c: Topology: Pending: <0:audio-0:audio:sendrecv (opus)> Active: (null topology)
[2026-02-22 01:00:32] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: (1771722029.30) RTP ooh, format changed from none to opus
[2026-02-22 01:00:32] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: (1771722029.30) RTCP starting transmission in 5000 ms
[2026-02-22 01:00:32] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (type 111, seq 024002, ts 000960, len -000012)
[2026-02-22 01:00:32] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (type 111, seq 024003, ts 001920, len -000012)
[2026-02-22 01:00:32] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (type 111, seq 024004, ts 002880, len -000012)
[2026-02-22 01:00:32] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (type 111, seq 024005, ts 003840, len -000012)
[2026-02-22 01:00:32] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (type 111, seq 024006, ts 004800, len -000012)
[2026-02-22 01:00:32] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (type 111, seq 024007, ts 005760, len -000012)
[2026-02-22 01:00:32] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (type 111, seq 024008, ts 006720, len -000012)
[2026-02-22 01:00:32] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (type 111, seq 024009, ts 007680, len -000012
[2026-02-22 01:00:33] DEBUG[265084] res_rtp_asterisk.c: (0x72058835b110) DTLS srtp - handle timeout - rtcp=0 result: 1
[2026-02-22 01:00:33] DEBUG[265084] res_rtp_asterisk.c: (0x72058835b110) DTLS srtp - handle timeout - rtcp=0 timeout=1999
[2026-02-22 01:00:33] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (type 111, seq 024040, ts 037440, len -000012)
[2026-02-22 01:00:33] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (type 111, seq 024041, ts 038400, len -000012)
[2026-02-22 01:00:33] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (type 111, seq 024042, ts 039360, len -000012)
[2026-02-22 01:00:33] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (type 111, seq 024043, ts 040320, len -000012)
[2026-02-22 01:00:33] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (type 111, seq 024044, ts 041280, len -000012)
[2026-02-22 01:00:33] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: (0x72058835b110) DTLS - __rtp_recvfrom rtp=0x720588139480 - Got SSL packet '20'
[2026-02-22 01:00:33] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: (0x72058835b110) DTLS srtp - stopped timeout timer'
[2026-02-22 01:00:33] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: (0x72058835b110) DTLS setup SRTP rtp=0x720588139480'
[2026-02-22 01:00:33] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: (0x72058835b110) DTLS srtp - add local ssrc - rtcp=0, set_remote_policy=1'
[2026-02-22 01:00:33] DEBUG[266769][C-0000000b] res_srtp.c: Adding new policy for SSRC 154795736
[2026-02-22 01:00:33] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: (0x72058835b110) DTLS - __rtp_recvfrom rtp=0x720588139480 - established'
[2026-02-22 01:00:33] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Got RTP packet from [BROWSER-IP]:57309 (type 111, seq 029269, ts 3117514633, len 000661)
[2026-02-22 01:00:33] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: 1771722029.30: Seed ts: 3117514633 current time: 1771722033.403003
[2026-02-22 01:00:33] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Got RTP packet from [BROWSER-IP]:57309 (type 111, seq 029270, ts 3117515593, len 000661)
[2026-02-22 01:00:33] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: 1771722029.30: Packet 2 < 15. Ignoring
[2026-02-22 01:00:33] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Got RTP packet from [BROWSER-IP]:57309 (type 111, seq 029271, ts 3117516553, len 000661)
[2026-02-22 01:00:33] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: 1771722029.30: Packet 3 < 15. Ignoring
[2026-02-22 01:00:33] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Got RTP packet from [BROWSER-IP]:57309 (type 111, seq 029272, ts 3117517513, len 000661)
[2026-02-22 01:00:33] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: 1771722029.30: Packet 4 < 15. Ignoring
[2026-02-22 01:00:33] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (via ICE) (type 111, seq 024045, ts 042240, len 000652)
[2026-02-22 01:00:33] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Got RTP packet from [BROWSER-IP]:57309 (type 111, seq 029273, ts 3117518473, len 000661)
[2026-02-22 01:00:33] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: 1771722029.30: Packet 5 < 15. Ignoring
THE FOLLOWING "Sent RTP packet to [BROWSER-IP]:57309" ARE "BEEP BEEP" NOISES SENT FROM ASTERISK TO MY WEBRTC CLIENT. HAVENT ANSWERED YET.
[2026-02-22 01:00:33] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (via ICE) (type 111, seq 024046, ts 043200, len 000677)
[2026-02-22 01:00:33] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (via ICE) (type 111, seq 024047, ts 044160, len 000636)
[2026-02-22 01:00:33] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (via ICE) (type 111, seq 024048, ts 045120, len 000633)
[2026-02-22 01:00:33] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (via ICE) (type 111, seq 024049, ts 046080, len 000707)
[2026-02-22 01:00:33] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (via ICE) (type 111, seq 024050, ts 047040, len 000616)
...
[2026-02-22 01:00:34] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: 1771722029.30: Packet 14 < 15. Ignoring
[2026-02-22 01:00:34] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Got RTP packet from [BROWSER-IP]:57309 (type 111, seq 029283, ts 3117528073, len 000661)
[2026-02-22 01:00:34] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Got RTP packet from [BROWSER-IP]:57309 (type 111, seq 029285, ts 3117529993, len 000661)
[2026-02-22 01:00:34] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: 1771722029.30: pkt: 17 Arrival sec: 0.000 Arrival ts: 18 RX ts: 3117529993 Transit samp: 1177437321 Last transit samp: 1177438272 d: 951 Curr jitter: 56( 0.001) Prev Jitter: 59( 0.001) New Jitter: 115( 0.002)
[2026-02-22 01:00:34] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Got RTP packet from [BROWSER-IP]:57309 (type 111, seq 029286, ts 3117530953, len 000661)
SOME DTLS SET UP
[2026-02-22 01:00:34] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: (0x72058835b110) DTLS - __rtp_recvfrom rtp=0x720588139480 - Got SSL packet '20'
[2026-02-22 01:00:34] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: (0x72058835b110) DTLS srtp - stopped timeout timer'
[2026-02-22 01:00:34] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: (0x72058835b110) DTLS setup SRTP rtp=0x720588139480'
[2026-02-22 01:00:34] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: (0x72058835b110) DTLS srtp - add local ssrc - rtcp=0, set_remote_policy=1'
[2026-02-22 01:00:34] DEBUG[266769][C-0000000b] res_srtp.c: Adding new policy for SSRC 154795736
[2026-02-22 01:00:34] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: (0x72058835b110) DTLS - __rtp_recvfrom rtp=0x720588139480 - established'
[2026-02-22 01:00:34] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Got RTP packet from [BROWSER-IP]:57309 (type 111, seq 029318, ts 3117561673, len 000661)
[2026-02-22 01:00:34] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: 1771722029.30: pkt: 50 Arrival sec: 0.178 Arrival ts: 8538 RX ts: 3117561673 Transit samp: 1177414161 Last transit
BACK TO BEEP BEEP NOISE ON THE WEBRTC FRONT END
samp: 1177414992 d: 831 Curr jitter: -7(89478.485) Prev Jitter: 936( 0.019) New Jitter: 929( 0.019)
[2026-02-22 01:00:34] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (via ICE) (type 111, seq 024090, ts 085440, len 000663)
[2026-02-22 01:00:34] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Got RTP packet from [BROWSER-IP]:57309 (type 111, seq 029319, ts 3117562633, len 000661)
...
[2026-02-22 01:00:36] DEBUG[266769][C-0000000b] res_rtp_asterisk.c: 1771722029.30: pkt: 175 Arrival sec: 2.687 Arrival ts: 128979 RX ts: 3117681673 Transit samp: 1177414602 Last transit samp: 1177415561 d: 959 Curr jitter: -22(89478.485) Prev Jitter: 1313( 0.027) New Jitter: 1290( 0.027)
[2026-02-22 01:00:36] VERBOSE[266769][C-0000000b] res_rtp_asterisk.c: Sent RTP packet to [BROWSER-IP]:57309 (via ICE) (type 111, seq 024216, ts 206400, len 000013)