RE: How to send every 50 seconds one sms?

2013-01-16 Thread Amin Mukhaimer
Yes good luck I hope you find what you’re looking for J Amin From: Rodrigo Ferreira Santos [mailto:rodrigofsan...@gmail.com] Sent: Wednesday, January 16, 2013 2:35 PM To: Amin Mukhaimer Subject: Re: How to send every 50 seconds one sms? min would be easier to create queues

RE: How to send every 50 seconds one sms?

2013-01-15 Thread Amin Mukhaimer
Why not handle that on your backend? Like the application calling the sendsms ? Amin From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Rodrigo Ferreira Santos Sent: Tuesday, January 15, 2013 4:43 PM To: users@kannel.org Subject: How to send every 50 seconds

Is wondering what third party SMS provider you recommend ?

2013-01-07 Thread Amin Mukhaimer
Dear list, I was just wondering whether you guys recommend some third party SMS providers, and how are they better than others, I've been looking up and most provide APIs like HTTP and SMPP, and claim to have great network coverage? I've been using Clickatell and having trouble sending

RE: Is wondering what third party SMS provider you recommend ?

2013-01-07 Thread Amin Mukhaimer
Ok thanks greatly you guys, I will consider your points and thanks again. Amin From: Joseph Koech [mailto:kipponthe...@gmail.com] Sent: Monday, January 07, 2013 9:19 PM To: Amin Mukhaimer Cc: users@kannel.org Subject: Re: Is wondering what third party SMS provider you recommend ? Hi

Clickatell Unable to send multi-part none English SMS

2012-12-10 Thread Amin Mukhaimer
Dear all, I am connected to Clickatell using Kannel HTTP connection, and when We try to send Multi-part none English SMS it don't work, In English SMSs, whether short or long(multi-part) they work, In Arabic, only short ones work. Multi-parts don't. They said We should add concat=5 in the

RE: Step By Step DLR Kannel ?

2012-11-20 Thread Amin Mukhaimer
Well it seems that you are inserting the SMS correctly but it's status isn't being updated ? kannel should call the URL to update the message status I suggest you start there, maybe call it manually and see if it works or not... From: users-boun...@kannel.org

RE: Same message to multiple numbers using send_sms and sent_sms table in single hit

2012-11-20 Thread Amin Mukhaimer
Would this do the trick ? INSERT INTO example (example_id, name, value, other_value) VALUES (1, 'Name 1', 'Value 1', 'Other 1'), (2, 'Name 2', 'Value 2', 'Other 2'), (3, 'Name 3', 'Value 3', 'Other 3'), (4, 'Name 4', 'Value 4', 'Other 4'); From:

RE: receiving sms via smpp

2012-09-27 Thread Amin Mukhaimer
In bearerbox configurations, add a default service, and can have other services as well, configurations should be something like this: group = sms-service keyword = default catch-all = yes max-messages = 0 get-url =

RE: Receiving sms via smpp

2012-09-27 Thread Amin Mukhaimer
Yes, bearerbox connects to operators' SMSC using smpp and other protocols, if that's what you want you don't need opensmpp box. Regards. From: Eric Beda [mailto:eric.b...@kamili.co.tz] Sent: Thursday, September 27, 2012 11:47 AM To: ami...@arabmobilecontent.com Subject: Receiving sms via

RE: PANIC: opensmppbox: DLR: storage type 'internal' don't implement needed functions

2012-09-18 Thread Amin Mukhaimer
, September 18, 2012 6:51 AM To: Amin Mukhaimer Cc: users@kannel.org Subject: Re: PANIC: opensmppbox: DLR: storage type 'internal' don't implement needed functions 2012/9/17 Amin Mukhaimer ami...@arabmobilecontent.com: Sorry I meant: group = core dlr-storage = internal and remove: box-dlr-storage

RE: PANIC: opensmppbox: DLR: storage type 'internal' don't implement needed functions

2012-09-17 Thread Amin Mukhaimer
I had same problem, just modify core group to: group = core dlr-storage = mysql And hopefully it will run like a beast ! Amin -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Eugene Prokopiev Sent: Monday, September 17, 2012 3:39 PM To:

RE: PANIC: opensmppbox: DLR: storage type 'internal' don't implement needed functions

2012-09-17 Thread Amin Mukhaimer
Sorry I meant: group = core dlr-storage = internal and remove: box-dlr-storage = internal Amin. -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Amin Mukhaimer Sent: Monday, September 17, 2012 4:02 PM To: 'Eugene Prokopiev' Cc: users

RE: Shutting down Kannel

2012-09-12 Thread Amin Mukhaimer
Issue the following linux command, to kill bearerbox, rest of the boxes shutdown after it. killall -9 bearerbox Have a nice day. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Ombongi Moraa Fe Sent: Wednesday, September 12, 2012 12:35 PM To:

RE: Facing an issue starting up Kannel

2012-09-06 Thread Amin Mukhaimer
You can add fakesmsc as smsc connection, it's a tool provided with kannel : configs are like: group = smsc smsc = fake smsc-id = fake1 port = 13021 connect-allow-ip = *.*.*.* allowed-smsc-id=fake1 or use a tool like smppsim, download from here :

RE: help with understanding opensmppbox

2012-09-05 Thread Amin Mukhaimer
. -Original Message- From: Alvaro Cornejo [mailto:cornejo.alv...@gmail.com] Sent: Tuesday, September 04, 2012 5:52 PM To: Amin Mukhaimer Cc: Saad Omer; users@kannel.org; Mazen Khalili Subject: Re: help with understanding opensmppbox Hi As per your config; there is only one smsc: smsc1 with TX RX

RE: help with understanding opensmppbox

2012-09-04 Thread Amin Mukhaimer
, September 03, 2012 4:59 PM To: Amin Mukhaimer Cc: Saad Omer; users@kannel.org Subject: Re: help with understanding opensmppbox Can you post configs? Kannel treats each smsc independently with its own queue each. Therefore it shouldn't wait to empty sms1 queue to send smsc2 msgs. if you know

help with understanding opensmppbox

2012-08-29 Thread Amin Mukhaimer
hey guys, how is it going? I have some questions regarding opensmppbox, so I can connect it to bearerbox as normal smsbox? And what would be the purpose of that? I am looking to increase the performance of my installation since sending large numbers of SMSs to many operators can take a long

concatenated SMS delay period ?

2012-07-16 Thread Amin Mukhaimer
Hello, Is there a way for me to add a delay option between each part of concatenated message, since I can add delay at my application level while calling sendsms page, but I can't add a delay there in the case of long concatenated messages, I am looking for a way of doing it inside kannel.

RE: kannel.org is DOWN?

2012-07-05 Thread Amin Mukhaimer
It seems to be working for me. something isn't right ! Amin Mkhaimer | VAS Developer AMC-SIGN-NEW-2011-W T +70 9 2377818 | F +970 9 2383834 | M +970 598 596407 (Use +972 if calling from non Arab Country) http://www.arabmobilecontent.com/ www.arabmobilecontent.com

RE: outgoing SMS limit per MSISDN

2012-06-20 Thread Amin Mukhaimer
: Wednesday, June 20, 2012 12:21 PM To: Amin Mukhaimer Subject: Re: outgoing SMS limit per MSISDN We already doing this, we store messages in the MySQL database and send one SMS to unique MSISDN per second. However, sometime when we need to restart MySQL or Kannel or sms handler, Kannel starts storing