03-02-2017 11:09 AM - edited 09-19-2018 11:24 AM
This document describes the configuration required on ISE application to send SMS messages via HTTP and HTTPS methods via Clickatell SMS gateways.
These fixes are available as part of these ISE releases and patches :
1.4 patch 8, 2.0 patch 3, 2.1 and above
Sample URLs:
HTTPS:
https://api.clickatell.com/rest/message?from=15556661212&x-version=1&mo=1&api_id=1234567
YOUR API ID 1234567
YOUR FROM #15556661212
Upload the Clickatell certificates (from their website https://www.clickatell.com lock icon ) to the ISE certificate trust store
HTTP:
http://api.clickatell.com/rest/message?from=15556661212&x-version=1&mo=1&api_id=1234567
Note:
The ISE application already supports sending SMS messages to the Clickatell SMS gateway
Using the HTTP GET method. The below configuration is for HTTPS GET method where everything else remains same as for HTTP GET except:
While importing the certificates,
Authorization : <<Clickatell authorization key>>
x-version : 1
{"text":"My message from Harish testing GUEST", "to":["15605365635"], "from" : "17752874976", "mo":"1", "api_id" : "3591672" }
Tested out Twilio and worked with ISE 2.1 p3. Trick is to not add anything in the Post Data section except the $message$. "To" field is automagically added by ISE to POST request before sending.
Hmm, just tested in 2.1 P2 and no dice. Anyone know of a way to debug the SMS component to see what's failing?
Rahul is working to clarify the document for twilio, otherwise contact tac
Jacob, I just created a doc with the working settings in my lab. Cisco ISE Guest self-registration using Twilio SMS service. Could you check this and see if all your settings match?
It's working... i was debugging with a proxy and forgot to turn it off.
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: