Skip to Content
Menu
This question has been flagged
1 Reply
2122 Views

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?

Avatar
Discard
Author Best Answer

I found my mistake:

Gateway URL should be http://voiceblue_server_ipaddress:8080/

The ? is inserted automatically by Odoo.

Avatar
Discard