Is there any way to use only SIP account for audio calls in Jitsi?
For example we have two Jitsi accounts: the first is xmpp (openfire) and
the second is sip (asterisk).
By default, for audio calls Jitsi is using the first account (xmpp) to call
abonent directly via Jingle, so we need to redirect all audio calls through
Asterisk server, using only SIP account.
Is there any way to use only SIP account for audio calls in Jitsi?
For example we have two Jitsi accounts: the first is xmpp (openfire) and the
second is sip (asterisk).
By default, for audio calls Jitsi is using the first account (xmpp) to call
abonent directly via Jingle, so we need to redirect all audio calls through
Asterisk server, using only SIP account.
It works, thank you
But video call and share desktop icons have been disappeared with a new
setting. Is there any way to return functionality with
* CALLING_DISABLED=true setting?*
*Regards,*
*Juri*
···
On Mon, Nov 9, 2015 at 2:56 PM, Ingo Bauersachs <ingo@jitsi.org> wrote:
> Is there any way to use only SIP account for audio calls in Jitsi?
> For example we have two Jitsi accounts: the first is xmpp (openfire) and
the
> second is sip (asterisk).
> By default, for audio calls Jitsi is using the first account (xmpp) to
call
> abonent directly via Jingle, so we need to redirect all audio calls
through
> Asterisk server, using only SIP account.
But video call and share desktop icons have been disappeared with a new
setting. Is there any way to return functionality with
CALLING_DISABLED=true setting?
Not as mixed protocols, because audio and video calls (and desktop sharing, which is effectively just a video stream from a different source) need to go through the same protocol which was XMPP/Jingle. If you want to enable video, you'd need to do that on your SIP server (in Asterisk AFAIK it's videosupport=yes and allow=h264, but verify it).
Asterisk has a video support (videosupport=yes, allow=h264) in sip.conf,
but video call icon in Jitsi is still greyed out.
How to debug it?
Regards,
Juri
···
On Tue, Nov 10, 2015 at 11:33 AM, Ingo Bauersachs <ingo@jitsi.org> wrote:
> It works, thank you
>
> But video call and share desktop icons have been disappeared with a new
> setting. Is there any way to return functionality with
> CALLING_DISABLED=true setting?
Not as mixed protocols, because audio and video calls (and desktop
sharing, which is effectively just a video stream from a different source)
need to go through the same protocol which was XMPP/Jingle. If you want to
enable video, you'd need to do that on your SIP server (in Asterisk AFAIK
it's videosupport=yes and allow=h264, but verify it).