Replies: 1 comment 1 reply
-
Don’t try to fast-track answers by name-dropping the library authors. It’s not clever, it’s just annoying. So don't do that again, please. BTW nobody is gonna give you full consultancy services for free. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m currently developing a SIP phone using the JsSIP library and would appreciate some guidance on implementing a conference call feature.
So far, I’ve successfully implemented the basic call controls such as mute, unmute, hold, unhold, and call transfer. I’m now looking to add support for conference calling.
I’m using FusionPBX with FreeSWITCH as the backend SIP server. Has anyone implemented conference calling with this setup using JsSIP? I’m specifically looking for advice or best practices on how to:
Merge multiple calls into a single conference
Manage audio streams appropriately
Handle SIP signaling and media negotiation
Use FreeSWITCH’s conference modules (if applicable)
Any examples, references, or tips would be really helpful!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions