This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/openmeetings-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 58009b0 Switch to open source UUID Generator
new c61ecf3 Merge pull request #1 from aarreedd/asf-site
58009b0 is described below
commit 58009b099257fb2eeec120187e9abe4b8e049044
Author: Alan Reed <[email protected]>
AuthorDate: Mon Jan 13 19:41:18 2020 -0500
Switch to open source UUID Generator
---
voip-sip-integration.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/voip-sip-integration.html b/voip-sip-integration.html
index fea0c6f..38af9ed 100644
--- a/voip-sip-integration.html
+++ b/voip-sip-integration.html
@@ -487,7 +487,7 @@ write = all
<b><bean id="sipDao"
class="org.apache.openmeetings.db.dao.room.SipDao"></b> uncomment its
parameters and set it to your custom values.
<br> set value for
<code class="\"literal\"">uid</code> property to unique secret
value (can be generated here
- <a class="externalLink"
href="https://www.uuidgenerator.net">https://www.uuidgenerator.net</a>) and
sync it with
+ <a class="externalLink"
href="https://www.uuidtools.com">https://www.uuidtools.com</a>) and sync it
with
<code class="\"literal\"">settings.properties</code> of red5sip
(see below)
<p style="font-size: larger; color: blue;"> IMPORTANT: this step should be
done <b>BEFORE</b> system install/restore otherwise all SIP related room
information will be lost </p>
</div>
@@ -540,7 +540,7 @@ sip.secret=12345 # sip password
sip.realm=asterisk # sip realm
sip.proxy=127.0.0.1 # address of sip proxy
rooms.forceStart=no # TBD
-uid=87dddad4-9ca5-475b-860f-2e0825d02b76 #can be generated here:
https://www.uuidgenerator.net/
+uid=87dddad4-9ca5-475b-860f-2e0825d02b76 #can be generated here:
https://www.uuidtools.com/
rooms=1 # TBD (not in use)
</pre>