RE: WARNING: Cannot find SMSCConn for message to <67777>, rejected.

2012-07-07 Thread Rene Kluwen
Try to add smsc-id = in group = smsbox-route. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Olutoyin Daniel Sent: Saturday, 07 July, 2012 17:24 To: users@kannel.org Subject: WARNING: Cannot find SMSCConn for message to <6>, rejected. Hello al

RE: not able to understand all the values of smsc operator

2012-07-07 Thread Rene Kluwen
Be careful posting sensitive login information on the list. The log files don't seem to match you config file. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of alok srivastava Sent: Saturday, 07 July, 2012 17:40 To: users@kannel.org Subject: not able to understa

RE: sqlbox select speed

2012-07-16 Thread Rene Kluwen
To shed some light in this matter. 1. You can increase the LIMIT without breaking things. This might increase speed for large batches. 2. If you want to have 2 (or more) sqlboxes, they can connect to the same bearerbox without any problem. But yes, use a separate send_sms table for

RE: smsbox and sqlbox

2012-07-17 Thread Rene Kluwen
Well... if you send messages through the send_sms table and do not need to call the dlr-url, then indeed smsbox does nothing. You can safely connect sqlbox without any smsbox involved and be happy sending messages. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-

RE: Kannel Adds 2 send-SMS requests for every subscriber

2012-07-19 Thread Rene Kluwen
What does your services.php do? Does it send a message to the subscriber? In that case, it shouldn't return any message on top of that. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Ombongi Moraa Fe Sent: Wednesday, 18 July, 2012 10:15 To: users@kann

RE: sqlbox select speed

2012-07-19 Thread Rene Kluwen
09:09 To: Rene Kluwen Cc: Eric Turner; spameden; users Subject: Re: sqlbox select speed Hi Rene, Thanks for the response. I have configured two sqlboxes that are reading from two different database and that has helped in increasing the overall speed. I have not recompiled sqlbox with INSERT

RE: sqlbox select speed

2012-07-19 Thread Rene Kluwen
Doesn't really matter. As long as it is different from any other port that you are using already. From: Ashish Agarwal [mailto:ashisha...@gmail.com] Sent: Thursday, 19 July, 2012 17:54 To: Rene Kluwen Cc: users; Eric Turner; spameden Subject: RE: sqlbox select speed What should b

RE: dlr-url call on sqlbox

2012-07-30 Thread Rene Kluwen
This is a FAQ. Sqlbox doesn't call dlr-url's, since it's sql based and not http based. The workaround is as follows: Insert as your "boxc_id" the smsbox id of your connected smsbox. == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Rav

RE: dlr-url call on sqlbox

2012-07-30 Thread Rene Kluwen
msID%3D%25A%26 BatchID%3D123-5d1Xa', 'smsbox-id' ); Where 'smsbox-id' is a random instance of any smsbox that you have connected. From: Ravindra Gupta // Viva [mailto:ravin...@vivainfomedia.com] Sent: Monday, 30 July, 2012 16:43 To: Rene Kluwen Cc: users-requ..

RE: dlr-url call on sqlbox

2012-07-30 Thread Rene Kluwen
: Monday, 30 July, 2012 18:25 To: Rene Kluwen Cc: users-requ...@vm1.kannel.org; us...@vm1.kannel.org Subject: Re: dlr-url call on sqlbox Dear Rene, We have got below error. INSERT INTO send_sms (momt, sender, receiver, msgdata, sms_type, smsc_id, dlr_mask, dlr_url, boxc_id) VALUES (&#x

RE: dlr-url call on sqlbox

2012-08-01 Thread Rene Kluwen
...@vivainfomedia.com] Sent: Wednesday, 01 August, 2012 10:17 To: Rene Kluwen Cc: users-requ...@vm1.kannel.org; us...@vm1.kannel.org Subject: Re: dlr-url call on sqlbox Dear Rene, Dear Rene, We have inserted asmsbox value in boxc_id, after then we have submitted the sms and found the error on

RE: dlr-url call on sqlbox

2012-08-01 Thread Rene Kluwen
; sqlbox -> mysql -> bearerbox -> smsc). Usually sqlbox is not the cause. == Rene From: Ravindra Gupta // Viva [mailto:ravin...@vivainfomedia.com] Sent: Wednesday, 01 August, 2012 12:29 To: Rene Kluwen Cc: us...@vm1.kannel.org Subject: Re: dlr-url call on sqlbox Dear Rene,

RE: schedule delivery of sms

