drachtio/drachtio-freeswitch-modules

Possibly incorrect documentation

egorsmkv opened this issue · 7 comments

The page https://github.com/drachtio/drachtio-freeswitch-modules/tree/main/modules/mod_audio_fork says

The audioContentType value can be either wave or raw.

when I set audioContentType to wav I am getting this error:

2021-11-09 12:27:36.841784 [DEBUG] lws_glue.cpp:84 (6) processIncomingMessage - unsupported audioContentType: wave

Yes, this was a bug, but I think I fixed in the latest code (either wave or wav should work)

else if (0 == strcmp(szAudioContentType, "wave") || 0 == strcmp(szAudioContentType, "wav")) {

I am using drachtio/drachtio-freeswitch-mrf:v1.10.1-full, was this update included in that image?

hmm, probably not. I will need to rebuild a newer image I guess

Thank you, Dave

can you try docker pull drachtio/drachtio-freeswitch-mrf:1.10.5 ?

I've just built this, it should have updated code and loads all the plugins. It uses Freeswitch 1.10.5

Hello, Dave!

Sure, I will test this new version and let you know about my issue.

Thanks!

Hello, Dave.

All is okay, I do not see the error message.

Thank you!