Generate a signal

Hello,

I’m new in mobile communication, and I would like to generate a simple voice call from my Q2684 and analyze it with a CMU200 (GSM/CDMA analyzer) . Where can I find some codes or the list of commands to run in order to generate this signal ? What is the process to initiate it ?

Regards,

Do you want to do this from an Open-AT application, or just using AT Commands :question:

With just AT Commands, it’s a simple matter of:

ATD number ;

Note the semicolon on the end - that’s how it knows to create a voice call rather than a data call.

With an Open-AT application, you would use the Call Service…