sms outbound

  1. Solved Outbound SMS with Bandwidth

    Hello All, We have authentication issues when sending via Bandwidth. SMS setup documentation for the Bandwidth provider is dated and references username/password values that are no longer present. We have the Bandwidth SMS Application API token that works with CURL, but we don't know where to...
  2. Outbound SMS No Documentation

    I recently upgraded to version 20.0 for 3cx and I am trying to set up text messaging, but I see no reference on how to set this up for outbound new SMS. I can chat to my other employees through the chat, but I cannot send any new SMS or MMS. The 3cx documentation only references inbound sms. I...
  3. Enable Outbound SMS for all extensions?

    Currently we have SMS enabled on the main phone number of our system, which is routed to a ring group consisting of two extensions. With this setup, only the two members of the mentioned ring group can send outbound SMS. We would like ALL extensions to be able to send outbound texts from this...
  4. TownTech

    Do ALL SIP Providers force +1xxxxxxxxxx when sending SMS messages?

    I have clients that will not want to add +1 to every SMS message they make. And their company phonebook doesn't have the +1 on any of their numbers. Isn't there a way to strip out +1 for SMS messages somehow. When we had Google Voice, we didn't have to add +1
  5. rbergthold

    SMS

    I have a Voxtelesys SIP trunk set up with SMS enabled. I have one of the SMS enabled DIDs assigned to a user. As that User, i am able to reply once a message is sent to me. Is there any way that I can the party that originates the SMS? Or, is it just meant for replying to already received texts?
  6. SMS is not working when I add the weblink URL.

    Hi All, I'm not able to send our RMM URL via SMS. I checked and it seems that we can receive web URLs in SMS. but when we try to send one it shows an error (Event ID 30030).
  7. Modify SMS API Request

    I am currently facing an issue integrating 3cx with the SMS messaging of our provider because our provider is expecting an Array of strings and not just a single string in the API request in the "to" field. Is there a way to modify the API request 3cx uses to send SMS messages ?
  8. Some numbers are experiencing issues with outgoing SMS.

    We are experiencing issues with sending SMS to certain numbers, even though they are in the same format. When I attempt to reply to incoming messages, it works fine. However, if I am sending to a new number for the first time, delivery fails and displays a red ‘X’ mark. I’m using Flowroute SIP...
  9. SMS sending from 3CX via an SMS server using an API

    I have an SMS server and setting up outbound SMS using 3CX app. The server supports HTTP POST http://192.168.0.9/serv/sendsms/ { "auth": { "username": "user", "password": "pass" }, "provider": "Line1", "number": "mobilenumber", "content": "content message" } So this is the...