SIP2SIM: Control Page Settings: Difference between revisions

From AAISP Support Site
(Better integration of the image)
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Control Page==
==Control Page==
<!-- Old Screenshot [[File:Sip2sim-general-settings.png|none|frame|View of the SIP2SIM Settings screen]] -->
The control page for a SIM looks like this:
[[File:Sip2sim-general-settings-2022-05-20.png|thumb|250px|frame|View of the SIP2SIM Settings screen]]

[[File:Sip2sim-general-settings.png|none|frame|View of the SIP2SIM Settings screen]]


*MO = Mobile Originating - calls/SMS from the SIM
*MO = Mobile Originating - calls/SMS from the SIM
*MT = Mobile Terminating - SMS to the SIM
*MT = Mobile Terminating - SMS to the SIM


===MO SIP hostname, MO SIP username, MO SIP password===
==Setting up a SIM with an AAISP number==
These are the credentials we use to register to your SIP server. We will look up [https://en.wikipedia.org/wiki/SRV_record SRV] records if there are any. (SRV records are able to specify the SIP port used, in this case we will try that port). We will try IPv6 and IPv4.


===MO SMS URL and MT SMS Password===
These are used for the sending and receiving of text messages, more information on [[SIP2SIM and SMS]]


===Name, Address, Postcode===
==Sending a SMS to the SIM==
The subscriber's details.
You can send a SMS to the SIM via our webpage, or integrate SMS into your own systems and send messages using curl.


===Usage Warn, Monthly Limit===
Enter a MT Password above, and use the [http://aa.net.uk/telecoms-sendsms.html Send a Text page] to send a text.
Warnings and limits for the service.


===Suspend (Activate) and Re-register buttons===
Curl example:
Used the suspend and reactivate the SIM.
The re-register button will force us to re-register against the SIP credentials specified.


===View Texts, CDR===
curl --silent --get --form-string iccid=894453852500xxxxxxx --form-string password=secret --form-string message="Hello Alex" --form-string originator="Office" http://sms.aa.net.uk/sms.cgi
You can view details of text messages and Call Detail Records.
SMS message to 894453852500xxxxxxx
OK: Queued


[[Category:SIP2SIM]]
[[Category:Configuring Voice SIMs|Control]]

Latest revision as of 20:06, 2 June 2022

Control Page

 
View of the SIP2SIM Settings screen
  • MO = Mobile Originating - calls/SMS from the SIM
  • MT = Mobile Terminating - SMS to the SIM

MO SIP hostname, MO SIP username, MO SIP password

These are the credentials we use to register to your SIP server. We will look up SRV records if there are any. (SRV records are able to specify the SIP port used, in this case we will try that port). We will try IPv6 and IPv4.

MO SMS URL and MT SMS Password

These are used for the sending and receiving of text messages, more information on SIP2SIM and SMS

Name, Address, Postcode

The subscriber's details.

Usage Warn, Monthly Limit

Warnings and limits for the service.

Suspend (Activate) and Re-register buttons

Used the suspend and reactivate the SIM. The re-register button will force us to re-register against the SIP credentials specified.

View Texts, CDR

You can view details of text messages and Call Detail Records.