Altigen AltiAgent ActiveX Manual de usuario

Busca en linea o descarga Manual de usuario para Software Altigen AltiAgent ActiveX. AltiAgent ActiveX Programmer`s Guide Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 12
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 0
AltiAgent ActiveX Programmer’s Guide
This document provides instructions on configuring and using ActiveX controls with AltiAgent. API
reference information is also provided.
Contents
UsingAltiAgentActiveXControlObject ...........................................2
UnderstandingKeyFiles......................................................2
BasicProcedureofUsingAltiAgentActiveX......................................2
UsingAppWizardtoCreateaProject ............................................3
Inserting AltiCtrl into dialog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
HandleAltiCtrlEvents........................................................3
AltiCtrl Methods. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
AltiAgent ActiveX Control API Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4
StartAltiCtrl................................................................4
AltiCtrl Event . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
CallNotify..................................................................4
AltiCtrlMethods...............................................................6
SetUserData................................................................6
GetUserData................................................................6
SetIVRData.................................................................7
GetIVRData................................................................8
SetURLData................................................................9
GetURLData................................................................9
SetCallerName.............................................................10
GetExtNumber.............................................................11
MakeCall .................................................................11
GetTrunkAccessCode. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
Related Documentation
AltiGen - AltiAgent Manual - information on installation and configuration of the AltiAgent
client system software.
02/2004
Vista de pagina 0
1 2 3 4 5 6 ... 11 12

Indice de contenidos

Pagina 1 - Related Documentation

AltiAgent ActiveX Programmer’s GuideThis document provides instructions on configuring and using ActiveX controls with AltiAgent. APIreference informa

Pagina 2 - Understanding Key Files

AltiClient ActiveX Programmer’s Guide 10VB Syntaxobject.GetURLData(SessionID)ParametersSessionID [In]: unique ID for a callReturn TypeString URL data

Pagina 3 - AltiCtrl Methods

AltiClient ActiveX Programmer’s Guide 11VB ExampleDim data As StringData = "Tom";If (AltiCtrl1.SetCallerName(ulSessionID, data) = False) The

Pagina 4 - AltiCtrl Event

AltiClient ActiveX Programmer’s Guide 121-Unknownerroroccurs2 - Disconnect AltiAgent999 - Exception occurredVC++ ExampleBOOL bstart= m_altictrl. MakeC

Pagina 5 - Parameters

AltiClient ActiveX Programmer’s Guide 2Using AltiAgent ActiveX Control ObjectThe AltiAgent ActiveX Control Object is an ActiveX Object. It will work w

Pagina 6

AltiClient ActiveX Programmer’s Guide 3Using AppWizard to Create a ProjectUse AppWizard to create a dialog based MFC project:1. Choose MFC AppWizard (

Pagina 7 - SetIVRData

AltiClient ActiveX Programmer’s Guide 45. In the Add Member Variable dialog, create a member variable named m_altictrl.6. Click OK to add it to the cl

Pagina 8 - GetIVRData

AltiClient ActiveX Programmer’s Guide 5ParametersRemarkCall status value:ulSessionIDuStatusszCallerIDszCallerNameszCallDNISpszDateTimepszDuration=Sess

Pagina 9 - GetURLData

AltiClient ActiveX Programmer’s Guide 6AltiCtrl MethodsSetUserDataDescriptionSet user data for existing call. User data is used for AltiAgent to descr

Pagina 10 - SetCallerName

AltiClient ActiveX Programmer’s Guide 7VB Syntaxobject.GetUserData(SessionID)ParametersSessionID - [In]: unique ID for a callReturn TypeString user da

Pagina 11 - MakeCall

AltiClient ActiveX Programmer’s Guide 8VC++ ExampleCString data = _T("ivr data");m_altictrl. SetURLData (ulSessionID,data);VB ExampleDim dat

Pagina 12 - GetTrunkAccessCode

AltiClient ActiveX Programmer’s Guide 9SetURLDataDescriptionSet URL data for existing call (used only in Web call). When a call comes to a Web site, i

Comentarios a estos manuales

Sin comentarios