-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chat Groups including external participants is impossible #199
Comments
Hello @Gorbas, Here is the procedure to implement interoperability between two domains : documentation. Sincerely, |
Thank you @Failxxx , I will test this approach and I will update you. It should be noted that the "external" participants are not actual SIP Clients, but in fact an SIP Bridge will forward messages using Inbound & Outbound SMS/MMS |
Hi @Failxxx , I checked that I already had applied this configuration. Have you tested integration to external domains using RFC4579? Is there something that I should include to my NOTIFY messages to make it work or could I somehow make Flexisip allow participation of any SIP address to group chats without checking that they are actually registered? Sincerely, |
Hi @Gorbas, However, I would need more information to better understand the issue you are facing here. Did you find what is the problem? What is the cause of the failure to create a chat room? Sincerely, |
@Failxxx I have postponed the implementation of Group Chat support for now. I will send you as soon as I will continue working on it. May I keep this issue open? Best, |
Alright, no problem. Félix. |
Problem description
When I try to create a new Chat Group that includes "external" SIP addresses using my Linphone clone app, I see that Flexisip Proxy forwards the SIP messages to my external SIP server and my SIP server replies back with "OK" and "NOTIFY" messages. However, the Linphone app fails to create the group.
Is there anything that I am missing in my configuration or in the exchanged messages?
SETUP
I have setup my Flexisip server using two domains:
The "external" SIP accounts will be managed by a separate SIP service that listens on port 6060 of the same VM as Flexisip.
I have also configured the follwoing Flexisip route (routes.conf), so that Flexisip Proxy forwards the SIP messages to my external SIP server:
EXCHANGED MESSAGES
Flexisip Proxy forward to my external SIP
My external SIP sends back to Flexisip PROXY [200 OK]
My external SIP sends back to Flexisip PROXY [NOTIFY]
The text was updated successfully, but these errors were encountered: