I’m new to the Jitsi environment. I’ve installed a month ago and it’s pretty amazing. My situation is this:
I have a Ubuntu server 20.04.6 LTS with Jigasi connected to my Asterisk server working. The video conferencing is also working. I’m able to call to my SIP accounts from any conference, and the extensions can join the conference from Asterisk. I intend to use Jitsi with multi-tenancy.
On my asterisk server i have an extensions lists which i intend to use as my contact list for each tenancy.
During some meeting, i’d like to be able to search and add to the conferece any of the contacts listed in my Asterisk.
I’ve tried to config dialInNumbersUrl pointed to usr/share/jitsi-meet/phone_numbers.json (this file with some sample contacts), but it did not work. I’m also saw the there’s a peoplesearchurl config, but even after a lot research i could not find any docs to implement this.
does anyone face a similar problem or have any suggestion?
Hi @emrah, thanks, but unfortunately as you can see below, this configuration didn’t work out. i can see in the chrome inspector, that Jitsi did not execute any request to search for 1000 number. the json file is ok at this address https://meet.coipe.com.br/contacts.json
when a try to search for 1000 in the searching pane, nothing happens, i’ve check the Network inspect in chrome and any request is made when i tried to search:
however, it’s still not working, when i start typing the user name, it does not show a window with the result search…and when i try to cal the 1000, it does not work.
I’ve seen there are two type of contacts jitsi can handle: “user” and “videosipgw”. i understood that this last one requires jibri in order to work.
But for the “user” contact type, i need to be able to create a custom script to send an invitation with the conference’s url in contact’s mail address for example.
@damencho something is just realize after starting using the token auth is: in order to create a new meeting is mandatory to create a token, but how could this token to be automatically create for the first user? if you go to https://meet.coipe.com.br/top/ and try to create a new meeting, you’ll see you can’t. that is, because now it needs a token. how can i solve that? before the token setup, it was just click on “start a meeting” and it worked.
You need something to generate you a token, normally that is tight to your authentication mechanism and you create a token based on your user authenticating and then pass the token to the iframe.
We have a token-generator debian package which can be used to generate a client token … there is also a small example I recently did (it is an nginx hack) that generates tokens to use with jaas for all meetings but this means there are not guests … you can find it under jitsi-meet source code in doc/jaas.