Skip to content

Partner smsc

๐Ÿ‡ฎ๐Ÿ‡ฑ SMSC - Partner Integrationยถ

This section documents the configuration for the Partner SMSC integration, including endpoints, credentials, and SMPP settings.


๐Ÿ“ SMS Configurationยถ

{
  "id": "partner",
  "smscAddressCode": "9003",
  "secret": "xyz",
  "smscs": [
    {
      "name": "partner_poc_1",
      "ipAddress": "10.80.16.62",
      "port": 5591,
      "systemId": "9003",
      "password": "Unib9003",
      "systemType": "SMPP",
      "source": { "npi": 0, "ton": 0 },
      "destination": { "npi": 1, "ton": 1 }
    },
    {
      "name": "partner_poc_2",
      "ipAddress": "10.80.16.65",
      "port": 5591,
      "systemId": "9003",
      "password": "Unib9003",
      "systemType": "SMPP",
      "source": { "npi": 0, "ton": 0 },
      "destination": { "npi": 1, "ton": 1 }
    }
  ]
}

๐Ÿ“ก Endpoint Summaryยถ

Name IP Address Port System ID Password System Type Source NPI/TON Destination NPI/TON
partner_poc_1 10.80.16.62 5591 9003 Unib9003 SMPP 0 / 0 1 / 1
partner_poc_2 10.80.16.65 5591 9003 Unib9003 SMPP 0 / 0 1 / 1

!!! tip "Partner SMSC Integration" - Both endpoints use the same credentials and SMPP configuration. - Ensure correct NPI/TON values for source and destination addressing. - The ๐Ÿ‡ฎ๐Ÿ‡ฑ Israel flag indicates this integration is for the Israel region. ``````