https://github.com/pklaus/mac_click2dial_sipgate
A plugin to call contacts via Sipgate directly from the Mac OS X Address Book. Tested with 10.6 Snow Leopard and 10.7 Lion.
https://github.com/pklaus/mac_click2dial_sipgate
Last synced: about 1 month ago
JSON representation
A plugin to call contacts via Sipgate directly from the Mac OS X Address Book. Tested with 10.6 Snow Leopard and 10.7 Lion.
- Host: GitHub
- URL: https://github.com/pklaus/mac_click2dial_sipgate
- Owner: pklaus
- License: other
- Created: 2011-06-16T12:41:05.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-10-19T11:08:13.000Z (over 11 years ago)
- Last Synced: 2025-03-26T13:04:50.306Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 120 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# A plugin to call contacts via Sipgate directly from the Mac OS X Address Book
With this Address Book Plugin installed, you can call any contact
via Sipgate VoIP calls directly from the Address Book application.## Installation of the pre-packaged Plugin
#### Requirements
* 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).#### Installation
Get **SipgateClickToDial.bundle.zip** from the [downloads section](https://github.com/pklaus/mac_click2dial_sipgate/downloads),
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][].#### Usage
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**.## Custom Build
#### Build Requirements
* You need py2app:
`pip install py2app` or `easy_install py2app`#### Build and Installation
Run
make
make installwhich 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/"## Authors
* Marcel Lauhoff (ml →AT→ serious-net.org)
He first published the project on 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](https://git.irq0.org/mac_click2dial.git)
and put it to GitHub. Then I made it compatible with OS X Snow Leopard.#### Bug Reports
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`.[sample configuration file]: https://github.com/pklaus/mac_click2dial_sipgate/blob/master/clicktodial.conf
[the bug tracker]: https://github.com/pklaus/mac_click2dial_sipgate/issues