CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Location
    Campeche - Florianopolis - Sta. Catarina Island - Sta. Catarina State - Brazil, South
    Posts
    104

    Telephony services...

    I wrote an application interfacing our PABX (running on Unix) with Windows (the communication uses TCP/IP) and it can dial a number. Now I want to use data from Schedule, Outlook, etc. to dial using my application... Someone can point me to how can I associate my application to be used with these applicatives? In other words, I need to convert my application in a "Microsoft telephony service" or to make it acts like it...
    Thanks
    Cesario

    Cesario Simões, Jr.

  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Telephony services...

    those applications come with a type library that you can use in order to communicate with them using (OLE) automation.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured