By xAP Manager on
27 June 2010 23:34:23
I started to create a TapiRex notification plugin to generate a xAP CID.Incomming message when a new call was received.
I currently use TapiRex on my NodeZero to repsond to new calls (PSTN and VoIP). This is achieved by use of the ActiveTSP TAPI driver to access my Asterisk (PBX in a flash) PBX. This provides me with call notifications and log on my MediaCenter PC.
I wanted to also provide a xAP message with the caller details as each call comes in.
I downloaded the TapiRex SDK and modified the DotNetSamplePlugin to use the xFx V2 library.
I firstly had problems getting xFx to find the xFx.dll.config file. Through the use of the SysInternals ProcessMonitor I was able to discover that I needed to put xfx.dll and xfx.dll.config in the same folder as TapiRex (in my case p:\programe files\tapirex).
I built and tested this on my development PC (Windows 7 & VS2008). When I deployed this to my NodeZero, TapiRex didn't find my plugin. I then discovered that the NotificationPlugins registry...
Read More »