SMS server URL
There are lines 4 and 5 in the script that define the SMS server URL.
For all the cases when you DO NOT use Telia SIM card with ICU APN, these lines shall not be modified:
API_URL="http://rqs.se/api/data/json.asp?id=$APIUniqueID"
#API_URL="http://10.50.33.14/api/data/json.asp?id=$APIUniqueID"In case you use Telia SIM card with ICU APN you shall comment the line with domain name and uncomment the line where URL is presented using IP address:
#API_URL="http://rqs.se/api/data/json.asp?id=$APIUniqueID"
API_URL="http://10.50.33.14/api/data/json.asp?id=$APIUniqueID"because in such a case an internal IP address must be used instead of the domain name.
Last updated
