Code

Discussion on SMS Gateway - Use Android Phone as Bulk Messaging Provider (SaaS)

Discussion on SMS Gateway - Use Android Phone as Bulk Messaging Provider (SaaS)

By
Cart 4,342 sales
Recently Updated
rbsoft

rbsoft supports this item

Supported

This author's response time can be up to 1 business day.

1386 comments found.

Android only let me add 2 active eSims. If I send faster than 1 sms in 10 seconds, operators ban very fast. So I need to use more eSims at same time, if I add 5 eSims at same time but only 2 are active, can we programatically use the inactive esims ?

No, It is not possible. It can only use active SIMs at the time. You have to activate other SIMs manually from phone if you want to use them.

Does the Anroid device should have to be connected to the internet when sending sms using api?

If you are hosting on a PC, constant internet connection is not needed except when logging in to the device, and it only needs to be connected to the same network as the PC, but it occasionally checks for license verification so it requires connection for that. If you have built a custom APK with Firebase, then you will need an internet connection so it can establish connection with Firebase Cloud Messaging service. APK without firebase should work without constant connection for some time as mentioned above.

Pre-purchase question: Can I send bulk SMS using SIM with my local operators? Do your app allow this? Please let me know.

Hi, I wanted to try the demo app to check how it works. But, the demo app cannot be installed. I tried to install that app in three different brands phone (Realme, Redmi, Samsung)

Does it give in any errors when installing it?

How to delete all 700k pending messages, all of them not by 5000 max per page?

It is possible to do it with little modification. Please open a support ticket on the following portal and I can guide you how you can do that.

https://support.rbsoft.org

still cant upload files with 700k rows, 11 mb. the cron is working

it was a memory issue not allocated enough and timeout.

I hope increasing the memory_limit and execution_time fixed the issue. You can open a support ticket on the following portal if you are still encountering this issue.

https://support.rbsoft.org

I have tried this script with api on your site and it worked.

$payload = [ “sims” => [”*”], “mobile_numbers” => [“+905411xxxxxx”], “type” => “SMS”, “message” => “ben cagsan” ];

$ch = curl_init(“https://smsgateway.rbsoft.org/api/v1/messages/send”); curl_setopt_array($ch, [ CURLOPT_POST => true, CURLOPT_HTTPHEADER => [ “Authorization: Bearer 6459f5dfae6546e0c1f75xxxxxxx”, “Content-Type: application/json”, “Accept: application/json”, ], CURLOPT_POSTFIELDS => json_encode($payload), CURLOPT_RETURNTRANSFER => true, ]); $response = curl_exec($ch); if ($response === false) { die(“cURL error: ” . curl_error($ch)); } curl_close($ch); echo $response;

However, when I try use my own site url instead of yours,

https://www.mysite.com/api/v1/messages/send

404 not found. Should we enable api or what we need to enable this ?

Regards

If you are using a Stable version, then the API is different for that version. If you are using PHP, you can go to API page after login to your SMS Gateway portal and expand the PHP Integration section to get the code for API on stable version. Please open a support request on the following portal if you need further help regarding this. Comment section is reserved for presale questions only.

https://support.rbsoft.org

I have purchased your product. Can I use rbsoft site or I must use it on my server ?

You have to host it on your server or PC to use it. You can use the following guide to host it on your PC. It is for stable version.

https://rbsoft.org/downloads/sms-gateway/pc-installation-guide.pdf

For installing it on server, you can follow documentation in zip file.

I have added files to my web server but I get “500 Internal error” my whm panel only allows me php 8 latest, is that the issue ?

Yes, You need at least PHP 8.2. You have to add newer PHP version to your server.

Do we need to have other sms provider to send sms using “sender name” instead of a phone number ?

Another question, if we set delay to 0, it will send as fast as possible, yes ? Did you test it ? I will use it on eSim, what are the chances of operator ban ?

Yes, You can’t use different Sender ID when sending using SIM. It is only allowed when you are sending using third party gateways like Twilio and others like it.

Yes, It will send as fast as possible, but there will be high chance of SIM ban with 0 delay, so I won’t advise it. Bans are subject to rules in your country, and your message content may also affect it.

Can this be integrated to a winforms attendance application so that when a student logged in, it will use this sms to send any message to the sim number of a parent for example ?

Yes, It is possible. There is winforms example in the following project for stable version of the app. The demo you see is v10, and it is currently in beta and have different API so it won’t work directly without modifying it to use the new API.

https://github.com/ravibpatel/Gateway-Sample-Application

v9.4.9 is stable compare v10, how to version good, please detail i need stable, because beta do not good

You can use v9.4.9 if you want the stable experience. v10 is still in beta so you can expect some bugs. If you are using it in production, then I recommend you use v9.4.9 for now. It should be in a Stable folder in the zip file you downloaded from CodeCanyon.

in beta when i backup on cpanel after install to other cpanel account but when import sql by phpmyadmin it error, how to install backup, https://ibb.co/JWDMtz44

This is not related to the app. Make sure the user you are currently logged in as in phpMyAdmin is assigned all privileges to the database you are trying to import data in.

How do we set up the delay in v10 so messages wont send all the same time? I can’t find that option now.

You can do that from send page. There should be an option to set delay there.

ngrhd

ngrhd Purchased

I’ve been using your plugin for over 2 years now and am completely satisfied. Do you have plans to make a script that can do also do automated calls using TTS (especially the new LLM TTS offered by Microsoft and OpenAI)?

No, but you can add third party SMS providers using their API, so if they allow calls with same parameters as SMS you maybe be able to add it as a custom gateway too.

ngrhd

ngrhd Purchased

Ok, please consider adding native Call API in future releases. At least rooted Android can be used to initiate calls.

There are no plans for native implementation for now, because users are reluctant to root their device for this.

Hello

can I edit the sender Id like in twillio? name it as I want

It is not possible to do that when mobile SIM is used to send messages.

Do you have a landing page? Or at least a screenshot of one? How users will see all features and prices if no landing page? I intend to use as SAAS

Yes, New beta version comes with landing page. You can check it out from the below link.

https://smsgateway.rbsoft.org/

Looking good. Where is the plan (pricing) section?

There are no plans added in demo version. That’s why it doesn’t show the pricing section on the demo site. It will show up once you have some plans, though.

What is the sending limit per android per 1 hour ?

If we have an unlimit sms sending limit, I mean whats the technical limit, for example around 1 sms per 2 secs etc.

The app doesn’t limit it in any way, but your network operator can do so. It totally depends on your operator and rules in your country. It is also advisable to have some delay between messages too, as sending them too fast can result in a SIM block.

Please add a feature that can add payment gateway by uploading plugin like WordPress on the beta version.

It is possible to do that. I will make it more robust in next beta release if possible. For now, you can check out the README.md file to see how you can add your own custom payment gateway. It is easier to do it in new beta version.

I have to commit, I have purchased over 100 applications from this platform and this is “One of the MOST RELIABLE” application I have ever used. Once you setup, it keeps working with no drama. Few features, this requires some security features please. 1> 2 factor atthentication 2> login session control, 3>able to see where it is logged in, 4>able to sign out any device or web from main console. These security features are very essential and I hope you can add those. Thank you

New Beta version has all these features.

Thank you, That’s great to hear. I will wait sometimes to use beta version.

Is it must to use a physical sim, or any esims are supported ?

I personally didn’t try the e-sims, but other customers are using it successfully. You can try it out in the demo before purchasing.

https://links.rbsoft.org/tw4fe

Do you have plan to add whatsapp message with third party?

You can add custom Sending Server to send WhatsApp messages. You have to add the API format from a third party provider for that. There is no plan for direct integration in any unofficial way.

If i buy can you made the installation of the script and the third party?

Sorry, Installation or Integration is not included in support. You can provide me API docs of your WhatsApp provider and I can tell if it is possible to add it as sending server or not. You can do that by opening a ticket on the following portal.

https://support.rbsoft.org
by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey