Re: R: Kannel MySQL problem

2012-06-23 Thread spameden
How did you install kannel? Is it from debian's packages? Try to install latest from SVN. 2012/6/23 Moazzam Ali moz...@gmail.com wait_timeout is set to 120, is it the case? there is no firewall between mysql and kannel as they are both on localhost //moazzam On 06/23/2012 2:38 AM,

Re: R: Kannel MySQL problem

2012-06-23 Thread spameden
Why don't you use latest from the trunk? There were lots of fixes since 1.4.3. 2012/6/23 Moazzam Ali moz...@gmail.com complied kannel 1.4.3 stable with mysql support from source on CentOS 6 64-bit //moazzam On 06/23/2012 4:40 PM, spameden wrote: How did you install kannel? Is it from

Re: Re: R: Kannel MySQL problem

2012-06-23 Thread spameden
] [6] ERROR: MYSQL: database check failed! 2012-06-23 13:29:59 [14633] [6] ERROR: MYSQL: MySQL server has gone away On 06/23/2012 4:43 PM, spameden wrote: Why don't you use latest from the trunk? There were lots of fixes since 1.4.3. 2012/6/23 Moazzam Ali moz...@gmail.com complied kannel

Re: Can't install from svn

2012-06-21 Thread spameden
you need to compile kannel with appropriate database support install before compiling OpenSMPPBox or SQLBox 2012/6/21 Artem Chekulaev slon...@gmail.com I install kannel normally (without mysql support or other special options). It runs ok. When I tried to install opensmppbox from the same

Re: TPS problem

2012-06-12 Thread spameden
Check the smsc error log on 'SMSC Throttling Errors', you need to specify manually throughput according to your smsc provider. Increasing max-pending-submits also helps a bit. you can use also bigger value for enquire-link-interval and tweak wait-ack. anyways, you need to tune kannel according

Re: How to save more kannel access logging info into mysql

2012-06-11 Thread spameden
check sqlbox 2012/6/11 techbrainless techbrainl...@gmail.com Hi All, I am able to store data into dlr table (mysql) , but is it possible to store information like that one in access logs into one of mysql tables once it received/sent to/from kannel 2012-03-17 17:20:42 Receive SMS

Re: FW: error connecting to new SMSC 0x0000000d

2012-06-10 Thread spameden
smsc-username is a system-id parameter, actually there is no system-id parameter at all according to documentation: smsc-username (m) string The ’username’ of the Messaging Entity connecting to the SM-SC. If the SM-SC operator reports that the TELEPATH SYSTEM MANAGER TERMINAL view

Re: smpp error

2012-06-09 Thread spameden
Very simple, your SMS operator shut down their SMSC server or you did specify wrong port in the config. 2012/6/10 ami...@arabmobilecontent.com hello there, not sure what the problem is, maybe its a firewall or vpn configuration thing, try pinging the IP and/or using telnet to connect to that

Re: not able to understand why, not getting dlr

2012-06-08 Thread spameden
READ USER GUIDE Seriously, it's not a tech support here. You need to know basics and ask for specific question. You're still asking here like someone need to do it for you. Otherwise if you need such suport hire someone for some money to do it for you. 2012/6/8 Willy Mularto

Re: log file for DLR related issues

2012-06-07 Thread spameden
You mean you're not getting DLR in dlr table? Check /var/log/kannel/sqlbox.log /var/log/kannel/bearerbox.log 2012/6/7 alok srivastava alok...@gmail.com I am not getting DLR in mysql table. In which log file i can see related issues. regards abhi

Re: log file for DLR related issues (Messages are going but not finding DLRs in DLR table)

2012-06-07 Thread spameden
, Jun 7, 2012 at 3:27 PM, spameden spame...@gmail.com wrote: You mean you're not getting DLR in dlr table? Check /var/log/kannel/sqlbox.log /var/log/kannel/bearerbox.log 2012/6/7 alok srivastava alok...@gmail.com I am not getting DLR in mysql table. In which log file i can see related

Re: Send SMS in URDU/Arabic

2012-06-06 Thread spameden
1) first you need to make sure you're passing everything into utf8 2) urlencode text 3) pass coding=2 4) also add charset=utf8 i.e. in the end you'll get something like this:

