MODULO GPRS SIM900 - COMANDOS AT

Hola buenas tardes. Necesito saber si hay algún comando AT para preguntarle al modulo GPRS con SIM900 si la llamada que realizó fue atendida o no, de haber un comando que me digan cual es. O sino otro codigo que me muestre mientras se este llamando pero sin contestar la llamada desde el otro telefono. Yo lo necesito porque en caso de que no me respondan la llamada crear algun tipo de bucle que se repita ahi para que hasta que no me atiendan no deje de llamar.
Es para un proyecto escolar y estamos muy cortos con los tiempos asi que agradeceria mucho su respuesta rapida.
Muchas gracias de antemano.

Estos son los comandos que existen para enviar/recibir llamadas

Calling to a number using SIM900:

To call to a number send the command ATD followed by the mobile number and carriage return ,
To call the mobile number 9900243245 send the command as,

ATD9900243245 \r\n

Hanging up a call in SIM900:

To hang up a ringing call or a call in progress send the command ATH; followed by carriage return
ATH\r\n

Recieving a call in SIM900:

To receive a ringing call, Send the command ATA; followed by carriage return
ATA\r\n

Finding the number of the incoming call in SIM900:

To get the number of the incoming call you need to enable the Caller Line Identification in SIM900.
To enable the incoming caller line identification issue the command AT+CLIP=1 followed by carriage return
AT+CLIP=1\r\n

Once you issue this command, any incoming call will be notified in the following format,

RING

+CLIP:+9916258273

Here +9916259273 is the number of the incoming call.

Ninguno te dice que la llamada fue exitosamente realizada.

Tal vez esto pueda servirte

How to check is a call is active in SIM800L using Arduinio?
SIM800 es similar al SIM900