You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Me and a colleague of mine are working on an academic project that we are building based on this Drachtio and Freeswitch framework but we have been running into some problems playing audio into our call as was somewhat described here. We use containers for both of them as is suggested in several of your readmes/comments.
I decided to open a new issue with more info so that maybe we could pinpoint the problem since we have been stuck on this for a long time
We changed our app.js to be similar to what you showed us and right now it looks like this:
We use zoiper5 to make a call. The registration process works, the call is accepted and it hangs on silently for some time (around 30s) before printing the "Call ended" and "Finished playing" logs.
Are we doing something wrong? Could this be a container issue? We are not sure what else to test. I've considered running freeswitch locally on my machine to test but the configuration needed to set it up with drachtio is kind of scary for a newbie and deterred me.
Thank you in advance :)
The text was updated successfully, but these errors were encountered:
I agree. It happens to me as well.
I found out that with Mizudroid on Android I can hear the sound when using their video call feature but not on their regular voice call feature. It seems to me that their video call is using their proxy which is not used by their voice call.
It's all about figuring out if the Freeswitch server external ip is configured to work with a public IP or not. By default the image on docker most of the time will use a private one. you can check yourself and see how it's configured with sofia status profile drachtio_mrf:
Ext-RTP-IP
Ext-SIP-IP
Hello Dave,
Me and a colleague of mine are working on an academic project that we are building based on this Drachtio and Freeswitch framework but we have been running into some problems playing audio into our call as was somewhat described here. We use containers for both of them as is suggested in several of your readmes/comments.
I decided to open a new issue with more info so that maybe we could pinpoint the problem since we have been stuck on this for a long time
We changed our app.js to be similar to what you showed us and right now it looks like this:
Dockerfile:
package related dependencies:
We use zoiper5 to make a call. The registration process works, the call is accepted and it hangs on silently for some time (around 30s) before printing the "Call ended" and "Finished playing" logs.
Are we doing something wrong? Could this be a container issue? We are not sure what else to test. I've considered running freeswitch locally on my machine to test but the configuration needed to set it up with drachtio is kind of scary for a newbie and deterred me.
Thank you in advance :)
The text was updated successfully, but these errors were encountered: