Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

SIP2SIM and SMS: Difference between revisions

m
no edit summary
mNo edit summary
 
(10 intermediate revisions by 2 users not shown)
<indicator name="Front">[[File:Menu-sip2sim.svg|link=:Category:Voice SIMs|30px|Back up to the Voice SIM Category Page]]</indicator>
==Overview==
 
 
Example:
curl --silent --get \
--form-string iccid=894453852500xxxxxxx \
--form-string password=secret \
--form-string message="Hello Alex" \
--form-string originator="Office" \
--form-string username=894453852500xxxxxxx \
https://sms.aa.net.uk/sms.cgi
 
curl --silent --get --form-string iccid=894453852500xxxxxxx --form-string password=secret --form-string message="Hello Alex" --form-string originator="Office" --form-string username=894453852500xxxxxxx http://sms.aa.net.uk/sms.cgi
SMS message to 894453852500xxxxxxx
OK: Queued1
 
You can also send via our [http://aa.net.uk/telecoms-sendsms.html Send a Text page] - Use the following fields: Password, Message, Originator and ICCID fields.
 
==SMS with a non-AAISP Number==
If you are using our SIP2SIM service and and are not using one of our numbers then SMS is still possible in the following ways:
===Outgoing===
*Without any configuration, outgoing SMS from the handset/SIM will have the originator as: sip2sim. See the [[SMS API]] page for more details.
*A URL can be added to the Control Pages, and we will post the SMS to the URL. ege.g., this can then run a script at your side and the message can be handled in any way that you would like. ege.g., passed on to a 3rd party SMS provider, run custom scripts etc.
 
===Incoming===
Incoming SMS to a number that is not an AAISP one will be up to the company who host your number. They may be able to email it to you, or they may have a way where they can post the message to a URL, in which case it may be able to use our [[SMS API]] for the message to be sent on to the SIM. See the example above, and the [[SMS API]] page.
autoreview, Bureaucrats, editor, Interface administrators, reviewer, Administrators
12,264

edits