PageGate supports all four Telemessage delivery methods — web API, SNPP, WCTP, and TAP — enabling a fully tiered failover system.
Configure TelemessageAPI (Primary)
In PageGate Admin, right click Carriers, select Add.
Specify the following:
Carrier: TelemessageAPI
Protocol: HTTPPOST
Host: secure.telemessage.com/partners/xmlMessage.jsp
Port: 443
Max Chars: 160
Click
Apply. Go to
Carriers — TelemessageAPI — Template. In the
Text section paste the XML:
<?xml version="1.0" encoding="UTF-8" ?>
<TELEMESSAGE><TELEMESSAGE_CONTENT><MESSAGE>
<USER_FROM><CIML><NAML><LOGIN_DETAILS>
<USER_NAME>[your username]</USER_NAME>
<PASSWORD>[your password]</PASSWORD>
</LOGIN_DETAILS></NAML></CIML></USER_FROM>
<MESSAGE_CONTENT><TEXT_MESSAGE>
<TEXT>%Message%</TEXT>
</TEXT_MESSAGE></MESSAGE_CONTENT>
<USER_TO><CIML><DEVICE_INFORMATION>
<DEVICE_TYPE DEVICE_TYPE="SMS"/>
<DEVICE_VALUE>%RecipientId%</DEVICE_VALUE>
</DEVICE_INFORMATION></CIML></USER_TO>
</MESSAGE></TELEMESSAGE_CONTENT></TELEMESSAGE>
Click Apply.
Configure TelemessageSNPP (Failover 1)
Right click Carriers, select Add.
Carrier: TelemessageSNPP
Protocol: SNPP
Host: csnpp.telemessage.com
Port: 444
Max Chars: 500
Go to Carriers — TelemessageSNPP — Advanced. Enter Telemessage Username and Password. Click Apply.
Configure TelemessageWCTP (Failover 2)
Right click Carriers, select Add.
Carrier: TelemessageWCTP
Protocol: WCTP
Host: wctp.TeleMessage.com/servlet/wctp
Port: 444
Max Chars: 500
Go to Carriers — TelemessageWCTP — Advanced. Enter Telemessage Username and Password. Click Apply.
Configure TelemessageTAP (Failover 3)
Right click Carriers, select Add.
Carrier: TelemessageTAP
Protocol: TAP
Phone Number: [Contact Telemessage]
Baud Rate: 1200 | Parity: Even | Data Bits: 7 | Stop Bits: 1
Init String: (auto)
Max Chars: 240
Click Apply.
Configure the Failover Chain
Go to Carriers — TelemessageAPI — Advanced. Set Failover to: TelemessageSNPP. Click Apply.
Go to Carriers — TelemessageSNPP — Advanced. Set Failover to: TelemessageWCTP. Click Apply.
Go to Carriers — TelemessageWCTP — Advanced. Set Failover to: TelemessageTAP. Click Apply.
Return to Delivery Services