cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1312
Views
0
Helpful
5
Replies

send credentials via sms (http APIs) ISE 1.3 patch 1

Hi,

I am trying to send the credentials of a guest user via sms, but does not work. I used the following parameters in configuration of the SMS gateway (ISE):

http://admin:12345@192.168.71.11/cgi-bin/exec?cmd=api_queue_sms&username=admin&password=admin&destination=$mobilenumber$&api_version=0.08&channel=5&content=

when I run a test in:

ISE: Guest Access--> Configure --> Guest Types --> Contractor --> test SMS

...the result is satisfactory

But my sms gateway does not receive any sms, its as if the ISE not send something

 

If I put this  http://admin:12345@192.168.71.11/cgi-bin/exec?cmd=api_queue_sms&username=admin&password=admin&destination=999999991&api_version=0.08&channel=5&content=Mensaje+de+prueba

in a web browser, it works!

 

sorry for my English, thank you very much for your help!

 

Gustavo.

 

 

5 Replies 5

Gustavo,

 

I have the exact same problem.

I am going to rollback the the Patch 1 and try on the base release.  I have another site with

SMS format issues and was told by Cisco Support to rollback to base and try.

 

I will let you know  what happens after the rollback today.

 

Dale

Hi Dale,

i've tried with the base version and it did not work.

 

I finnaly got my ISE version 1.3 and 1.3.1 to work. It was a fail in the    url   string.

 

Make sure that you down load the ISP's url's info.

 

I set a pc on the same nett as the ISE and saw the http traffic. So then I knew the ISE was sending tcp 80 traffic. then I knew it was a url  format problem.

 

good luck

dale

http traffic (ise: 10.100.156.11 / sms gateway: 192.168.71.10)

ise--> sms gateway

sms gateway ---> ISE

 

 

http://admin:L1c34T3csup!@192.168.71.10/cgi-bin/exec?cmd=api_queue_sms&username=admin&password=adm1n123!&content=$message$&destination=$mobilenumber$&api_version=0.08&channel=3

 

Hi

would you please explain the format for the URL and how to get it from the SMS gateway ?

thank you in advance