Ejabberd: How to make voice call in ejabberd. Which module is needed.

Created on 8 Dec 2017  路  3Comments  路  Source: processone/ejabberd

What version of ejabberd are you using?

Ejabberd 17.11

What operating system (version) are you using?

Ubuntu 17

How did you install ejabberd (source, package, distribution)?

Run Package

What did not work as expected? Are there error messages in the log? What
was the unexpected behavior? What was the expected result?

Hello,
I want to know how to make client to client voice call through client in ejabberd.
Which module is needed and from where i get that module. And one more question is how to use Rest API through OAuth token. OAuth need jid and password to generate token but when im using register new account API with OAuth token then how can a i use jid and password. IF a user run register commands it means that user don't have an account then how can he/she generate token by using credentials. Any simple way to generate token without jid and password and use that token in API.

Thank you very much.

Most helpful comment

VoIP in XMPP (aka "Jingle") is a client specific feature. The only exception is that STUN/TURN server is needed sometimes, and ejabberd provides one. Refer to the documentation on how to configure this STUN/TURN thingy. Another way to utilize VoIP with ejabberd is to use SIP (there is mod_sip in ejabberd, see the docs).

Regarding your question about OAuth: dunno, you're better off creating a separate issue, maybe somebody will answer.

All 3 comments

No one here to answer this question?

VoIP in XMPP (aka "Jingle") is a client specific feature. The only exception is that STUN/TURN server is needed sometimes, and ejabberd provides one. Refer to the documentation on how to configure this STUN/TURN thingy. Another way to utilize VoIP with ejabberd is to use SIP (there is mod_sip in ejabberd, see the docs).

Regarding your question about OAuth: dunno, you're better off creating a separate issue, maybe somebody will answer.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sujankumar4593 picture sujankumar4593  路  4Comments

ForGuru picture ForGuru  路  4Comments

pacija picture pacija  路  4Comments

lucastimotiofirmino picture lucastimotiofirmino  路  3Comments

Vshnv picture Vshnv  路  4Comments