Jacken’s Blog

Entries Tagged as 'Cocoa Objective-C'

JackenIAX with multiple lines support

June 6th, 2006 · 7 Comments

I finally completed a new version of JackenIAX. It now has up to four lines support. I also added a searchable call log. Lot’s of other small improvements as well.

[Read more →]

Tags: Asterisk PBX · Cocoa Objective-C · Life and times of Jacken · Programming

JackenIAX and multiple lines

March 19th, 2006 · 3 Comments

I finally have a version of JackenIAX that supports multiple lines. I have added so you can choose to output background music for the calls on hold. There’s a lot of testing, and I also have to rethink the user interface to be able to handle multiple calls. But i think it’s going to be [...]

[Read more →]

Tags: Asterisk PBX · Cocoa Objective-C · Macintosh

Adding new features

March 9th, 2006 · 1 Comment

Every time I answer the phone (yes, I’m using JackenIAX), I have to pause iTunes before answering. So today I added an option so when you answer or dial, iTunes pauses automatically. It will be in the next release (within a couple of days) I had to rewrite a large section of code for some [...]

[Read more →]

Tags: Asterisk PBX · Cocoa Objective-C · Technical stuff

New version of JackenIAX

March 6th, 2006 · No Comments

I just put up a new version of JackenIAX. Added Applescript support, URL dialing (currently only via Applescript), DTMF tones when dialing etc.

[Read more →]

Tags: Asterisk PBX · Cocoa Objective-C · Programming

Looks like it works on Intel Mac

February 26th, 2006 · 1 Comment

I just received a mail from a user of JackenIAX. He’s running a patched version of Mac OS X on a generic PC, and now the program works on his machine. Cool! So now I guess JackenIAX is working on Intel Macs as well. Debugging via proxy (I don’t have an Intel Mac) is not [...]

[Read more →]

Tags: Asterisk PBX · Cocoa Objective-C · Macintosh · Technical stuff

New features in JackenIAX

February 23rd, 2006 · 1 Comment

I’ve added a couple of new features in JackenIAX.

Added a symbol to indicate when you got new voice messages in your Asterisk server. Rewrote all of the code for the indicator symbols. Nothing you will notice, but I feel good about it. Now the codec selection actually work. Input validation of all preferences.

[Read more →]

Tags: Asterisk PBX · Cocoa Objective-C · Macintosh · Technical stuff

First beta of JackenIAX released

February 18th, 2006 · 7 Comments

So it’s finally time to release my IAX softphone for Macintosh. It’s still very much in beta, but I need feedback on how everything works. There’s a lot of stuff that I’m adding that didn’t make it into this release. Have a look here.

[Read more →]

Tags: Asterisk PBX · Cocoa Objective-C · Programming · Technical stuff

Yet another web browser on the Mac, and I like it!

February 17th, 2006 · No Comments

A version 1.0 stable of the Camino web browser has been released. It uses Gekko rendering motor, same as in Firefox, but the UI is written in glorious Cocoa. So I have switched over to it. The import of bookmarks was easy, just select import bookmarks under the file-meny and select Safari. I think I’m [...]

[Read more →]

Tags: Cocoa Objective-C · Technical stuff

The release of the first beta of JackenIAX SoftPhone for Mac OS 10.4 is imminent

February 17th, 2006 · No Comments

I just need to write rudimentary install instructions, finish the simple homepage for downloading and I’m in business. So any day now…

If you are in a hurry, mail me at info@jackenhack.com and ask if you can join the beta team.

[Read more →]

Tags: Asterisk PBX · Cocoa Objective-C · Technical stuff

Waiting time

January 19th, 2006 · 1 Comment

I haven’t had time to update my blog for a while. The last couple of days has been spent trying to hunt down an annoying bug in my IAX client I’m writing. Sometimes when dialing in, my program would not get a notification from the Asterisk server that a call was in progress. So I [...]

[Read more →]

Tags: Asterisk PBX · Cocoa Objective-C · Programming · Technical stuff