IP500V2 Upgrade fails with HTTP error “400 Bad request”

Seite auf Deutsch öffnen

In the Tek-Tips IP Office forum I recently read about an issue with the latest update of an IP500V2 to the latest 11.0 FP4 SP1. Upgrade fails and during file transfer you can see a HTTP error message “400 Bad Request”.

User splittingcodec found the reason for the issue and posted a workaround. He found out that some files in the Manager’s MemoryCards folder are empty. The solution was to just add some content to those files. For example just use the file name as content and save the files.

Continue reading

New certificate rules affect IP Office applications

Zur deutschen Seite wechseln

Recently Avaya informed about the stronger certificate rules in upcoming mobile operating systems iOS 13 and Android Q as well as on MacOS 10.15 through this PSN: https://downloads.avaya.com/css/P8/documents/101058839. Avaya announced that those stronger rules may affect the commonly used Avaya apps on smartphones and tablets as well as on MAC PCs.

A valid certificate must match the following criteria:

Continue reading

IP Office Heavy load after upgrade caused by old ADI licenses

Zur deutschen Seite wechseln

The transformation

Recently we ran into an issue we didn’t figure out before.

But from the beginning… With the switch from 9.0 to 9.1 Avaya started to support the use of PLDS licenses in IP Office, even if the good old ADI licenses were still working. PLDS licenses have only been delivered dir systems with contact centers like IPOCC or ACCS. With the upgrade to 10.0 ADI licenses became obsolete and we had to migrate to PLDS licensing during the upgrade. After a few challenges with the first few license sets everything worked fine and I like PLDS.

Continue reading

Bintec – DHCP Option 242 for Avaya IP phones

Zur deutschen Seite wechseln

bintec elmeg offers several routers that offer a good feature set (including the more and more important IPv6 and DSLite) for a good price. Those routers can be used for example to build a VPN infrastructure, if you have to connect a central site with several branch offices.

For the central site bintec elmeg offers RXL series routers. For the branch offices the cheapest option is a RS123 router that can connect through ethernet connection or by using the inbuilt SFP port. If there is a DSL line in place, the better option is RS353 or be.IP Plus with it‘s inbuilt PBX. It comes with four analogue interfaces to connect analogue phones or fax devices. No need to buy an extra ATA.

Continue reading

IP Office WebLM – Host ID missing

Zur deutschen Seite wechseln

This is a follow up post to this one: https://blog.fwilke.com/avaya-sbc-weblm-not-working/

Update: I removed the hint that the locale can be changed back to “de_DE.UTF-8” because I got the information that the host ID is generated during boot of the server. So it is probably not the best idea to use a locale different to “en_US.UTF-8”.

Update 2: I added the link to the official solution document provided by Avaya.

The issue

As described in the linked article we came over an issue that after upgrading IP Office Server Edition from earlier releases to 11.0 the WebLM stops doing it’s job. It starts well but is not able anymore to pull the MAC address and to generate the host ID.

This leads into the situation that the WebLM properties page shows exactly nothing:

WebLM Host ID missing
Missing Host ID
Continue reading

Avaya SBC WebLM not working

After about six month of absence from Avaya I recently started to do some support again. My first job was to update a solution of two IP Office IP500 chassis together with two application servers to release 11.0 and the SBC used to connect mobile workers and a new SIP trunk to the latest 7.2 version.

From IP Office Server Edition I heard about issues with the WebLM delivered in release 11 not showing the server properties page. Without the WebLM’s Host-ID it is not possible to generate valid licenses and so IP Office itself will not work. Continue reading

Updated: Get IP Office extension list

Hey all together.

Some times ago I published a small script that pulls all the users and groups from IP Office and presents them as a sorted HTML file. I had issues to correctly display German umlauts (ä, ö, ü) in the HTML document and thought it was an issue that the script didn’t correctly convert those characters in HTML code (ä for example).

I found out that the real issue was that the provided data from IP Office came as UTF8 but PowerShell tries to treat that as local format. We can tell PowerShell to treat the data as UTF8 while reading. Continue reading

IP Office certificate expired

Happy new year all together!

With the end of the year 2017 the self signed certificates of many IP Office PBXs expired. Compare my last post from July 2017. Hopefully you were able to renew the certificates of all your systems in the meantime.

If not you will get a warning if you try to login the next time.

Certificate Expired Warning

You will get this warning, if you connect to an IP Office that uses an expired certificate.

In this case it is now the time to react. To get access to the IP Office security settings you have to adjust the IP Office Manager preferences. You have to allow secure access without any certificate checks:

Manager Preferences Menu

This images shows how to disable certificate checks in IP Office Manager preferences

Now you are able to login into security settings and to issue a new certificate.

Hope that helps…

If you need further help with IP Office you can contact me through my main website: https://www.fwilke.com/home

Do you want to get information about new posts? Subscribe to my Newsletter

2 seconds silence with IP Office and 9608G

Recently after upgrading IP Office to release 10.1 we got calls from different customers who told us that they have about two seconds of silence at the beginning of a call. After researching with one of our customers we figured out that only 9608G phones are affected while other models (9611G, 9641GS) has no problems. In our tests showed that only outbound calls are affected and only calls with direct media (no VCM calls and no RTP relay calls) are affected.

The phone were running different firmware versions and we did an upgrade to 6.6401 as it is the latest firmware that ships with IP Office 10.1. But that didn’t help. Due to the fact that 9611 phones that run the same firmware have no issues we thought of a bad series of hardware. Continue reading

Backup Estos MetaDirectory 4.0

This is an update to my previous post describing the steps to create backups ESTOS applications. The older post handled backing up the earlier release 3.5 of MetaDirectory.

In the meantime MetaDirectory 4.0 has been released and with the new release ESTOS changed the installation path and the name of the service so that the current backup script will not work anymore.

So it’s time for a small update.

The challenge

In order to not adjust the script every time I want to deploy it again on another server, I want a script that works for the older and the actual version. So I have to check and adjust the values for service name and paths used within the script. Continue reading