I have worked with TSAPI for years for Avaya platforms. I am now trying to implement a TSAPI application to integrate with the Ericsson Application Link 4.0 and it's giving me some grief.
The acsOpenStream returns no error, the acsHandle returned seems to be valid (value = 1), but when I call acsEventNotify for this handle I get a return code -10 (ACSERR_BADHDL ).
Now the (Lucent) TSAPI documentation says
“If acsOpenStream( ) is successful, TSAPI guarantees that the application has a valid acsHandle. If acsOpenStream( ) is notsuccessful, then the function return code gives the cause of the failure.”
Since acsOpenStream does not return an error, how can the acsHandle be invalid???
Anyone any ideas?
Any help much appreciated.
The acsOpenStream returns no error, the acsHandle returned seems to be valid (value = 1), but when I call acsEventNotify for this handle I get a return code -10 (ACSERR_BADHDL ).
Now the (Lucent) TSAPI documentation says
“If acsOpenStream( ) is successful, TSAPI guarantees that the application has a valid acsHandle. If acsOpenStream( ) is notsuccessful, then the function return code gives the cause of the failure.”
Since acsOpenStream does not return an error, how can the acsHandle be invalid???
Anyone any ideas?
Any help much appreciated.