Skip to content

SMSC-ATnT-POCยถ

Connectivity test for ATnT POC SMSC VTC_SAGยถ

nc -zv 209.183.34.187 17600

Connectivity Test

The connectivity test above is performed using the private network for secure access.


Endpoint Configuration for ATnT POC SMSC ๐Ÿ“กยถ

IP Address Location
209.183.34.187 VTC_SAG
209.183.32.40 STC_SAG

Credentials ๐Ÿ”‘ยถ

Field Value
SystemID Unibeam.
Password 1b3Am$!
Port 17600

Unibeam Allowed Range โœ…ยถ

34.206.0.169/32


SMSC Configuration โš™๏ธยถ

VTC_SAG Configurationยถ

{
  "smscs": [
{
        "id": "atnt",
        "smscAddressCode": "76169901",
        "encryptCredentials": false,
        "secret1": "abcdabcdabcdabcd",
        "secret2": "abcdabcdabcdabcd",
        "smscs": [
            {
              "name": "VTC_SAG",
              "ipAddress": "209.183.34.187",
              "port": 17600,
              "systemId": "Unibeam",
              "password": "1b3Am$!",
              "systemType": "_PoC",
              "shouldRespondBackToSmsc": true,
              "keepAliveIntervalSec": 30,
              "textSmsProperties": {
                "priorityFlag": 0,
                "protocolId": 0,
                "dataCoding": 8,
                "esmClass": 0,
                "sourceName": "unibeam"
              },
              "binarySmsProperties": {
                   "validityPeriodInSeconds": 20,
                   "validityPeriodType": "RELATIVE"
                },
              "source": {
                "npi": 5,
                "ton": 1
              },
              "destination": {
                "npi": 0,
                "ton": 0
              },
              "dataHeader": {
                "kid": 16,
                "kic": 16
              }
            }
        ]
      }

STC_SAG Configurationยถ

          "smscs": [
            {
              "name": "STC_SAG",
              "ipAddress": "209.183.32.40",
              "port": 17600,
              "systemId": "Unibeam",
              "password": "1b3Am$!",
              "systemType": "_PoC",
              "shouldRespondBackToSmsc": true,
              "keepAliveIntervalSec": 30,
              "binarySmsProperties": {
                "esmClass": 64,
                "protocolId": 127,
                "dataCoding": 246,
                "submitPayloadType": 1,
                "priorityFlag": 0,
                "validityPeriodInSeconds": 60,
                "registeredDelivery": 5
              },
              "textSmsProperties": {
                "priorityFlag": 0,
                "protocolId": 0,
                "dataCoding": 8,
                "esmClass": 0,
                "sourceName": "unibeam"
              },
              "source": {
                "npi": 5,
                "ton": 1
              },
              "destination": {
                "npi": 0,
                "ton": 0
              },
              "dataHeader": {
                "kid": 16,
                "kic": 16
              }
            }
        ]