I am using the odoosms module as an sms client to the Voiceblue Next SMS Server.
I can successfully send messages from my browser using
http://voiceblue_server_ip_address:8080/?rcpt=+123456789000&msg=tryitout
where:
voiceblue_server_ip_address is the local ip address of my voiceblue next sms gateway
+123456789000 is the destination mobile number
tryitout is whatever message content I would like to send
I have set up the odoosms client as follows:
Gateway URL: http://voiceblue_server_ipaddress:8080/?
Property name: rcpt; API Method: Recipient No; Property value: blank
Property name: msg; API Method: SMS Message; Property value: blank
I added all of the users in my Odoo to have permissions to send SMS from odoosms.
When I use "Send SMS" from a contact form, the SMS is sent to the correct recipient, but the message is always blank, regarldess of what I type.
Any ideas as to what I set incorrectly?