User Profile
Collapse
-
Enjoy :) https://github.com/lgrave/TapiAdapter... -
Hi mpcaddy, sorry to inform you, but my conclusion back in 2010 was that this is impossible to do in PHP. I had to switch to C++ and implement everything using TAPI3.
By the way, TAPI&TAPI3 is a outdated microsoft technology, a complete nightmare! Run away from this if you can!Leave a comment:
-
Anyone knows if the parameter sinkinterface in com_event_sink that I should use is "Event"?Leave a comment:
-
TAPI events in PHP
Hi all,
I'm using PHP to connect to a TAPI phone.
To create a call, I do the following (it works fine):
Code:$tapi = new COM("TAPI.TAPI.1"); $res = $tapi->Initialize(); $objCollAddresses = $tapi->Addresses; for($i = 1; $i <= $objCollAddresses->Count; $i++) { if(strpos($objCrtAddress->AddressName, IP_OFFICE_PHONE) !== false) { $gobjAddress = $objCollAddresses->Item($i);
No activity results to display
Show More
Leave a comment: