I need to use TRouteCall in my application to route call to specified agent. But documentation saya that this function is only for Genesys internal use. Do i need to get some type of license to embed this functionality in my application.
I am using tlib 7.2.
Genesys platform SDK also says that this functionality is for Genesys internal use.
Started from 7.0, some CTI-link functions (e.g., TRouteCall) and Genesys functions (e.g., TRegisterAll/TUnregisterAll) were removed from SDK/tlib library.
There is an āalternativeā if you have previous tlib versions, say version 6.x or 5.x.
Header files in 6.x/5.x contain TRouteCall() and other āfor internal use onlyā function declaration.
In link option, both 7.2 and 6.x/5.x tlib library files should be included.
It is not sure if special license is available for āinternal useā functions; please consult your Genesys sales.
Did Genesys provided the same functionality in any other shape?
Any other function or way in tlib 7.2 or Genesys Platform SDK to achieve tha same functionality?
Not that I am aware of.
It is probably in there so that URS can use it (there is a TRouteCall in that) but wasnāt meant for softphones. I am guessing that is what āinternal useā meant.
If you want to throw a call somewhere from a softphone use the transfer functions or conference functions. You can look those up in the SDK easily enough.