Dear all,
My Java application is require to send ATD*99***1# to the EHS6 and the response I received after is "+CME ERROR: unspecified GPRS error". But when I execute ATD*99***1# without switching on the Java application it is working fine.
I have tried to configure the PDP context via AT^SJNET (at^sjnet=“gprs”,”sunsurf”,””,””,””,30) but still it does not fixed the issue.
Therefore would like to know:
1. Is ATD*99***1# not available when Java is running?
2. What are the equivalent API or AT command to ATD*99***1# when Java is running?