|
pbxnsip dial from Apple Address Book Download This is a Apple Address Book Plugin for dialing with the pbxnsip server software, basicaly it instructs Safari to go to the dialing URL. It's important to put the username and password for the Webpage in the keychain else it will not work. Windows App_Notify Server I've developed a server application for windows that respondes to message from the excellent app_notify. On the app_notify website there is a Apple Macintosh client available (I use that for my Mac's). There is also a linux client available called gastify App_notify is a plugin for asterisk to send the incoming callerid to users. This server(client? Send a udp packet with text in it containing the callerid and the incoming line seperated by || to port 4000. It requires snarl (http://www.fullphat.net/) to be installed. Snarl is like growl for windows. The project is a litte visual basic 6 application. it needs winsock.ocx (included) There is at this moment no way to configure anything and security is not implemented. Also the app does not show up in the taskbar, so quiting it requires the three finger salute (also known as ctrl alt del ;-)) The source code is also include if you feel like hacking it a bit. You can download it via de downloads page it's called NotifierServer.zip There is no readme since nobody reads them anyway ;-). * I call it a server because in my opinion in a client server environment the server is the part listening for a client, and the only part that does this in the app_notify environment is the software installed at the client. Please note that the rest of my website is in Dutch, if you think it might interest you enough, I suggest you learn the language ;-). |