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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I need help with attMakePredictiveCall.

Status
Not open for further replies.

diembi

Programmer
Sep 22, 2001
238
ES
Hello,
I am developing a fuction to invoke MakePredictiveCall using private data but fails. The code is:
---------------------------------------------
maxRings = 10;
nInvoke = attMakePredictiveCall(&atPrivateData,
TRUE,
maxRings,
AT_NO_TREATMENT,
NULL,
(ATTUserToUserInfo_t*)NULL);
nInvoke = cstaMakePredictiveCall ( CinfTSAPIid, 1,
(DeviceID_t *) sGrupoACD,
(DeviceID_t *) sTelefono,
AS_CALL_ESTABLISHED,
(PrivateData_t *)atPrivateData);
---------------------------------------------
That code fails. Why?

Thanks 4all.

Dani
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top