-
Notifications
You must be signed in to change notification settings - Fork 50
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
ver 0.7.0 - plugin add a few parameter to conf invite #61
Comments
same problem here you get errors and the conference link is not generated |
I see. So I guess that if you're offline and try and create a meeting it will also break |
i just mean that will be nice to have opportunity to disable this messages to prevent a additional question from users. |
Yes |
Hi. Have same problem. Dont need any tel numbers in meeting creation, just jitsi link. |
Same for me. Just need the meeting link. |
I just experienced the same behavior. Workaround
Next thing you should do is write two php scripts that are available under above mentioned address (these are examples but you know what I mean). Haven't tested, but maybe plain textfiles would do the job as well but you have to try. These scripts should output the following: phonenumberlist: That's it. Now neither will the plugin complain, nor will there be any random numbers or pins be listed to your appointment. How the developer could handle it |
…ical#70 timetheoretical#72 timetheoretical#74 When a local installation does not provide Dial-in access, there is no need for listing phone numbers and conference PINs. Both lists usually are gathered by - CONFERENCEMAPPER_ENDPOINT - PHONENUMBERLIST_ENDPOINT Enable a value of "none" in the installer to skip trying to retrieve the numbers and PINs
…ical#70 timetheoretical#72 timetheoretical#74 When a local installation does not provide Dial-in access, there is no need for listing phone numbers and conference PINs. Both lists usually are gathered by - CONFERENCEMAPPER_ENDPOINT - PHONENUMBERLIST_ENDPOINT Enable a value of "none" in the installer to skip trying to retrieve the numbers and PINs
Hi.
i have a strange situation. when i try to create a new meeting via plugin it's add a phone numbers and pincode. but my installation is not include SIP and JWP.
if option phoneNumberListEndpoint is not set at config i will see string api.jitsi.net at config file and get a lot of phone numbers at invitation. if i set to to my server - i will get a lot of errors.
same for option conferenceMapperEndpoint.
at plugin ver 0.6.6 we had not such issue.
The text was updated successfully, but these errors were encountered: