-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Backend [ Alternate Gateways ] #60
Comments
Clikckatell bulk/ sending only |
Mas ari , saya bisa private ga? Di bandung bukan mas ari tu ? :D |
Way2SMS http://way2sms.com |
@back2arie I have entire class for way2sms ready, let me know how i can send so that u can add it easily. |
Any link and sample usage would be great. |
Have a look : https://github.com/kingster/Way2SMS-API |
I was trying this, and found that, the outgoing sms via this external gateways are not recorded in senditems. We need to do that, and also increment the outgoing sms counter accordingly. |
Yes, i'm still trying poc on sending sms only. Basically all model is inherited from gammu_model, so we just need to make a little changes (hopefully). |
My Friends ,is Clickatell really works with Kalkun?please help for implementation |
Some gateways can define own number under this is sent message. Thank you |
Sure there is always a possibility, the new system should able to work with multiple gateway (sending and receiving). |
Hi, I have ported the old Alternate Gateway patches from Kalkun 0.6 to current master in my fork https://github.com/jbubik/Kalkun (hopefully you do not mind). There is a new gateway for T-Mobile CZ there too. I wrote some wiki documentation about Alternate Gateways. In next days I will try to implement the necessary database functions. Finishing that it could be usable enough. Would you consider pulling into master then? |
Sure, let us know when you're finish :-) Sent from my iPhone
|
Pak ari, mau Tanya mengenai REST API, kalkun bisa di gunakan oleh aplikasi lain tidak ya untuk mengirim sms melalui service gammu yang sudah berjalan. Terimakasih |
All is documented at https://github.com/back2arie/Kalkun/wiki/Alternate-Gateways |
Sorry, I cannot help. Never used kannel myself. Study the source code. And you won't get more support by saying it is urgent.
|
As per the wiki you can set the gateway to used by the config
$config['gateway']['engine'] = 'gammu';
And if you look at the file it needs 3 more config
$config['gateway']['url'] = 'url' ;
$config['gateway']['username'] = 'username' ;
$config['gateway']['password'] = 'password' ;
And it should work, but the integration was written way long back, I cannot
assure that it will be still working. So give it a try and then check logs
for what happens.
…On Sat, 11 Aug 2018, 7:20 am jbubik, ***@***.***> wrote:
Sorry, I cannot help. Never used kannel myself. Study the source code. And
you won't get more support by saying it is urgent.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#60 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AArS-L997zJJqNk2GPPeBKQWFTr4nzIeks5uPjhJgaJpZM4AFnbs>
.
|
Thanks Dear Kingster. I am working on it and will let you know if I needed more help. |
Other than gammu-smsd
Kannel might be a good start
The text was updated successfully, but these errors were encountered: