Issue with SMS Configuration

Hi,

Below is the API of our SMS service provider

http://bhashsms.com/api/sendmsg.php?user=wowpublishing&pass=yourpass&sender=WOWPPL&phone=mobileno&text=test_message&priority=ndnd&stype=normal

Now the issue is when we configuring ERPnext SMS settings (please check screenshot) it is changing the sequence of (text 1st and pass at last) URL parameters and hence SMS is not working.

http://bhashsms.com/api/sendmsg.php?**text=test_message**&user=wowpublishing&password=123456&priority=ndnd&stype=normal&**phone=9011013203**

Below is my settings screenshot

Any solution… we are using http://frappecloud.com/ hence core modifications won’t be possible