Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Does anyone know whether there is a replacement for the POES5 which went end of life Sept 2014? Failing that can anyone recommend a suitable device please. CheersJon
I have created a php script that can be placed on a web server and called from a SPA handset and will return a CiscoIPPhoneDirectory XML object.My particular use case was to access the phonebook that the Flash Operator Panel 2 (FOP2) that is often in...
Purpose: Augment the DND function so that the Asterisk server is aware that DND is set on the handset.FreePBX sets *78 and *79 to enable and disable DND for an extension, provided they are set as enabled in Admin -> Feature Codes. This configuration...
DanThank you for the quick reply. I'm going to try various things and see what I can get working. The SPA303 is an absolute winner due to price ...CheersJon
Now you've got me started! Note the entries are sorted.For a given number of entries in a directory we need to find the optimal number of key presses required to find a particular entry. Here optimal is the least number of key presses.Let k = numbe...
I set the script to 20 entries anyway - that seemed a usable number to scroll through. We have 250 odd entries and at 20 per page you don't have to "next" too many times if you overshoot the entry you are looking for.For users with say up to 100 ent...
Here's an updated version that supports the next button so that an unlimited number of entries can be sent one page of entries at a time, when it gets to the end it will start at the beginning again.I've also ported it to PDO from mysql.CheersJon