Re: Send SMS in URDU/Arabic

2012-06-06 Thread spameden
You can send sms with simple GET request you actually don't need much to do this. (i hate java tbh its bloating) Either do this with curl / GET or write your own simple client in php/perl. 2012/6/6 ami...@arabmobilecontent.com I noticed you didnt add charset=utf-8, i suggest you check that

Re: Send SMS in URDU/Arabic

2012-06-06 Thread spameden
ASP.NET and PHP , I was successful there ...but in Java I am getting this error ...let me recheck ..Thanks in advance for helping me ... On Wed, Jun 6, 2012 at 12:45 PM, spameden spame...@gmail.com wrote: You can send sms with simple GET request you actually don't need much to do

Re: kannel (gateway-1.5.0) giving error when running bearerbox

2012-06-05 Thread spameden
First you need to compile kannel with mysql support, go to into kannel dir (if you did svn how I said earlier it would be): $ cd trunk $ ./configure --with-mysql $ make $ make install after it installed successfully (it can ask for some libs on your system on configure part): $ cd addons/sqlbox

Re: SMS Text Length

2012-06-05 Thread spameden
HT Mobile Solutions Limited Mob-919871701375 On Jun 5, 2012, at 4:27 PM, spameden spame...@gmail.com wrote: It depends on which coding you're sending. if it's 7bit (coding=0), than messages will be splitted in this scenario: 1) 160 symbols - 1 sms 2) each part of long concatenated sms

Re: How do i configure Kannel for single Transmitter account and Receiver account But several short Codes

2012-06-04 Thread spameden
Read user-guide. It's very detailed and will give you basic idea how to do this. 2012/6/4 Felix Obareh foba...@softcall.co.ke Hi? I have a single Transmitter and Receiver login from my provider. I need to transmit and send from different shortcodes. What is the best configuration setup for

Re: How do i configure Kannel for single Transmitter account and Receiver account But several short Codes

2012-06-04 Thread spameden
If your sms-provider gives you smpp server on port 2775 it'd be: For transmitter: port = 2775 receive-port = 0 For receiver only: receive-port = 2775 port = 0 For transciever: port=2775 transceiver-mode = 1 or port=2775 receive-port = 2775 2012/6/4 Willy Mularto sangpr...@gmail.com Does

Re: sqlbox not sending message and and copy the record to sent sms

2012-06-04 Thread spameden
are you using latest sqlbox from SVN? you can compile sqlbox with debug to see what actually fails inside it, also check record in the sent_sms what's inside it. 2012/6/4 alok srivastava alok...@gmail.com dear after inserting the message to send-sms table it copied the message to sent-sms

Re: sqlbox not sending message and and copy the record to sent sms

2012-06-04 Thread spameden
on terminal 2012-06-05 00:10:04 [20970] [12] ERROR: Packet too short while unpacking Msg. 2012-06-05 00:10:04 [20970] [12] ERROR: Msg packet was invalid. 2012-06-05 00:10:04 [20970] [12] ERROR: Failed to unpack data! regards abhi On Mon, Jun 4, 2012 at 6:36 PM, spameden spame...@gmail.com

Re: SMPP Throughput

2012-06-04 Thread spameden
kannel, smsbox/dlr-url sqlbox/mysqld to try and push the 4-node cluster past 2000 sms/sec. Many thanks all. -wasim On Thu, May 31, 2012 at 4:46 PM, spameden spame...@gmail.com wrote: Also interested in this issue, but I'm not so good in C. Played a lot with this in the past. 2012/5/31 Wasim

Re: link for downloading linux version of sqlbox

2012-06-02 Thread spameden
svn co https://svn.kannel.org/gateway/trunk will fetch everything from kannel's subversion server sqlbox can be found in trunk/addons/sqlbox 2012/6/2 Tapan Kumar Thapa tapan.thapa2...@gmail.com You need to check out the code from kannel web site via svn command. Check out code will have copy

Re: SQLBOX Not able to call DLR URL

2012-06-02 Thread spameden
SQLBox is not calling dlr-url at all. dlr-url is used to ID messages, you can always hack kannel/sqlbox source code to make it work like you want 2012/6/2 Anshu Sah sah.an...@ymail.com Hi I have been trying SQLBOX which is not able to ping the DLR URL. I tried with url encoded as well as

