User Profile

Collapse

Profile Sidebar

Collapse
lgrave
lgrave
Last Activity: Jan 2 '14, 10:47 PM
Joined: Jun 9 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • lgrave
    replied to TAPI events in PHP
    in PHP
    Enjoy :) https://github.com/lgrave/TapiAdapter...
    See more | Go to post

    Leave a comment:


  • lgrave
    replied to TAPI events in PHP
    in PHP
    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!
    See more | Go to post

    Leave a comment:


  • lgrave
    replied to TAPI events in PHP
    in PHP
    Anyone knows if the parameter sinkinterface in com_event_sink that I should use is "Event"?
    See more | Go to post

    Leave a comment:


  • lgrave
    started a topic TAPI events in PHP
    in PHP

    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);
    ...
    See more | Go to post
No activity results to display
Show More
Working...