2012-08-02 Thread Rene Kluwen
Note the post that you mention is about priorities. There's better ways to handle those than what it says in that post. Delivery scheduling is different, even though you have to modify the same query. == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behal

RE: schedule delivery of sms

2012-08-02 Thread Rene Kluwen
From: spameden [mailto:spame...@gmail.com] Sent: Thursday, 02 August, 2012 19:31 To: Rene Kluwen Subject: Re: schedule delivery of sms What about priorities with combination of sqlbox? So far I only found a way to use custom sql query. Do you suggest using priority field in sqlbox or what&#

RE: schedule delivery of sms

2012-08-02 Thread Rene Kluwen
That's what the priority flag is for. Correct me if I am wrong. Bearerbox has one queue per smsc connection. == Rene From: spameden [mailto:spame...@gmail.com] Sent: Thursday, 02 August, 2012 19:38 To: Rene Kluwen Cc: users Subject: Re: schedule delivery of sms Thanks for

RE: schedule delivery of sms

2012-08-02 Thread Rene Kluwen
We will be anxiously waiting for the results of your tests ;=). == Rene From: spameden [mailto:spame...@gmail.com] Sent: Thursday, 02 August, 2012 19:42 To: Rene Kluwen Cc: users Subject: Re: schedule delivery of sms I think yes, you're correct about 1 smsc link == 1 queu

RE: schedule delivery of sms

2012-08-02 Thread Rene Kluwen
This is from an old post from Emmanuel Chanson: >in gw/sqlbox_mysql.h > something like: > SELECT sql_id, momt, sender, receiver, udhdata, \ >msgdata, time, smsc_id, service, account, id, sms_type, mclass, mwi, coding, \ >compress, validity, deferred, dlr_mask, dlr_url, pid, alt_dcs, rpi,

FW: schedule delivery of sms

2012-08-02 Thread Rene Kluwen
I didn't include users either. my bad. From: Rene Kluwen [mailto:rene.klu...@chimit.nl] Sent: Thursday, 02 August, 2012 22:19 To: 'spameden' Subject: RE: schedule delivery of sms No, after sending the sms, the structure, including the time field is discarded. Either

RE: Error While compiling OpenSMPPBOX from SVN

2012-08-06 Thread Rene Kluwen
This was a bug indeed, introduced by implementing the new DB support. It is solved in the latest svn head version. == Rene From: an...@in.multiplesystem.net [mailto:an...@in.multiplesystem.net] On Behalf Of Anshu Sah Sent: Sunday, 22 July, 2012 19:40 To: users; Rene Kluwen; Rene Kluwen

RE: [opensmppbox] SMSC rejected login to transmit (bind failed)

2012-08-07 Thread Rene Kluwen
ransceiver-mode= false > smsc-username = "foo" > smsc-password = "bar" > system-type = "SMPP" > address-range = "12345678901" > source-addr-ton

RE: Where I can download the previous version of opensmppbox

2012-08-07 Thread Rene Kluwen
Also: Install the latest Kannel from svn (make install), when using the latest opensmppbox. == Rene -Original Message- From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of admin Sent: Tuesday, 07 August, 2012 14:31 To: us...@vm1.kannel.org Subject: Where

RE: [opensmppbox] SMSC rejected login to transmit (bind failed)

2012-08-07 Thread Rene Kluwen
c-password = "bar" > system-type = "SMPP" > address-range = "12345678901" > source-addr-ton = 1 > source-addr-npi = 1 > dest-addr-ton = 1 > dest-add

RE: Where I can download the previous version of opensmppbox

2012-08-07 Thread Rene Kluwen
But to answer your question: You can checkout previous versions with (for instance): svn checkout -r {2006-02-17} See: http://svnbook.red-bean.com/en/1.7/svn.tour.revs.specifiers.html == Rene -Original Message- From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org]

RE: [opensmppbox] SMSC rejected login to transmit (bind failed)

2012-08-07 Thread Rene Kluwen
t; source-addr-ton = 1 > source-addr-npi = 1 > dest-addr-ton = 1 > dest-addr-npi = 1 > bind-addr-ton = 1 > bind-addr-npi = 1 > > > On 07/08/12 10:27, Milan P. Stanic w

RE: Where I can download the previous version of opensmppbox

2012-08-08 Thread Rene Kluwen
Specify "localhost" as system-type in your client. == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of admin Sent: Wednesday, 08 August, 2012 13:34 To: spameden; us...@vm1.kannel.org Subject: Re: Where I can download the previous version of opensmpp

RE: dlr-url call on sqlbox

2012-08-08 Thread Rene Kluwen
Gupta // Viva [mailto:ravin...@vivainfomedia.com] Sent: Wednesday, 08 August, 2012 09:34 To: Rene Kluwen Cc: us...@vm1.kannel.org Subject: Re: dlr-url call on sqlbox Dear Rene, While working on sqlbox, I have come across some queries :- 1. When we insert on send_sms table, it invokes

RE: Where I can download the previous version of opensmppbox

2012-08-08 Thread Rene Kluwen
You shouldn't change this in kannel.conf. You should change it in your PHP client. Like this: mailto:ad...@platbox.ru] Sent: Wednesday, 08 August, 2012 14:35 To: Rene Kluwen Cc: 'spameden'; us...@vm1.kannel.org Subject: Re: Where I can download the previous version

RE: Where I can download the previous version of opensmppbox

2012-08-08 Thread Rene Kluwen
The error is self-explanatory: Mallformed addr `TestSMSSender', alphanum length greater 11 chars. Alpha sender addresses have a maximum length of 11 characters. == Rene From: admin [mailto:ad...@platbox.ru] Sent: Wednesday, 08 August, 2012 15:25 To: Rene Kluwen Cc: 

RE: dlr-url call on sqlbox

2012-08-08 Thread Rene Kluwen
com] Sent: Wednesday, 08 August, 2012 15:51 To: Rene Kluwen Cc: us...@vm1.kannel.org Subject: Re: dlr-url call on sqlbox Dear Rene, We have commented the code in sqlbox.c file and found the row in sent_sms table. /* if (msg_type(msg) == sms) { debug("sqlbox", 0,

RE: dlr-url call on sqlbox

2012-08-08 Thread Rene Kluwen
Sorry. Now I see what is happening. You should comment out line 597 of the original gw/sqlbox.c as well. == Rene From: Ravindra Gupta // Viva [mailto:ravin...@vivainfomedia.com] Sent: Wednesday, 08 August, 2012 15:51 To: Rene Kluwen Cc: us...@vm1.kannel.org Subject: Re: dlr-url call on

RE: Where I can download the previous version of opensmppbox

2012-08-11 Thread Rene Kluwen
UG: Immutable octet strings: 125. 2012-08-11 16:51:56 [31060] [0] INFO: Added logfile `/var/log/kannel/opensmppbox.log' with level `0'. #restart 11.08.2012 16:28, spameden пишет: To identify a problem you need to use log-level = 0. 2012/8/11 admin 08.08.2012 18:31, Rene Kluwen пише

RE: Where I can download the previous version of opensmppbox

2012-08-12 Thread Rene Kluwen
y, 11 August, 2012 17:02 To: Rene Kluwen Subject: Re: Where I can download the previous version of opensmppbox Hmm, may be then you can advice where I can download the correct working PHP script 11.08.2012 18:30, Rene Kluwen пишет: Looks like this is rather a bug or misconfiguration in you

RE: I can't receive sms

2012-08-13 Thread Rene Kluwen
Probably you have incorrect CNMI values. There’s a section about modem initialization in the users guide. Check it out. Also try to add: sim-buffering = true in your group = smsc. == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of F.Baghery S

RE: Have problems compiling SQLBOX

2012-08-16 Thread Rene Kluwen
Try getting a fresh svn copy again and then run: ./configure (--options) make == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Adan Canales Sent: Thursday, 16 August, 2012 07:47 To: us...@vm1.kannel.org Subject: Have problems compiling SQLB

RE: Have problems compiling SQLBOX

2012-08-16 Thread Rene Kluwen
Please always copy the users list upon replying. If you run configure, you should get another error or no error at all. From: Adan Canales [mailto:adan...@gmail.com] Sent: Thursday, 16 August, 2012 14:29 To: Rene Kluwen Subject: Re: Have problems compiling SQLBOX Thank you Rene, I´m new

RE: users Digest, Vol 72, Issue 49

2012-08-16 Thread Rene Kluwen
It seems that you have compiled it successfully before already then. From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Adan Canales Sent: Thursday, 16 August, 2012 14:51 To: us...@vm1.kannel.org Subject: Re: users Digest, Vol 72, Issue 49 Thank you again

