Mrz16Written by:Martin 16.03.2011 09:26  The latest ASCOM IP Dect firmware (4.1.x) allows to provide a central phonebook by importing a csv file. With SwyxWare 2011 and the IpPbx Powershell Module it’s possible to automate the upload so that you could keep the IP DECT phonebook up-to-date. I’ve written two small Powershell Scripts. The first exports SwyxWare’s phonebook in a csv format suitable for import into the IP DECT 800 base station. Syntax is quite easy: export-ippbxphonebook.ps1 -Path phonebook.csv -Computername my-swyxserver The export-ippbxphonebook script currently assumes SwyxWare user names to have format “surname, firstname”. If you have other naming convention s you need to adapt the script. Have a look at the splitandget function which takes a SwyxWare user name and and index. Index 0 should return the surname, using index 1 the firstname. To upload the csv use upload-IPDECTPhonebook -path phonebook.csv -IPDECTUrl ”http://192.168.1.1” You’ll be prompted for username and password. Use you IP Dect admin account. Both scripts have online help. Just use the standard Powershell help mechanism (-? or get-help) Tags:
2 comment(s) so far...
Re: Sync SwyxWare Phonebook with IP DECT 800 Phantastic! Thanks for sharing! By tom.wellige on
16.03.2011 22:10
|
Re: Sync SwyxWare Phonebook with IP DECT 800 Hi,
just to share some experience made today: -This script does also work with the Ascom IP-DECT Gateway ("IPBL") -Is does not work of the "Force HTTPS" is enabled in the base station/DECT gateway at "General, HTTP". Make sure to disable this option.
Best regards Andreas By andreas.reeh on
14.05.2012 15:09
|
|