Re: kannel able to send but not receiving sms

2012-05-22 Thread spameden
Please don't spam the list with the same messages. Thanks. 2012/5/22 bilal kamoto bgk...@hotmail.com Thanks the bind error managed to sort it out, forwarding the sms to an application then to database is what I need to crack ** ** ** ** *From:* users-boun...@kannel.org

Re: kannel able to send but not receiving sms

2012-05-21 Thread spameden
Yeah, sadly kannel doesn't support reload feature. But you can dynamically add / remove smsc from kannel. You can use SQLBox, put it in the middle of bearerbox and smsbox to handle messages in database. 2012/5/21 Alvaro Cornejo cornejo.alv...@gmail.com Hi AGAIN: PLEASE CC the list !!! You

Re: Problem with compiling Open SMPP Box

2012-05-16 Thread spameden
install libxml2-dev if you're on debian: apt-get install libxml2-dev 2012/5/16 Joseph Kaizzi jos...@thinvoid.com Hi there. Am trying to setup opensmpp box on my linux server but encounter the following error when I try running the MAKE command: ** ** make all-recursive

Re: Problem with compiling Open SMPP Box

2012-05-16 Thread spameden
jos...@thinvoid.com wrote: Hi Spameden. I tried this: yum install libxml2-dev and it failed I then modified it to this: libxml2-devel and it returned this: Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.mirror.nac.net

Re: our-system-id or opensmppbox-id as an Escape Code

2012-05-16 Thread spameden
do you use sqlbox at all? I didn't get. 2012/5/17 Nicolas de Bari Embriz Garcia Rojas nb...@backup.sh I downgraded opensmppbox to Revision: 63 and got it work again. with version 63 I just did a ./configure --with-mysql; make; and done (FreeBSD 9) Something maybe broken in Revision: 64

Re: Dlr-url not hit properly when kannel getting report from smsc

2012-05-09 Thread spameden
Could you please stop spamming the list with the same question? If you want details regarding smsbox (when dlr url works actually) read the user guide. Thanks. 2012/5/9 Tapan Kumar Thapa tapan.th...@hindustantimes.com Hello, Message sent via sqlbox will not hit your dlr-url once received

Re: reading received messages in kannel

2012-05-09 Thread spameden
you need to add 2 parameters, dlr-url dlr-mask to receive DLR (Delivery reports) messages from your smsc. read user guide, there is an example how it works out. 2012/5/9 Πετσούκα Τάνια ta...@tessera.gr You have to pass a parameter,dlr-url, for getting delivery reports. The value of this

Re: Dlr-url not hit properly after getting message

2012-05-07 Thread spameden
As Rene already pointed out if you're using SQLBox dlr-url functionality won't work. If you really want dlr-url functionality push messages to http://localhost:13013/cgi-bin/sendsms url with dlr-url parameter. 2012/5/7 Sk. Samsuddoza s...@acubepro.com Hi all Thanks in advance….

Re: delivery report-getting smsc submit always

2012-05-03 Thread spameden
explain me “what are the main reasons behind for not getting delivery reports?” *From:* Rene Kluwen [mailto:rene.klu...@chimit.nl] *Sent:* Wednesday, May 02, 2012 9:21 PM *To:* 'spameden' *Cc:* 'Sk. Samsuddoza'; users@kannel.org *Subject:* RE: delivery report-getting smsc submit

Re: delivery report-getting smsc submit always

2012-05-02 Thread spameden
There are two ways to solve your problem: 1) Use smsbox to push messages to kannel, i.e. call the url: http://localhost:13013/cgi-bin/sendsms?user=userpassword=passwordto=...from=...text=messagedlr-url=http%2F//.../dlr.aspxdlr-mask=31 When kannel gets a DLR from your smsc it will run script

Re: DLR routing to Opensmppbox

2012-04-26 Thread spameden
You need to put sqlbox in between of smsbox and bearerbox, opensmppbox should connect to sqlbox as well. And, yes as Rene said you need to connect to ESME as transceiver or receiver mode. Do not forget to specify IP as well in logins.txt file. (4th argument) 2012/4/26 Rene Kluwen

