Hi
I am testing Self service password reset feature on FIM 2010 R2 with OTP SMS gate, I little confused about how to modify "SMSProvider.dll" to communicate with SMS gateway provider.
For test purpose , I subscribed with Clickatell sms gateway with free test credits. After subscription, new HTTP API is created to be used to send SMS, and it has the following parameters : API ID , username, password, to & text in order to send SMS through HTTP URL , as below example "
http://api.clickatell.com/http/sendmsg?user=USERNAME&password=PASSWORD&api_id=xxxxx&to=xxxxxx&text=Message
How can i insert the above parameters in smsprovider.dll sample that explained on Technet guide "https://technet.microsoft.com/en-us/library/hh824692(v=ws.10).aspx" or Is there any other working way to let FIM send SMS ?
I appreciate your help