Config for showing Dial-In numbers on the frontend. #309
-
Reading this guide on how to get dial in numbers and PIN shown on the frontend. How can we add the following two keys to the config?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Can you please stop asking questions in issues section instead of the discussion section. |
Beta Was this translation helpful? Give feedback.
-
Edit this file Add config.dialInNumbersUrl ="xxxxxxxxxxxx"; If you want to make it permanant, then clone Pade and make the changes to your clone and rebuild repo or unzip pade.jar, edit file and repackage |
Beta Was this translation helpful? Give feedback.
Edit this file
openfire-pade-plugin/src/webapp/config_custom.js
Line 1 in 9bd1f0c
Add
config.dialInNumbersUrl ="xxxxxxxxxxxx";
config.dialInConfCodeUrl = "zzzzzzzzzzzzzzzz";
If you want to make it permanant, then clone Pade and make the changes to your clone and rebuild repo or unzip pade.jar, edit file and repackage