I have a query regarding to off-switch ACD application running on the TAPI
server.
Consider a scenario where, all Trunks and stations of the PBX are modeled as
line devices.
Now, consider that an incoming call on one of the Trunk is received which
will be informed by the TSP with LINE_NEWCALL message to TAPISRV.
TAPISRV then passes LINE_APPNEWCALL to the TAPI Application/ACD.
The TAPI Application/ACD will then check the incoming call details by
calling lineGetCallInfo() and based on that information, the ACD will deside
where to place the call.
Now here, will TAPI Application/ACD will call lineMakeCall() on the
destiantion line or any other function will be used by TAPI Application/ACD
to place the call on the destination?
Thanks,
Mohit
Mohit,
if the call if currently in LINECALLSTATE_OFFERING at the trunk device
then it can be distributed via lineRedirect() to one of the station devices.
--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK / Visual C++ 2003-2008
TAPI / TSP Developer and Tester
My TAPI and TSPI FAQ:
http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm
My Toto� Tools (a collection of free, mostly TAPI related tools):
http://www.i-b-a-m.de/Andreas_Marschall's_Toto_Tools.htm
TAPI development around the world (Frappr! map):
http://www.frappr.com/TAPIaroundTheWorld
* Please post all messages and replies to the newsgroup so all may
* benefit from the discussion. Private mail is usually not replied to.
* This posting is provided "AS IS" with no warranties, and confers no
rights.