Open Emil-Suleymanli opened 4 years ago
@Viish , It might be a problem with my Flexisip conference server configuration, but I just want to make sure if I am doing the correct changes on the client side on Linphone Android app.
Should replacing the default domains to my Flexisip server URL in linphone_assistant_create.rc and non_localizable_custom.xml files be sufficient or are there other chanages I have to make?
The goal is to make group chat function working with the custom Flexisip server instead of Linphone.org.
Also, in LinphoneManager.java file, to migrate linphone accounts to have conference, LIME X3Dh server is used which points to linphone.org. I tried to remove it and run the app just to have a group chat even without end-to-end encryption. But the user is still not able to create a chat room.
Appreciate your help.
Hi All,
I have successfully built the app in Android Studio and it works. I have my own Flexisip server running, and I am trying to integrate it with the app, specifically for group chat function.
Since group chat feature is supported for linphone.org accounts only, I updated the sip.linphone.org domain address in linphone_assistant_create.rc and non_localizable_custom.xml files with my own Flexisip server's domain address.
When I run the app, "Use Linphone Account" > adding the username and password for the user in MariaDB, it registers with my Flexisip server and I can send the messages between the individual users. However, when I try to create a chat room, it is stuck and keeps loading after I add participants and name a group with no success.
Below is my configuration for the Flexisip server. I have replaced the domain with sip.example.com. (I have tried with and without Media Relay module)
Does anyone know what is the reason for group chat failing?
Thanks in advance!