Asterisk's tag archives

Glintech integrates Asterisk, Jabber for open source UC platform

A week or so ago, my boss came to me asking if I could write something on what'd I'd done internally with XMPP and Asterisk for someone he knew at Computerworld. I was only too happy to have someone listen to my ramblings, so I wrote up some replies to some of the questions his friend had asked.Last night my boss sent me a link to the article. Unfortunately, the article makes it look like he was the one who replied to the questions instead of me, but it's nice to get some of my work out there an...

Follow up to SPA942 Personal Directory with LDAP

I just wanted to follow up on my previous post about using LDAP and PHP to push the directories on the SPA942. I've included a whole lot of code below, and please note that a lot of this is me just getting the job done. The code is probably messy and poorly written, and some of it is taken from other sites/samples. Unfortunately, blogger seems to take away all my nice formatting (indents etc...), so you'll have to bear with me. Also, long comments appear across multiple lines in here, so that co...

Asterisk Bootcamp

Just a quick post to mention that I'm heading to Melbourne next month for the Asterisk Bootcamp (care of work). Should be a good opportunity to learn a lot of info about Asterisk and VoIP in general.

More SPA942 Firmware stuff

Well I'm trailing out the 5.15a firmware for the SPA942 phones. Firstly, I have figured out the problem I was having previously with the first line being one pixel out of alignment. For our users, we display $EXT - Line # on each of the lines, so for me it appears as:6004 - Line 16004 - Line 26004 - Line 36004 - Line 4In the previous (5.1.5) firmware, this was left aligned, where as the newer firmwares are right aligned. Because the number 1 is thinner than the numbers 2,3 and 4, the text looked...

SPA942 Personal Directory with LDAP

A while ago, I posted a blog about the SPA942 Personal Directory. Well I've built on it a bit now and managed to get it populated from the information taken out of our LDAP server (Microsoft Active Directory). When we allocate a phone to someone, we fill in the ipphone field with their extension. We then also add two other ipphone entries, the first being the MAC address of the phone, the second being the phone's IP. I'm also managing calling groups (queues) in LDAP by creating security groups...

SPA942 Personal Directory

I've been setting up Asterisk at work recently, as our old PABX has reached it's limits. We picked up half a dozen SPA942's for some initial testing. I have to say that while the phones are nice as an end user, however some of the administration functions seem to come up a bit short. One of the big issues for us was that the personal directory on the phones doesn't actually have to option to be populated from Asterisk (or any other PBX other than SPA9000). I have to admit though, I'm not really ...