I am trying to send an short message to a longer than normal cell number bit get an rejection message.
Is there any way around it ? I tried a few trick, but cannot decide if it is Cellular.command not allowing long number or a setting on the modem’s software ?
Options 1 - working fine
cellnumber.concat(“AT+CMGS=”+27999999999"");
I’ve just seen this, so it may be solved long ago.
You may find enabling log level tracing helps diagnose the issue, as the cellular library/class has reasonable diagnostics. You haven’t really provided enough context for further assistance, otherwise.