+1 for Yealink phones. Also doing this for years. We have even modified the
OpenVPN Server Tab to have a 'Download Yealink' button to create and download
the tar file automatically.
Here is a script to create the tar file:
-------------------
#!/bin/sh
# Create an openvpn file for yealink phones
# It assumes a user has been created on Astlinux as the MAC address and the
file has been downloaded to ~/Temp
die() { echo "$@">&2; exit 1; }
MAC="$1"
[ "$MAC" ] || die "Specify Yealink OpenVPN User e.g. MAC Address"
cd ~/Temp/$MAC/openvpn-cert-key
cp $MAC.ovpn vpn.cnf
tar -cvpf $MAC-ovpn.tar vpn.cnf
echo
echo "$MAC-ovpn.tar has been created in ~/Temp/$MAC/openvpn-cert-key ready for
upload to phone"
echo
---------------------
Regards
Michael Knill
On 28/3/18, 11:15 pm, "Michael Keuter" <[email protected]> wrote:
> Am 28.03.2018 um 13:26 schrieb Shamus Rask <[email protected]>:
>
> I’m looking to deploy several SIP phones for a client in remote
locations. I’ve done some Googling, but there isn’t a lot of information out
there. Does anyone have any good recommendations for a SIP phone with built-in
VPN client? Looking to have phone be able connect to any user’s home network
and connect via VPN tunnel to their AstLinux PBX.
>
> Cheers,
> Shamus
Hi Shamus,
all Yealink IP phones have an OpenVPN client included.
With a firmware update you can also use many of the Snom IP phones with
OpenVPN.
I personally use Yealink phones successfully for several years for such
scenarios.
Michael
http://www.mksolutions.info
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users
Donations to support AstLinux are graciously accepted via PayPal to
[email protected].
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users
Donations to support AstLinux are graciously accepted via PayPal to
[email protected].