RE: [Opensmppbox] `Random' crashes of opensmppbox

2012-08-17 Thread Rene Kluwen
I noticed this as well. It started happening after the major client-route update last time, even though I don't use them. I am looking into the matter now. Possibly it has to do with a connection that is not available temporarily. >From the logs that you are providing, there has been no link act

RE: [Opensmppbox] `Random' crashes of opensmppbox

2012-08-17 Thread Rene Kluwen
I just made a change to gw/opensmppbox.c which will fix this bug. == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Rene Kluwen Sent: Friday, 17 August, 2012 18:59 To: 'Christopher Burke'; us...@vm1.kannel.org Subject: RE: [O

RE: Where I can download the previous version of opensmppbox

2012-08-19 Thread Rene Kluwen
If your opensmppbox died in the example below (I can't see from your log files) then maybe doing a fresh svn update will help you. == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Rene Kluwen Sent: Sunday, 12 August, 2012 16:14 To: '

RE: pics from sqlbox

2012-08-20 Thread Rene Kluwen
By "pics". do you mean picture sms? Or binary content like .jpg pictures? In the latter case: You cannot do it with just kannel alone. You need MMS functionality like mbuni supports. == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Roston Vilson

RE: pics from sqlbox

2012-08-21 Thread Rene Kluwen
Vilson [mailto:roston.vil...@yahoo.com] Sent: Tuesday, 21 August, 2012 09:52 To: Rene Kluwen; 'users@kannel.org' Subject: Re: pics from sqlbox Hi Rene thanks for your suggestion. But i want to use black and white picture message (.gif images) . Picture size must be 72*28 (width:72px;

RE: Kannel and SMPP

2012-08-21 Thread Rene Kluwen
If you post your configuration and log files, if any, we will be more likely to assist you. == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Alexander Malysh Sent: Tuesday, 21 August, 2012 17:18 To: Gideon Karuga Cc: users@kannel.org Org Subject:

RE: Request for Help smpp

2012-08-21 Thread Rene Kluwen
This is probably a configuration issue with the wrong tcp ports being connected to each other. If you post your config, we can help you further. == Rene -Original Message- From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Soporte Sent: Tuesday, 21 Aug

RE: Kannel and SMPP

2012-08-21 Thread Rene Kluwen
Nex time, you may want to mask out the sensitive data, like credentials. What about your log files? Could you post them as well? == Rene From: Gideon Karuga [mailto:gideonkar...@yahoo.com] Sent: Tuesday, 21 August, 2012 18:19 To: Rene Kluwen; 'Alexander Malysh' Cc: 'users

RE: Request for Help smpp

2012-08-21 Thread Rene Kluwen
Sent: Tuesday, 21 August, 2012 22:23 To: Rene Kluwen Subject: RE: Request for Help smpp Here it is my kannel.conf file #Default kannel configuration file #core group 'mandatory' identifies the group group = core dlr-storage=mysql #port for http administration admin-port = 13000 smsb

RE: Kannel and SMPP

2012-08-22 Thread Rene Kluwen
: Wednesday, 22 August, 2012 08:36 To: Rene Kluwen; 'Alexander Malysh' Cc: 'users@kannel.org Org' Subject: Re: Kannel and SMPP Hi, Sorry about that. Kindly find attached the log files. We can always change the credentials. Best Regards, Gideon Karuga

RE: Kannel and SMPP

2012-08-22 Thread Rene Kluwen
ost:13005/cgi-bin/sendsms?username=foo&password=bar&to=+254725 068386&text=Hello+world> &password=bar&to=+254725068386&text=Hello+world == Rene From: Gideon Karuga [mailto:gideonkar...@yahoo.com] Sent: Wednesday, 22 August, 2012 13:46 To: Rene Kluwen; 'Alexande

RE: Kannel and SMPP

2012-08-22 Thread Rene Kluwen
d that first, before posting to the list. == Rene From: Gideon Karuga [mailto:gideonkar...@yahoo.com] Sent: Wednesday, 22 August, 2012 14:17 To: Rene Kluwen; 'Alexander Malysh' Cc: 'users@kannel.org Org' Subject: Re: Kannel and SMPP Hi, Thanks for that, Just tried i

RE: Request for Help smpp

2012-08-25 Thread Rene Kluwen
host as a box > bearerbox-host = localhost > bearerbox-port = 2 > log-level = 0 > log-file = /var/log/kannel/opensmppbox.log > our-system-id = chim1 > route-to-smsc = my-default-smsc > # see sample smpplogins.txt > smpp-logins = "/etc/kannel/smpplogins.txt" > > #

RE: Facing an issue starting up Kannel

2012-08-30 Thread Rene Kluwen
Is it possible for you to start bearerbox with gdb and do a backtrace on it? == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Manoj M N Sent: Thursday, 30 August, 2012 18:26 To: us...@vm1.kannel.org Subject: Facing an issue starting up Kannel

RE: Facing an issue starting up Kannel

2012-08-30 Thread Rene Kluwen
has a NULL or uninitialized value. == Rene From: Manoj M N [mailto:m4n0...@gmail.com] Sent: Friday, 31 August, 2012 03:20 To: Rene Kluwen Subject: Re: Facing an issue starting up Kannel Thanks for the help Rene, Please see attached the requested info. If you need more info, please let me

RE: Kannel HTTP SMSC "Segmentation Fault"

2012-09-01 Thread Rene Kluwen
Thanks, Alex. From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Alexander Malysh Sent: Friday, 31 August, 2012 12:01 To: Willy Mularto Cc: users@kannel org Subject: Re: Kannel HTTP SMSC "Segmentation Fault" Hi, fixed in SVN. Alex Am 31.08.2012

RE: send sms to equipment instead of sim

2012-09-01 Thread Rene Kluwen
Check the message-storage="ME" parameter in group = smsc. == Rene -Original Message- From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Alvaro Cornejo Sent: Friday, 31 August, 2012 16:11 To: users Subject: send sms to equipment instead of sim Hi Is the

RE: Facing an issue starting up Kannel

2012-09-05 Thread Rene Kluwen
It seems you have no smsc connections specified in your config. So, for Kannel there is nothing to do. == Rene From: Manoj M N [mailto:m4n0...@gmail.com] Sent: Wednesday, 05 September, 2012 16:10 To: Alexander Malysh Cc: Rene Kluwen; us...@vm1.kannel.org Subject: Re: Facing an issue

RE: sqlbox connecting

2012-09-08 Thread Rene Kluwen
Also in your group = smsbox, you need to have: bearerbox-port = 13005. == Rene -Original Message- From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Alvaro Cornejo Sent: Saturday, 08 September, 2012 16:00 To: Eugene Prokopiev Cc: us...@vm1.kannel.org Sub

RE: opensmppbox connection problems

2012-09-08 Thread Rene Kluwen
Using internal storage for opensmppbox: group = opensmppbox box-dlr-storage = internal About your other question: bearerbox-port should be 13001 in group = opensmppbox. == Rene -Original Message- From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Euge

RE: Smsbox-royte

2012-09-10 Thread Rene Kluwen
Yes, you are right. Bearerbox does the smsbox-routing. So the smsbox-route configuration section should be there. == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Singularnet Sent: Monday, 10 September, 2012 21:53 To: users Subject: Smsbox-ro

RE: sms-center and my-number for smsc = at

2012-09-11 Thread Rene Kluwen
My huawei does the same thing. Just after trying a second time, it does succeed. So even when I get this error, it doesn't yield problems. == Rene -Original Message- From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Eugene Prokopiev Sent: Tuesday, 11 Se

RE: help configuring smppbox addon

2012-09-11 Thread Rene Kluwen
At this moment, opensmppbox only connects to 1 smsc at the time. For multiple smsc's you will need to start 2 opensmppbox instances. But no least cost or prefix or other routing is done. To get in touch with companies providing services for kannel, you can post in commerc...@kannel.org. ==

RE: SS7 and Kannel

2012-09-12 Thread Rene Kluwen
There’s an ss7 stack, which is half-finished. But it’s not free. From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Webmaster HC Sent: Tuesday, 11 September, 2012 23:18 To: us...@vm1.kannel.org Subject: SS7 and Kannel All, Is it possible to turn use

RE: Kannel With SIM300 GSM Modem

2012-09-12 Thread Rene Kluwen
Are you sure minicom responds when you enter /dev/ttyUSB0? If yes, maybe it's a permission issue. -Original Message- From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of sudhakar_yg Sent: Wednesday, 12 September, 2012 09:48 To: us...@vm1.kannel.org Subject:

RE: help configuring smppbox addon

2012-09-12 Thread Rene Kluwen
Change: route-to-smsc = my-default-smsc to route-to-smsc = operator1_tx From: Natalia Spoon [mailto:natalia.sp...@yahoo.com] Sent: Wednesday, 12 September, 2012 11:17 To: Rene Kluwen Cc: users@kannel.org Subject: Re: help configuring smppbox addon Ok thank you kindly, just

RE: problem connection to a bearerbox in other server

2012-09-12 Thread Rene Kluwen
Yes, probably the version mismatch of your smsbox and your bearerbox is the problem. Try to run the same version. == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Singularnet Sent: Wednesday, 12 September, 2012 14:51 To: users Subject: proble

RE: Outgoing SMS routing via different SMSC by destination number prefix

2012-09-13 Thread Rene Kluwen
group = smsc smsc = fake smsc-id = smsc-0 port = 1 connect-allow-ip = 127.0.0.1 denied-prefix = 007;008 -Original Message- From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Eugene Prokopiev Sent: Thursday, 13 September, 2012 07:08 To: us...@vm1.kanne

RE: Generic error: Initialization of device failed

2012-09-13 Thread Rene Kluwen
Change your init-string to "AT+CNMI=.." with values that your modem accepts. == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of suneet saini Sent: Thursday, 13 September, 2012 12:13 To: us...@vm1.kannel.org Subject: Generic error: Initialization of

RE: Getting my Android Phone to send SMS

2012-09-14 Thread Rene Kluwen
Does this help? http://www.bdsatish.in/software/android-usb-modem.html From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Manoj M N Sent: Friday, 14 September, 2012 08:14 To: us...@vm1.kannel.org Subject: Re: Getting my Android Phone to send SMS Hel

RE: Getting my Android Phone to send SMS

2012-09-15 Thread Rene Kluwen
You need to elaborate more on your group = smsbox (sendsms-port) and add a group = sendsms-user. See the users guide. From: Manoj M N [mailto:m4n0...@gmail.com] Sent: Friday, 14 September, 2012 17:22 To: Rene Kluwen Cc: us...@vm1.kannel.org Subject: Re: Getting my Android Phone to send SMS

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

2012-09-19 Thread Rene Kluwen
It's an incompatible version mismatch. Newer opensmppbox versions use box-dlr-storage and older version use dlr-storage in group = core. == Rene -Original Message- From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Eugene Prokopiev Sent: Tuesday, 18 Sept

RE: Smsbox sometimes doesn't servicing request

2012-09-19 Thread Rene Kluwen
You seem to have crossed an old sqlbox bug. I remember, under high load, sqlbox misses some MO messages. As of now, for all I know, this hasn't been solved yet. == Rene -Original Message- From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Willy Mularto

RE: Need to download some CVS versions

2012-09-20 Thread Rene Kluwen
That "old" version should be in the svn repository as well... if I am not mistaken. == Rene -Original Message- From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Willy Mularto Sent: Thursday, 20 September, 2012 04:39 To: Stipe Tolj Cc: users@kannel org S

RE: Sqlbox Monitoring Panel:

2012-09-25 Thread Rene Kluwen
, 2012 14:01 To: Rene Kluwen Cc: us...@vm1.kannel.org Subject: Sqlbox Monitoring Panel: Dear Rene, We have successfully configured SQLBOX on our Linux server, I have some query as given below. 1) Any web panel in SQLBOX where we will be Monitored SMS bulk queue like kannel. Thanks Ravindra

RE: Smsbox sometimes doesn't servicing request

2012-09-25 Thread Rene Kluwen
n found the solution. On Sep 19, 2012, at 10:47 PM, spameden wrote: Hey Willy! Did you use latest version from SVN? 2012/9/19 Rene Kluwen You seem to have crossed an old sqlbox bug. I remember, under high load, sqlbox misses some MO messages. As of now, for all I know, this ha

RE: Smsbox sometimes doesn't servicing request

2012-09-26 Thread Rene Kluwen
I have a feeling where to look for this. Willy, in the test below: Are we talking about 1 smsc and 1 smsbox? Or multiple? == Rene From: Willy Mularto [mailto:sangpr...@gmail.com] Sent: Wednesday, 26 September, 2012 03:17 To: Rene Kluwen Cc: 'Alexander Malysh'; 'kannel u

RE: receiving sms via smpp

2012-09-27 Thread Rene Kluwen
And also: You don’t need opensmppbox to receive sms messages. == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Amin Mukhaimer Sent: Thursday, 27 September, 2012 09:40 To: 'Eric Beda' Cc: us...@vm1.kannel.org Subject: RE: receiving sms via smpp

RE: SMPPBox - Query

2012-12-06 Thread Rene Kluwen
Use the loopback smsc. From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Tapan Kumar Thapa Sent: woensdag 3 oktober 2012 6:41 To: us...@vm1.kannel.org Subject: Re: SMPPBox - Query Hello, Is anyone having any clue on my requirement? Thanks Regards Tapan

RE: opensmppbox question

2012-12-06 Thread Rene Kluwen
It’s possible. If you post your config, we can help you out with it. == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Support Sent: maandag 22 oktober 2012 15:54 To: us...@vm1.kannel.org Subject: opensmppbox question Hi, I’m trying to c

RE: Error while SQLBOX running with MSSQL support

2012-12-06 Thread Rene Kluwen
This might be a credential problem. == Rene From: devel-boun...@vm1.kannel.org [mailto:devel-boun...@vm1.kannel.org] On Behalf Of manas mohanty Sent: maandag 5 november 2012 8:32 To: de...@vm1.kannel.org; us...@vm1.kannel.org Subject: Error while SQLBOX running with MSSQL support Hi All

RE: CLI Send sms

2012-12-06 Thread Rene Kluwen
Escape them with a backslash (\). == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Ombongi Moraa Fe Sent: maandag 26 november 2012 13:06 To: us...@vm1.kannel.org Subject: RE: CLI Send sms Hi Team, Just a quickie; How can I send special para

RE: Questions on DLR and opensmppbox

2012-12-06 Thread Rene Kluwen
Dear Christian, 1. No, opensmppbox doesn't support query_sm. 2. Your observation is correct. There's a bug in opensmppbox that we are currently looking into. Opensmppbox doesn't necessarily _need_ its own dlr storage. But it is recommended, to avoid clashes with kannel dlr's. The recommended way

RE: Can I get destination msisdn and message from submit sm resp ???

2012-12-07 Thread Rene Kluwen
Please post your logs. Maybe you need to set msg-id-type. From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of chen yee tan Sent: vrijdag 7 december 2012 5:55 To: users@kannel.org Subject: Can I get destination msisdn and message from submit sm resp ??? Hi,

RE: CLI Send sms

2012-12-07 Thread Rene Kluwen
Urlencode the string that you want to send. Also on cli. From: Ombongi Moraa Fe [mailto:moraa.lovetak...@gmail.com] Sent: vrijdag 7 december 2012 10:31 To: Ali Kashif Cc: Rene Kluwen; us...@vm1.kannel.org Subject: Re: CLI Send sms Ali, Thanks for the suggestion. However, Only the text

RE: Kannel and Outlook

2012-12-07 Thread Rene Kluwen
Is there anybody else that has a need for this and/or want to act as a beta tester? Basic knowledge of Outlook macros is required. == Rene From: devel-boun...@vm1.kannel.org [mailto:devel-boun...@vm1.kannel.org] On Behalf Of Rene Kluwen Sent: donderdag 6 december 2012 19:56 To

FW: smppbox - set system_type = null

2012-12-07 Thread Rene Kluwen
Forgot to copy the list: In your config, set use-systemid-as-smsboxid to true. After that, system-type is not checked anymore upon a bind from the client. == Rene -Original Message- From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Aldo Zavala Sent: vr

RE: openSMPP PANIC:

2012-12-10 Thread Rene Kluwen
1. What are the steps to reproduce this error? 2. Could you possbibly do a "svup update -r63" and see if the problem still persists? == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Ali Kashif Sent: maandag 10 december 2012 12:03

RE: openSMPP PANIC:

2012-12-10 Thread Rene Kluwen
When in your svn folder, type: cd trunk/addons/opensmppbox svn update -r63 and make and install again. == Rene From: Ali Kashif [mailto:syedalikas...@gmail.com] Sent: maandag 10 december 2012 14:14 To: Rene Kluwen Cc: us...@vm1.kannel.org Subject: Re: openSMPP PANIC: Hi Rene

Opensmppbox

2012-12-11 Thread Rene Kluwen
Just updated opensmppbox with the following log message: 2012-12-11 Rene Kluwen Reverted back to v63 due to too many bugs and problems in these sources. At the same time, introducing a new ESME-to-MT routing possibility. See documentation about 'smsc-route'.

RE: Clickatell Unable to send multi-part none English SMS

2012-12-12 Thread Rene Kluwen
There's a seperate clickatell driver built-in in Kannel already. You will get it when you set system-type = clickatell. Not sure if that will solve your problem. But it's worth a try. == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Amin Muk

RE: Kannel and Siemens c55 connectivity

2012-12-13 Thread Rene Kluwen
What have the log files to say about it? The c55 should work. Use wvdial to find the init strings. == Rene -Original Message- From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Sent: donderdag 13 december 2012 17:58 To: Rudy Matela Cc:

RE: sqlbox installation problem

2012-12-15 Thread Rene Kluwen
Please direct Kannel questions to the users list and not directly to me. The below error is when you are trying to compile a newer version of sqlbox against the libraries of an old Kannel version. == Rene -Original Message- From: sofathit...@gmail.com [mailto:sofathit...@gmail.com] Sen

RE: opensmppbox: Bind Transmitter & Bind Receiver

2012-12-18 Thread Rene Kluwen
The short answer: No, there isn't. -Original Message- From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Aldo Zavala Sent: maandag 17 december 2012 20:53 To: users@kannel.org Subject: opensmppbox: Bind Transmitter & Bind Receiver Hi, is there a way to se

RE: Routing MO options

2012-12-18 Thread Rene Kluwen
For MO routing, there's also the smsbox-route configuration section. Check http://www.kannel.org/download/1.4.3/userguide-1.4.3/userguide.html#AEN3278 == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Brian McCavour Sent: maandag 17 december 2

RE: Multipart SMS and http send-url blank dlr-url

2012-12-18 Thread Rene Kluwen
Try to set max-messages in your config. See the users manual. From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Ali Kashif Sent: dinsdag 18 december 2012 18:14 To: us...@vm1.kannel.org Subject: Multipart SMS and http send-url blank dlr-url Dear friends,

RE: Multipart SMS and http send-url blank dlr-url

2012-12-19 Thread Rene Kluwen
Apologies. I mean max-sms-octets in group = smsc. From: Ali Kashif [mailto:syedalikas...@gmail.com] Sent: woensdag 19 december 2012 7:54 To: Rene Kluwen Cc: us...@vm1.kannel.org Subject: Re: Multipart SMS and http send-url blank dlr-url according to documentation max-messages applies

RE: SMS mo type

2012-12-23 Thread Rene Kluwen
See: http://www.kannel.org/download/1.4.3/userguide-1.4.3/userguide.html#AEN3309 From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Jayanta Saha Sent: zondag 23 december 2012 10:44 To: users@kannel.org Subject: SMS mo type i have a problem with mo type message.

RE: SMS mo type

2012-12-23 Thread Rene Kluwen
Please direct your questions to the list and not directly to me. == Rene From: Jayanta Saha [mailto:jayanta@gmail.com] Sent: zondag 23 december 2012 13:36 To: Rene Kluwen Subject: Re: SMS mo type thanks for your suggestion Actually my PHP script need to be connected to

RE: SMS mo type

2012-12-23 Thread Rene Kluwen
P client? Thanks Ali On Sun, Dec 23, 2012 at 3:41 PM, Jayanta Saha wrote: From: Jayanta Saha [mailto:jayanta@gmail.com] Sent: zondag 23 december 2012 13:36 To: Rene Kluwen Subject: Re: SMS mo type thanks for your suggestion Actually my PHP script need to be connected to pa

RE: SMS mo type

2012-12-23 Thread Rene Kluwen
. thanks -- Forwarded message -- From: Rene Kluwen Date: Sun, Dec 23, 2012 at 7:07 PM Subject: RE: SMS mo type To: Jayanta Saha , users@kannel.org The point of having Kannel is that it is an abstraction layer. Your PHP script doesn't need to know anything about SM

RE: MO type message

2012-12-24 Thread Rene Kluwen
In your group = sms-service, you have:" text = .. And get-url = .. You need only one, so remove the text = . == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Jayanta Saha Sent: maandag 24 december 2012 11:33 To: users@kannel.org Subject: Fwd

RE: I Need your HELP

2012-12-30 Thread Rene Kluwen
Post your question in the list. You might get an answer. = Rene From: Rupesh Sah [mailto:rupesh@gmail.com] Sent: zondag 30 december 2012 12:43 To: rene.klu...@chimit.nl Subject: I Need your HELP Hi Rene, I am NewBie to kannel. I am using Kannel 1.4.3 on Ubuntu and Cent OS 6.3 a

RE: block sms-service response to bearerbox

2013-01-15 Thread Rene Kluwen
If you send an empty response in step 6, you can prevent Kannel from sending a response sms by setting up omit-empty = true in group = sms-service. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Brian McCavour Sent: dinsdag 15 januari 2013 21:16 To: users@kann

<    2   3   4   5   6   7   8   9   10   11   >