I’ve got an Open AT application that monitors data calls, but is having trouble detecting when a connection has been established. This only occurs when the external application is in auto-answer mode (ATS0=1). I can see the “CONNECT xxxx” message on the terminal emulator, but no event is being passed to the callback function subscribed using the adl_callSubscribe function.
Hi Richard
If you have the auto answer on then your call handler wont have time to answer the call and take control of the call.
I have 2 different solutions
in the adl_main send adl_cmdcreate “ATS0=0”
and the second one is to subsribe to unsolisited “connect” to catch the call.
Best regards
Walter