Re: Guidance

2012-04-25 Thread spameden
I strongly suggest reading User Guide, without understanding how it works and all parameters needed you won't get far. Also, use latest 1.5.0 version from svn instead of 1.4.3 there were lots of bugs fixed in it. By shortly looking at your config file are you using kannel on windows? 2012/4/25

Re: Unable to send '@' via kannel

2012-04-21 Thread spameden
Weird. What's the kannel version you're on? I've just tested (I'm also using sqlbox) via inserting the record into send_sms with @ without specifying charset or coding it works just fine. 2012/4/21 Anshu Sah sah.an...@ymail.com Hi, I have set alt-charset = utf-8 and also sending charset =

Re: Specific kind of sms, through a specific smsc gateway

2012-04-19 Thread spameden
Yes, it's possible, just don't use dlr_mask, and specify smsc_id. 2012/4/19 Πετσούκα Τάνια ta...@tessera.gr You can use smsc_id parameter to your messages. On 19/4/2012 2:22 μμ, Davide Gusmano wrote: d like send just sms without delivery request through a specified smsc, the others

Re: restarting kannel gives panic

2012-04-16 Thread spameden
it will help someone else. 2012/4/12 spameden spame...@gmail.com Hello, any update on this? Still having this issue with spool-queue (happens also on filestore I think) 2012/4/5 spameden spame...@gmail.com Hello, list. This bug was already discussed here: http://www.kannel.org/pipermail/users/2010

Re: restarting kannel gives panic [SOLVED]

