After a fresh deployment of Skype for Business Server 2015 on a Windows Server 2012 the Lync Server Front-End service fails to start:
Reviewing the Skype for Business Server 2015 event logs show the following events: Continue reading
Apr 14 2016
After a fresh deployment of Skype for Business Server 2015 on a Windows Server 2012 the Lync Server Front-End service fails to start:
Reviewing the Skype for Business Server 2015 event logs show the following events: Continue reading
Apr 14 2016
After the December update Windows Server 2012 no longer trust the certificate that is trusted before. Certificate from RapidSSL is fully in order. In Lync Deployment Wizard certificate is also displayed correctly and without errors. First stop service Lync Server Access Edge was recorded on December 18. Immediately after applying the latest updates for Windows Server 2012 .:) Continue reading
Mar 24 2016
ccze is a wonderful tool that brings real joy to the arduous task of reading or searching thru log files. It uses a modular approach to support custom colour formatting for popular applications such as Apache, Postfix, Exim, etc. Continue reading
Mar 23 2016
vnStat is a console-based network traffic monitor for Linux and BSD that keeps a log of network traffic for the selected interface(s). It uses the network interface statistics provided by the kernel as information source. This means that vnStat won’t actually be sniffing any traffic and also ensures light use of system resources.
In this article we will show you how to install and use vnStat (Network Traffic Monitor) on RHEL/CentOS linux distribution. Continue reading
Mar 18 2016
There have been many occasions where a event corresponding to SChannel is logged in the System event logs which indicates a problem with the SSL/TLS handshake and many a times depicts a number. The logging mechanism is a part of the SSL/TLS Alert Protocol.
SChannel logging may have to be enabled on the windows machines to get detailed SChannel messages. Please refer the following article to do so: http://support.microsoft.com/kb/260729
These warnings sometimes are very helpful in troubleshooting SSL related issues and provide important clues. However, there is not much documentation available on the description of the alert codes. Continue reading
Mar 16 2016
When in Drupal 8, the password for user #1 (the administrator) is lost and the email notification don’t work, it is possible to set the password via a database query.
You’ll need access to your hosting server’s shell and database in order to reset administrator’s password in Drupal. Continue reading
Feb 26 2016
Officially now Asterisk packages repository is gone (but packages are still on place). Asterisk installation manual gone as well. This post is some handy memo on Asterisk install from packages using YUM. Continue reading
Feb 24 2016
This process can be used on any of the Polycom SIP Phones which support 4.x software today (SoundPoint IP, SoundStation IP, VVX, and SpectraLink models).
This only applies to devices which are already running at least version 4.0.0 of the UCS firmware. In previous versions (Polycom SIP software 3.x or earlier) this manual process was not available. Also the firmware was packaged differently in the previous SIP versions as the device firmware was provided as two separate binary files, the bootloader image and the application image. In the 4.x UCS release these were merged into the same binary file. New devices like the VVX500 and SpectraLink phones have only ever shipped with 4.x UCS releases, while older devices like SoundPoint IP phones may still have previous 3.x SIP releases on them. In order to utilize Lync integration a one-time update process must first be used to upgrade devices running 3.x to 4.x.
Feb 03 2016
To have emails from your linux servers accepted by destination email server you need to send it via trusted smarthost (relay). Google mail relay servers are what we need here. Let’s configure our sendmail for sending mail via gmail relay…
Sendmail installation:
1 |
yum -y install sendmail mailutils mailx sendmail-bin sendmail-cf cyrus-sasl-plain |
Dec 15 2015
My task is to use mobile phone as GSM Gateway to my Asterisk with a help of chan_mobile so in case I’m unavailable on mobile people can leave a message in my voicemail box. SMS text messages arrive as emails, my replies to which are sent by SMS.
So I used my old Sony Ericsson k530i phone in pair with Asterisk by connecting it to ID 1131:1001 Integrated System Solution Corp. KY-BT100 Bluetooth Adapter USB dongle.
Asterisk support for bluetooth connections to mobile phones and headsets is accomplished through chan_mobile. Not all phones are supported, so it’s worth taking a look at voip-info.org’s page which lists the confirmed compatible dongles and phones. I am getting good results with a KY-BT100 dongle and Sony Ericsson k530i phone, Samsung Galaxy S4 phone.
Here is how to connect your mobile phone to Asterisk with chan_mobile… Continue reading