With this Address Book Plugin installed, you can call any contact via Sipgate VoIP calls directly from the Address Book application.
- Mac OS X 10.6 (I use 10.6.7 and it works. Please let me know if you have trouble with any other release of 10.6).
Get SipgateClickToDial.bundle.zip from the downloads section,
unpack it and move the bundle to the folder ~/Library/Address Book Plug-Ins/
.
You can open this folder in Finder by entering open ~/Library/"Address Book Plug-Ins"
on the command line.
Then create a configuration file ~/.clicktodial.conf
from the
sample configuration file.
Now you can call numbers of contacts in your OS X Mac Address Book by clicking on the phone number and selecting Call via Sipgate.
- You need py2app:
pip install py2app
oreasy_install py2app
Run
make
make install
which is basically
wget https://raw.github.com/pklaus/python-sipgate-xmlrpc/v0.9.2/sipgate.py
python2.6 setup.py py2app
mv "dist/SipgateClickTodial.bundle" "~/Library/Address Book Plug-Ins/"
- Marcel Lauhoff (ml →AT→ serious-net.org)
He first published the project on http://irq0.org/Code and is the original author. He allowed me to use the code and publish it under any license. Thx! - Philipp Klaus (philipp.klaus →AT→ gmail.com)
I forked Marcel's git repo and put it to GitHub. Then I made it compatible with OS X Snow Leopard.
If something went wrong with this Address Book plugin, please open an issue
on the bug tracker and provide details from the log file ~/.clicktodial.log
.