I connected the GSM module to an Arduino Mini Pro and control it with AT commands. I can make a phone call, but the calle phone does not display the callers number. It displays "No caller ID". Although if i put the same SIM card into an old mobile phone and call the same phone than it displays the correct number.
This is what I sent:
AT // wait for OK
AT+CREG=1 // wait for CREG=1
ATD+XXxxxxxxxxx; // wait for OK.
the call is always succesful.
Is there any way to force the GSM module to send its phone number?
Thanks!