Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ValGarn
  • Content: Threads
  • Order by date
  1. ValGarn

    How I can receive vu-dislplay by TAPI function PhoneGetDisplay ?

    My source code: HPHONEAPP hPhoneApp = 1; DWORD dwNumDevs = 1; HLINEAPP hLineApp = 1; USES_CONVERSION; LONG nRes = lineInitialize( &hLineApp, 0, &PhoneCallBackFunc, "TAPI SoftPhoneX", &dwNumDevs ); DWORD dwAPIVersion = 0x00000000; int nDevice = 0; for( DWORD i=0; i<dwNumDevs; i++ ) {...
  2. ValGarn

    using attQuerySplitSkillMeasurements

    ATTSplitSkillMeasurementsPresent_t requestItems; requestItems.allMeasurements = true; rcode = attQuerySplitSkillMeasurements( (ATTPrivateData_t * )&pdata, &split_device, &requestItems, intvCurrent); rcode = cstaQueryDeviceInfo( acs_handle, 0, &split_device, (PrivateData_t * )&pdata ); long...
  3. ValGarn

    CCoreCTID class

    Tell me please, where i can find CCoreCTID class ?
  4. ValGarn

    How i can get EWT from ASAI protocol ?

    I heard, that ASAI protocol containts EWT value for ACD split group. Is it true ?

Part and Inventory Search

Back
Top