/usr/src/freeswitch-1.10.12/src/mod/applications/mod_audio_stream/mod_audio_stream.c: In function 'capture_callback': /usr/src/freeswitch-1.10.12/src/mod/applications/mod_audio_stream/mod_audio_stream.c:35:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] 35 | int channelIsClosing = tech_pvt->close_requested ? 0 : 1; | ^~~ Fixed with the following change. <img width="1080" height="302" alt="Image" src="https://github.com/user-attachments/assets/eb01ee36-56b8-45ce-a382-005c561fac00" />