Jump to content

Gilles Etame

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by Gilles Etame

  1. On 6/12/2023 at 7:37 PM, Vodia PBX said:

    If you like try the version 69.0.5. We will work on documentation, but for now put into the "Username or account" your WhatsApp Phone number ID, some random "Application token" (for verification with WhatsApp) and the "Application secret" the access token from your WhatsApp app. You must put something into the "Address for pulling MMS content", e.g. your server address (must be https as fas as we can see). This version supports inbound and outbound text and images. 

    OK.Please can you post the link for the version 69.0.5 ? Is not update in realeases in https://doc.vodia.com/docs/release-notes-690


  2. very interesting. We are still waiting because this last point is very important to validate the deployment of the solution internally.
    that's why having an estimate of the implementation time would be interesting.

  3. yes that is exactly the problem that i have.

    {to} is suppose to be the real number to send the sms.

    i think when i use this url (example) in HTTP GET http://smsgw.gtsnetwork.cloud:5017/message?user=aurelien&pass={password}&from=697677876&to={to}&tag=GSM&text={body}&id=200000&dlrreq=1

    When sending sms in webclient account {to} is suppose to take automatically the number value that i put.Example : when sending message to 237694567865, to=237694567865 .

    Not so ?

     
  4. Hello, yes the provider gives me an example number. This is exactly how I format the number on my end.

    Example: 23769XXXXXXX (But I don't think that's the problem).
    While chatting with my provider and after troubleshooting, he told me that my message could not be delivered because it came with 2 (two) bad values which are to={to} and text={body}. Normally I am supposed to send it the exact values corresponding to the receiver number {to} and the message content {body}. But this is not the case. Instead it receives to={to} and text={body }

    See below the sreenshot that provider send me :

     

    LOG.png

  5. Thank for your reply.

    After modify http url with good parameter i have this message when going to logfile for script

     

    [8] 12:48:14.231

    SMS not enabled by default (setting=, default=true)ⓘ

    But i'm surprise about the message because SMS is ENABLED by default (see the screenshot).

    There is order thing to do ?

    Best Regards

     

    Screen vodia SMS.png

  6. Hello All, 

    I still have the problem to use my sms gateway.Maybe my config is wrong.

    See the HTTP Request that my provider send to me for API

    http://smsgw.gtsnetwork.cloud:PORT/message?user=USER&pass=PASSWORD&from=SENDERID&to=RECIPIENT&tag=GSM&text=MsgBoby&id=ID&dlrreq=DLR

    The provider send me also 4 parameters to connect (see below "example of parameters that he send me" :  

     

    Username : aurelien 

    Password : sms2023

    Port : 5070

    Static SENDERID : 697677876

    Now see how i use it in VODIA PBX :

    Provider : HTTP GET

    USERNAME OR ACCOUNT http://smsgw.gtsnetwork.cloud:PORT/message?user=aurelien&pass=sms2023&from=697677876&to={to}&tag=GSM&text={MsgBoby}&id=ID&dlrreq=DLR

    APPLICATION SECRET sms2023

    My config is good? please need your help

    PS: I have no information about HTTP Request in my logfile

    Best Regards

     

     

  7. 6 hours ago, Gilles Etame said:

    Hello i need integrator for whatsapp to vodia.I need that all the message coming to  whatsapp number can be accessible to My agents that are logged to VODIA PBX or Agent Group.

    Thanks for your reply.Very important.

  8. Hello all, i have my SMS gateway provider that expects to receive a HTTP GET request like;

    http://smsgw.gtsnetwork.cloud:PORT/message?user=USER&pass=PASSWORD&from=SENDERID&to=RECIPIENT&tag=GSM&text=MsgBoby&id=ID&dlrreq=DLR

    I already have parameters needed to send the message.I mean the PORT Number, my USER Account, my Password , And Static SENDERID.

    I am using the Vodia PBX VERSION 68.0.30

    My question is how can i use all those information to send message in VODIA PBX.

    When I select HTTP GET I am asked for Username or account & Application secret.

    I read in this forum that the username or account is used for the URL and the Application secret for the password.But i can understand very well.

    Someone can tell me exactly what i am suppose tu put in username in this case? What about password? is it necessary to remove it in http://smsgw.gtsnetwork.cloud:PORT/message?user=USER&pass=PASSWORD&from=SENDERID&to=RECIPIENT&tag=GSM&text=MsgBoby&id=ID&dlrreq=DLR  and put it separetly in application secret? Please need your help.

    See below a post that i first read.

    Best regards

×
×
  • Create New...