Elastix server is at 76.79.56.227, and the customer’s PBX is at
10.1.132.7. Connectivity between sites is managed via SmartRouter L2TP
VPN connections. On the customer side, there is a route saying
76.79.56.227 lives on the VPN, not across the public internet. This
allows full intercommunication between servers without any NAT, which is
imperative.
That all said, here are my settings — On the Yeastar MyPBX side:
And then the Elastix side:
Note this is all being done without any username or password. This
is because EACH SIDE trusts the IP address of the other. This technique
could not be used securely with a dynamic IP address on either side.
Now that the trunk is there, I need to set up routing. I’m going to
have each side have a prefix to route calls to extensions on the other
side. In my case, users of the Elastix public server can dial 132 + any
3-digit extension on the MyPBX. Putting the “132” in the “prefix” box
instructs Elastix to strip the 132 off the number before sending it to
the trunk. This makes MyPBX just see an extension number when it rings
in, which is exactly what I want.
And, this wasn’t really necessary, but I figured I’d let the users of
the MyPBX system call users off the public server while I was at it.
In this case, I’m going to have them dial 555 + any four digit
extension for users off the Elastix server:
Tuesday, December 15, 2015
Sunday, December 13, 2015
Reset Password root GUI diladele
1. Copy file database /var/opt/qlproxy/db/qlproxy.sqlite
2. edit qlproxy.sqlite with sqlexpresslite.
change the value in main.auth_user table
2. edit qlproxy.sqlite with sqlexpresslite.
change the value in main.auth_user table
pbkdf2_sha256$12000$ flbDn9Ag2hU7$ r528LZySkEkzxBV1RQxc/ SWlc5G4LMsQVwcmxBWlKgU=
this is the password P@ssw0rd
Save and upload back, try to login
Tuesday, December 1, 2015
install plex server on openmediavault
Juat install OMV Extras and then in OMV Extras there is a Plex repo that needs to be enabled
how to install omv extra;
how to install omv extra;
- wget http://omv-extras.org/openmediavault-omvextrasorg_latest_all.deb
- dpkg -i openmediavault-omvextrasorg_latest_all.deb
- apt-get update
openmediavault 2.1 error Package apt-transport-https is not installed
oot@openmediavault:/# dpkg -i openmediavault-omvextrasorg_latest_all.deb
Selecting previously unselected package openmediavault-omvextrasorg.
(Reading database ... 40854 files and directories currently installed.)
Unpacking openmediavault-omvextrasorg (from openmediavault-omvextrasorg_latest_all.deb) ...
dpkg: dependency problems prevent configuration of openmediavault-omvextrasorg:
openmediavault-omvextrasorg depends on apt-transport-https; however:
Package apt-transport-https is not installed.
dpkg: error processing openmediavault-omvextrasorg (--install):
dependency problems - leaving unconfigured
Processing triggers for openmediavault ...
Restarting engine daemon ...
Errors were encountered while processing:
solution :
Selecting previously unselected package openmediavault-omvextrasorg.
(Reading database ... 40854 files and directories currently installed.)
Unpacking openmediavault-omvextrasorg (from openmediavault-omvextrasorg_latest_all.deb) ...
dpkg: dependency problems prevent configuration of openmediavault-omvextrasorg:
openmediavault-omvextrasorg depends on apt-transport-https; however:
Package apt-transport-https is not installed.
dpkg: error processing openmediavault-omvextrasorg (--install):
dependency problems - leaving unconfigured
Processing triggers for openmediavault ...
Restarting engine daemon ...
Errors were encountered while processing:
solution :
apt-get -f install
Then continue install plex server
Subscribe to:
Posts (Atom)