2012-04-16 Thread spameden
needs further testing, but pretty sure it should be OK 2012/4/16 spameden spame...@gmail.com I think I resolved this via workaround: altered /etc/init.d/kannel script with: stop) echo -n Stopping WAP gateway: CORE_CONF=$(grep -r 'group[[:space:]]*=[[:space:]]*core' $CONFDIR

Re: restarting kannel gives panic [SOLVED]

2012-04-16 Thread spameden
http://pastebin.com/w9mHmeHd -- init script for Debian (works fine on Debian Squeeze) also you need to add these lines to /etc/default/kannel: START_WAPBOX=0 START_SMSBOX=1 START_SMPPBOX=0 START_SQLBOX=1 if you need to enable particular service, just set it to 1. 2012/4/16 spameden spame

Re: restarting kannel gives panic

2012-04-16 Thread spameden
I've tested this furthermore and has to say it's NOT solved :( Even if I use shutdown via kannel's web-interface bearerbox still brokes up with PANIC if there was a queue processing when restart command was issued. So I guess the bug is somewhere inside the kannel. 2012/4/16 spameden spame

Re: restarting kannel gives panic

2012-04-12 Thread spameden
Hello, any update on this? Still having this issue with spool-queue (happens also on filestore I think) 2012/4/5 spameden spame...@gmail.com Hello, list. This bug was already discussed here: http://www.kannel.org/pipermail/users/2010-August/012229.html But still no solution! I have

Re: kannel DLR states

2012-04-11 Thread spameden
. As to the status codes: you don't really need status code what you need is the error code, check meta data errorcode field. Alex Am 10.04.2012 um 23:22 schrieb spameden: Hello, list. Sometimes it's good to know the exact reason why sms was failed. Is there any way I can get extended

kannel DLR states

2012-04-10 Thread spameden
Hello, list. Sometimes it's good to know the exact reason why sms was failed. Is there any way I can get extended information about message delivery status? i.e. if it was REJECTED / UNDELIVERABLE / DELETED / EXPIRED According to SMPP v3.4 message states are: Message State Value Description

Re: Kannel Delivery report - Memcache

2012-04-10 Thread spameden
You can use MySQL dlr storage, check user guide. About memcached - there is someone who implemented this to kannel, but he didn't share it with the community. 2012/4/11 Tapan Thapa tapan.thapa2...@gmail.com Hello, Can we store delivery report in memcache instead of memory or MySQL? Regards

Re: Kannel Delivery report - Memcache

2012-04-10 Thread spameden
somehow to store its delivery report in memcache for faster performance? Thanks Regards On Wed, Apr 11, 2012 at 10:04 AM, spameden spame...@gmail.com wrote: You can use MySQL dlr storage, check user guide. About memcached - there is someone who implemented this to kannel, but he didn't

kannel's load balancing when using multiple concurrent connections to the same SMSC with the same smsc_id and login

2012-04-04 Thread spameden
I'm using latest kannel from SVN with sqlbox in scheme: Box connections: smsbox:sqlbox, IP 127.0.0.1 (0 queued), (on-line 0d 0h 13m 12s) I'm using multiple connections to the same SMSC with the same login (my smsc allows up to 4 concurrent connections under the same login). I have configured 2

restarting kannel gives panic

2012-04-04 Thread spameden
Hello, list. This bug was already discussed here: http://www.kannel.org/pipermail/users/2010-August/012229.html But still no solution! I have smsbox-sqlbox-bearerbox scheme and _VERY_OFTEN_ if i restart kannel when it has active queue bearerbox fails to restart. Please suggest.

Re: kannel's load balancing when using multiple concurrent connections to the same SMSC with the same smsc_id and login

2012-04-04 Thread spameden
round-robin load balancing which seems to be what most people expect/assume. If your send rate is fairly low, then most messages will leave via the 1st bind. Regards, Kyriacos Sakkas On 04/04/2012 13:58, spameden wrote: I'm using latest kannel from SVN with sqlbox in scheme: Box

Re: redmine.kannel.org gives a 500 error

2012-04-03 Thread spameden
Internal error An error occurred on the page you were trying to access. If you continue to experience problems please contact your redMine administrator for assistance. Back happens again. 2012/4/1 spameden spame...@gmail.com can you please check? ta

spam in issue comments on redmine.kannel.org

2012-04-03 Thread spameden
I noticed there are lots of spam-posts in the issues on redmine.kannel.org Examples: https://redmine.kannel.org/issues/322#note-10 https://redmine.kannel.org/issues/95#note-13 Would you consider adding a captcha for the self-registration / anonymous users comments posting? Here is a captcha

Re: Kannel DLR-Storage MySQL Query

2012-04-02 Thread spameden
, 2012 at 9:46 AM, spameden spame...@gmail.com wrote: Might be something with your setup. Are you sure DLRs are receiving? Can you check sent_sms table, is there any DLR entries? About dlr table: I strongly suggest adding indexes there for speeding things up. If you're inserting message

Re: Kannel DLR-Storage MySQL Query

2012-04-02 Thread spameden
from dlr tables as there is no field through which i can delete rows in it. Regards Tapan Thapa On Tue, Apr 3, 2012 at 10:32 AM, spameden spame...@gmail.com wrote: you can use this query: delete d from dlr d inner join sent_sms s ON s.dlr_url=d.url where s.momt='MT' and s.time

Re: Kannel DLR-Storage MySQL Query

2012-04-02 Thread spameden
parts_num yours shouldn't have, its my modification ;) 2012/4/3 spameden spame...@gmail.com If you're using HTTP API call, I guess you're also taking advantage of dlr_url dlr_mask options to get DLRs, right? Do you store anywhere message statuses and actual dlr_url ? The problem is you

redmine.kannel.org gives a 500 error

2012-04-01 Thread spameden
can you please check? ta

Re: Inconsistent behavior around encoding and SMPP

2012-04-01 Thread spameden
SMPP. On Fri, Mar 30, 2012 at 3:20 PM, spameden spame...@gmail.com wrote: utf8 + coding=0 never worked for me for cyrillic text messages. the only combination is coding=2 charset=utf8, otherwise I'm getting bollocks on mobile screen. according to the kannel's documentation, coding

Re: Inconsistent behavior around encoding and SMPP

2012-04-01 Thread spameden
amal...@kannel.org Then I don't understand what should be the issue here :-) ? Thanks, Alex Am 01.04.2012 um 23:15 schrieb spameden: Exactly what I've said :) If your source text is in utf8 you need to specify charset=utf8 and coding=2. 2012/4/2 Alexander Malysh amal...@kannel.org

Re: Inconsistent behavior around encoding and SMPP

2012-04-01 Thread spameden
mistakingly thought was default; it's only default when coding=0) in order for the re-encoding to happen. Sorry about asking multiple related questions in the same message, I should have been more clear about their separation. On Sun, Apr 1, 2012 at 3:41 PM, spameden spame...@gmail.com wrote

Re: Inconsistent behavior around encoding and SMPP

2012-03-30 Thread spameden
utf8 + coding=0 never worked for me for cyrillic text messages. the only combination is coding=2 charset=utf8, otherwise I'm getting bollocks on mobile screen. according to the kannel's documentation, coding is: coding number Optional. Sets the coding scheme bits in DCS field. Accepts values 0

Re: UTF-16BE encoding problem

2012-03-28 Thread spameden
You need to use charset=utf8 coding=2 for sending such messages. i.e.:

kannel.org and svn.kannel.org are DOWN ?

2012-03-27 Thread spameden
kannel.org and svn.kannel.org are not working for me

Re: kannel.org and svn.kannel.org are DOWN ?

2012-03-27 Thread spameden
working Best regards, Narate Mobile: 092 486 648 On Mar 27, 2012, at 18:53, Albert alber...@wp.pl wrote: On 03/27/2012 01:30 PM, spameden wrote: kannel.org and svn.kannel.org are not working for me works for me!

Re: kannel.org and svn.kannel.org are DOWN ?

2012-03-27 Thread spameden
2012/3/27 spameden spame...@gmail.com works now 2012/3/27 spameden spame...@gmail.com ~ $ telnet kannel.org 80 Trying 62.27.58.41... telnet: Unable to connect to remote host: Connection refused ~ $ telnet kannel.org 443 Trying 62.27.58.41... telnet: Unable to connect to remote host

Re: Mysql storage engine

2012-03-22 Thread spameden
We are using InnoDB. It works just fine with dlr and send_sms, sent_sms tables. InnoDB comparing to MyISAM is more fault proof, so I'd recommend using it, every insert is a transaction, so theoritacally you won't lose more than 1 transaction if something bad happens. Don't forget to add relevant

Re: Mysql storage engine

2012-03-22 Thread spameden
ashisha...@gmail.com Hello, Thanks for your response. What are the fields that should be indexed? On Fri, Mar 23, 2012 at 12:54 AM, spameden spame...@gmail.com wrote: We are using InnoDB. It works just fine with dlr and send_sms, sent_sms tables. InnoDB comparing to MyISAM is more fault proof

Re: Mysql storage engine

2012-03-22 Thread spameden
, spameden spame...@gmail.com wrote: mysql show indexes from kannel.dlr; +---++-+--+-+---+-+--++--++-+---+ | Table | Non_unique | Key_name| Seq_in_index

Re: registered_delivery and multi-parts message

2012-03-07 Thread spameden
Any update on this subject? Thanks 2012/3/1 spameden spame...@gmail.com Hello, list Is there any update on this subject? Was it patched in recent updates of kannel source? I'm using kannel / sqlbox setup with scheme where sqlbox stands between smsbox and bearerbox. I'm getting a lot

Re: NACK reporting help

2012-03-07 Thread spameden
I have a question. How do you send 1 long message to Kannel via multiple-part messages ? I'm using sqlbox setup. If I do split a long message in multiple and insert them into send_sms, kannel should send separate messages, not the long one, right? On Mar 7, 2012 6:45 PM, Rene Kluwen

Re: USB Hub for USB Modem

2012-03-06 Thread spameden
You can use udev rules to make devices permanent in /dev. 2012/3/6 Alvaro Cornejo cornejo.alv...@gmail.com This is an issue from kernel itself and how it assigns USB port to devices; basically it asigns the in the order they are being detected by the system. Therfore it is tricky to have

registered_delivery and multi-parts message

2012-03-01 Thread spameden
Hello, list Is there any update on this subject? Was it patched in recent updates of kannel source? I'm using kannel / sqlbox setup with scheme where sqlbox stands between smsbox and bearerbox. I'm getting a lot of WARNINGs (e.g. Got DLR but was not interested in it) in logs because my SMSC

SMPP connection speed

2012-03-01 Thread spameden
Did you mean under max-submit-requests max-pending-submits in kannel ? max-pending-submits number Optional the maximum number of outstanding (i.e. acknowledged) SMPP operations between an ESME and SMSC. This number is not specified explicitly in the SMPP Protocol Specification and will be

<    1   2   3   4   5