sms goip

  1. 3cx - GOIP not working on v20

    Good day everyone I would like to have support for the following Case: “ As you know we have installed 3cx v20 on our AWS and successfully got it operated, now all we need is to connect our Generic GSM gateway ( GoIP - 16 sim cards ) into the 3cx system to use it as our main call center app...
  2. 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...