unable to compile kannel from source

2010-09-13 Thread macboy
hey folks i have for some time been trying to compile kannel from the source code due to the fact that the rpm i successfully could send and receive messages into the system but lacked mysql support which is the heart of my project.consequently i decided that i should compile kannel from source

unable to compile kannel from source

2010-09-13 Thread macboy
hey folks i have for some time been trying to compile kannel from the source code due to the fact that the rpm i successfully could send and receive messages into the system but lacked mysql support which is the heart of my project.consequently i decided that i should compile kannel from source

Re: procmail + kannel

2010-09-13 Thread Nikos Balkanas
Kannel doesn't use SMTP (sendmail or otherwise). BR, Nikos - Original Message - From: "rrperez" To: Sent: Monday, September 13, 2010 9:22 AM Subject: procmail + kannel does kannel support procmail? -- View this message in context: http://old.nabble.com/procmail-%2B-kannel-tp29695

Re: unable to compile kannel from source

2010-09-13 Thread Nikos Balkanas
Do you realize that you send 2 emails each time you post the list? Nikos - Original Message - From: To: Sent: Monday, September 13, 2010 10:11 AM Subject: unable to compile kannel from source hey folks i have for some time been trying to compile kannel from the source code due to t

Re: procmail + kannel

2010-09-13 Thread rrperez
If that's the case, so it is impossible for me to do email to sms here in kannel? -- View this message in context: http://old.nabble.com/procmail-%2B-kannel-tp29695163p29695705.html Sent from the Kannel - User mailing list archive at Nabble.com.

Re: procmail + kannel

2010-09-13 Thread preeteesh kakkar
It's possible you need to know how to invoke procmail or anything else from kannel. Read kannel userguide... you can invoke any script from kannel. On Mon, Sep 13, 2010 at 10:08 AM, rrperez wrote: > > If that's the case, so it is impossible for me to do email to sms here in > kannel? > -- > Vie

Re: procmail + kannel

2010-09-13 Thread Nikos Balkanas
Yes you can. You can implement it through scripts, where you can use your smtp client or MTA of your choice. This is again outside kannel and your implementation. BR, Nikos - Original Message - From: "rrperez" To: Sent: Monday, September 13, 2010 11:08 AM Subject: Re: procmail + kan

Re: procmail + kannel

2010-09-13 Thread rrperez
What do you mean by invoking to kannel? Making a script as a workaround so that procmail will be able to forward email messages as sms to kannel? -- View this message in context: http://old.nabble.com/procmail-%2B-kannel-tp29695163p29695858.html Sent from the Kannel - User mailing list archive

Binfo on long messages

2010-09-13 Thread Jacob Eiler
Hi Kannel users. When sending long messages with binfo attached, the binfo value is attached to each message fragment. I wonder if binfo should not be handled in the same way as dlr (which is only set on the first message fragment). /Jacob

Re: procmail + kannel

2010-09-13 Thread preeteesh kakkar
Kannel has an option where on receiving of sms you can invoke any script ... So in your case you can invoke procmail script or some script which invokes procmail & hence you can achieve sms to email. email to sms will need you to configure procmail to read data it got in email & execute kannel u

Re: procmail + kannel

2010-09-13 Thread Nikos Balkanas
Hi, Read user's guide about sms-service. BR, Nikos - Original Message - From: "rrperez" To: Sent: Monday, September 13, 2010 11:33 AM Subject: Re: procmail + kannel What do you mean by invoking to kannel? Making a script as a workaround so that procmail will be able to forward e

Re: procmail + kannel

2010-09-13 Thread rrperez
>email to sms will need you to configure procmail to read data it got in >email & execute kannel url with proper data as parsed by your script so it >can send sms Now i got it, so the configurations are needed to be done in the procmail because I only need the email to sms function. Thanks for t

DLR and Message Type question

2010-09-13 Thread Jarratt Ingram
Good Morning All, I am experiencing some small issues with the DLR mechanism in my current Kannel configuration, RPM version of Kannel on Fedora 13 64bit DLR is currently set to internal storage, msg-id-type is default as it is not explicitly set. I have two SMPP connections to a provider bo

Re: DLR and Message Type question

2010-09-13 Thread Alejandro Guerrieri
Some aggregators have issues with the "timeline" of DLR's. It happened to us with one of them, the DLR's arrive before the submit_sm_resp, so when the delivery receipt arrives, the DLR is not yet stored on the DB, thus it fails. Check the logs to see if that's the case. The entry writing the DLR

SMPPBox handling connection to multiple smsc

2010-09-13 Thread Sinesio J. M. Paco
Hi all, I’m trying to configure a connection as below, I’ve already configured kannel and all is working fine, I’m connected to SMSC successfully. I’m a SMPP client of and I want to configure SMPPBox to be a server (because may java-based application which is necessary to configure squiz, data

Re: DLR and Message Type question

2010-09-13 Thread Nikos Balkanas
Hi, No, do not mess up with msg-id-type or you will loose 100% of your DLRs. Unmatched DLRs are discarded and erased form storage. You can examine storage contents from the HTTP admin. Post your configuration and detailed stsrtup bb logs. BR, Nikos - Original Message - From: "Jarrat

Re: SMPPBox handling connection to multiple smsc

2010-09-13 Thread Nikos Balkanas
advance Melhores Cumprimentos | Best Regards Sinιsio Jerson M. Paco (Network & System Admin.) M: (+258) 82 3035654 | (+258) 84 3035654 eM: @skype: sinesio.paco |@g_talk: sinesio.paco __ Information from ESET NOD32 Antivirus, version of virus signature database 5446 (20100913) ___

Re: DLR and Message Type question

2010-09-13 Thread Jarratt Ingram
Hi Alex, Thank you, I have seen your patch I thought it was related to sql db related messages only. I will compile the latest version from svn and add our two DLR patches as I need the throttling patch and DB DLR functionality which is not in the current Fedora rpm as far as i know. I will

Re: DLR and Message Type question

2010-09-13 Thread Nikos Balkanas
Hi, To check if you have db functionality do: ldd $(which bearerbox) Or look at bearerbox initialization in the logs. I believe that most Fedora rpms come with mysql support. BR, Nikos - Original Message - From: Jarratt Ingram To: users@kannel.org Sent: Monday, September 13, 2010 1

Re: DLR and Message Type question

2010-09-13 Thread Alejandro Guerrieri
"Unmatched DLRs are discarded and erased from storage" How so? You need to do that _manually_ I'm afraid. If a DLR arrives and it's not found, it means that it's NOT on the DB, so there's nothing to delete. If a DLR doesn't arrive, the original entry will remain there forever. You need to run a ma

RE: SMPPBox handling connection to multiple smsc

2010-09-13 Thread Sinesio J. M. Paco
eM: @skype: sinesio.paco |@g_talk: sinesio.paco __ Information from ESET NOD32 Antivirus, version of virus signature database 5446 (20100913) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __ Information from ESET NOD32 Antivirus, version of

Re: DLR and Message Type question

2010-09-13 Thread Alejandro Guerrieri
A bit of caution: make sure that you're actually facing that problem. My patch could degrade performance if you're sustaining heavy traffic. Specially if you get a lot of unmatched DLR's: The patch will cause the receiving thread to sleep for the number of milliseconds you configured. During that

Re: DLR and Message Type question

2010-09-13 Thread Nikos Balkanas
Alex, We are not talking about db storage, here. We are talking about internal storage and spool or file storage used for all MOs. The one seen from HTTP admin. BR, Nikos - Original Message - From: Alejandro Guerrieri To: Nikos Balkanas Cc: Jarratt Ingram ; users@kannel.org Sent: Mo

Re: SMPPBox handling connection to multiple smsc

2010-09-13 Thread Nikos Balkanas
|@g_talk: sinesio.paco __ Information from ESET NOD32 Antivirus, version of virus signature database 5446 (20100913) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __ Information from ESET NOD32 Antivirus, version of virus signature database

Re: Bearerbox.log error

2010-09-13 Thread Harbhag Singh Sohal
> You have wrong permissions on /dev/ttyUSB0. Either make it readable/writable > by kannel, or, if in ubuntu, put kannel user in group dial. I have added the user kannel to the group dialout(there was no group named dial in Ubuntu 10.04). But I am still getting the same error. Can you tell me littl

Re: DLR and Message Type question

2010-09-13 Thread Jarratt Ingram
Hi Nikos, Alex As a note i need to compile the svn version as there is mention of improved throttling as per my configuration below this particular network currently limits us to 10 msg per second and i still get throttling errors, would the throtteling errors trigger DLR issues due to its

RE: Kannel Mysql connectivity

2010-09-13 Thread Rene Kluwen
Ask this question on the Kannel mailinglist. You might get an answer. == Rene -Original Message- From: Harbhag Singh Sohal [mailto:harbhag.so...@gmail.com] Sent: Monday, 13 September, 2010 06:27 To: Rene Kluwen Subject: Re: Kannel Mysql connectivity On Mon, Sep 13, 2010 at 1:26 AM, Rene

Re: Bearerbox.log error

2010-09-13 Thread Nikos Balkanas
Post output of: ls -la /dev/ttyUSB0 BR, Nikos - Original Message - From: "Harbhag Singh Sohal" To: Sent: Monday, September 13, 2010 1:35 PM Subject: Re: Bearerbox.log error You have wrong permissions on /dev/ttyUSB0. Either make it readable/writable by kannel, or, if in ubuntu, p

Re: DLR and Message Type question

2010-09-13 Thread Nikos Balkanas
No. These are different (C) threads. Throttling errors affect only outgoing, MT, traffic, while DLRs are incoming, MO. DLR mismatches happen frequently when using internal dlr-storage. In this case, whenever you restart bearerbox, you loose all pending DLRs. This problem is fixed by either not

RE: Kannel on solaris 10

2010-09-13 Thread Rene Kluwen
Do you have the iconv package installed? == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Ivan Kurnosov Sent: Monday, 13 September, 2010 04:32 To: users@kannel.org Subject: Kannel on solaris 10 I've got this for ./configure --with-c

RE: unable to compile kannel from source

2010-09-13 Thread Rene Kluwen
What error message do you get? -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of mac...@fastermail.com Sent: Monday, 13 September, 2010 09:12 To: users@kannel.org Subject: unable to compile kannel from source hey folks i have for some time be

Re: DLR and Message Type question

2010-09-13 Thread Jarratt Ingram
Hi Nikos, Alex I will compile Kannel this evening so that is incorporates the mysql bindings so that i can store dlr's externally and the let you if there are any issues after that. Thank you both for your assistance it is very much appreciated. Regards Jarratt On 09/13/2010 12:46 PM, Nik

RE: SMPPBox handling connection to multiple smsc

2010-09-13 Thread Rene Kluwen
s in advance Melhores Cumprimentos | Best Regards Sinésio Jerson M. Paco (Network & System Admin.) M: (+258) 82 3035654 | (+258) 84 3035654 eM: @skype: sinesio.paco |@g_talk: sinesio.paco __ Information from ESET NOD32 Antivirus, version of virus signature databas

Re: DLR and Message Type question

2010-09-13 Thread Alejandro Guerrieri
No, he's clearly speaking of DLR's. The statement "Unmatched DLRs are discarded and erased form storage." it's completely wrong. They're NOT erased from storage. It doesn't matter the storage method, unmatched DLR's will be held in memory indefinitely, until you restart the service (and lose _all_

Re: Bearerbox.log error

2010-09-13 Thread Harbhag Singh Sohal
2010/9/13 Nikos Balkanas : > Post output of: > > ls -la /dev/ttyUSB0 crw-rw--w- 1 root dialout 188, 0 2010-09-13 15:52 /dev/ttyUSB0 -- Harbhag Singh Sohal Website : http://harbhag.wordpress.com/

Re: Kannel Mysql connectivity

2010-09-13 Thread Harbhag Singh Sohal
On Mon, Sep 13, 2010 at 1:26 AM, Rene Kluwen wrote: > Otherwise: Check your access logs and possibly parse them. Where can I find the access logs. in /var/log/kannel there are only bearerbox and wapbox logs. -- Harbhag Singh Sohal Website : http://harbhag.wordpress.com/

Re: Kannel Mysql connectivity

2010-09-13 Thread Nikos Balkanas
Read User's Guide. BR, Nikos - Original Message - From: "Harbhag Singh Sohal" To: Sent: Monday, September 13, 2010 2:08 PM Subject: Re: Kannel Mysql connectivity On Mon, Sep 13, 2010 at 1:26 AM, Rene Kluwen wrote: Otherwise: Check your access logs and possibly parse them. Where

Re: Bearerbox.log error

2010-09-13 Thread Nikos Balkanas
This looks fine. Are you sure you put kannel user in group dialout? If yes, please post maximum detail bb logs with error. BR, Nikos - Original Message - From: "Harbhag Singh Sohal" To: Sent: Monday, September 13, 2010 2:07 PM Subject: Re: Bearerbox.log error 2010/9/13 Nikos Balka

RE: Kannel Mysql connectivity

2010-09-13 Thread Rene Kluwen
See userguide about directive "access-log" in group = core. -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Harbhag Singh Sohal Sent: Monday, 13 September, 2010 13:09 To: users@kannel.org Subject: Re: Kannel Mysql connectivity On Mon, Sep 1

Re: DLR and Message Type question

2010-09-13 Thread Nikos Balkanas
Yes, I understand that he is speaking of DLRs. But he is talking about DLRs placed in file storage (spool or file) like any other MO. And they will remain there as long as smsbox is down. I don't care what happens with dlr_entries in memory, that's not what the user asked. He asked why his file

Re: DLR and Message Type question

2010-09-13 Thread Alejandro Guerrieri
??? Did you really read the email? He's having issues with DLR's not being recognized. What does that have to do with file storage? You're complicating things. For what concerns here, DLR's are NOT stored in file storage. >From Kannel's perspective, DLR's are a completely different animal than o

Re: Bearerbox.log error

2010-09-13 Thread Harbhag Singh Sohal
2010/9/13 Nikos Balkanas : > This looks fine. Are you sure you put kannel user in group dialout? Yes I am sure. gpasswd -a kannel dialout Adding user kannel to group dialout > If yes, please post maximum detail bb logs with error. 2010-09-13 13:23:06 [30117] [6] ERROR: System error 13: Permission

Re: Kannel Mysql connectivity

2010-09-13 Thread Harbhag Singh Sohal
On Mon, Sep 13, 2010 at 4:53 PM, Rene Kluwen wrote: > See userguide about directive "access-log" in group = core. Alright I will do it and then I will report back here. Thanks

Re: DLR and Message Type question

2010-09-13 Thread Nikos Balkanas
Yes I did. But apparently you didn't. And yes received DLRs are stored in file storage until received by smsbox. He asks 2 things: 1) Why 10% of his DLRs are mismatched. Answer: Because he uses internal DLR storage and restarts bearerbox frequently. 2) Why he has 1000+ SMS in storage status in

Re: DLR and Message Type question

2010-09-13 Thread Alejandro Guerrieri
No, you're wrong, AGAIN. READ the email: "This then leaves the message in an ACK/ state and never gets updated to sent or undelivered" How could those messages be there if he restarted the box? The queue would be empty. _and_ "Also does the Kannel status page EG: DLR: 1247 queued, using intern

Re: DLR and Message Type question

2010-09-13 Thread Jarratt Ingram
Hi Guys, To be clear, I asked why 10% of the DLR's are mismatched and it DONT restart any of Kannels services, I have not done so in 3 days. Currently we are delivering live messages and i get the following log entries 2010-09-13 13:36:11 [7277] [7] WARNING: DLR[internal]: DLR from SMSC<3>

Re: Bearerbox.log error

2010-09-13 Thread Stelios Mavromichalis
try to re-login or run your command after a "bash -l" command, i suspect that your current session is not aware of your addition to the new group. /mstelios Stelios Mavromichalis Cytech Ltd. - http://www.cytech.gr/ Science & Technology Park of Crete fax: +30 2810 39 1941 tel.: +30 2810 31 4127 m

Re: Bearerbox.log error

2010-09-13 Thread Harbhag Singh Sohal
On Mon, Sep 13, 2010 at 8:49 PM, Stelios Mavromichalis wrote: > try to re-login or run your command after a "bash -l" command, i suspect > that your current session is not aware of your addition to the new group. Rebooting the system solved the problem(I should have used some common sense). But no

Load-balancing for outgoing SMS

2010-09-13 Thread ha...@aeon.pk
Hi, I have 2 SMSC connections with an operator, A and B. I need to use both of these connections to send outgoing SMS-MT. My sendsms-user configuration is following: group = sendsms-user username = 710user password = 710pass forced-smsc = A #default-smsc = A;B max-messages = 5 concatenation = tru

RE: Load-balancing for outgoing SMS

2010-09-13 Thread Rene Kluwen
You can use forced-smsc = A but give your two SMSC connections the same smsc id (e.g. smsc-id = A in group = smsc). == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of ha...@aeon.pk Sent: Monday, 13 September, 2010 17:49 To: kannel users Subject: Load-balan

Reconcile of incoming SMS (MO SMS)

2010-09-13 Thread ha...@aeon.pk
Hi, I need to bill my operator for the incoming SMS to my application (MO messages). For calculating all the received SMS, I grep the phrase "Receive SMS" from the access-log file, which should give the me actual count of incoming SMS. However, there are issues I see by comparing different files:

Re: Load-balancing for outgoing SMS

2010-09-13 Thread ha...@aeon.pk
Won't it cause severe log issues in various files, since smsc-id is the only field differentiating different connections? All the incoming keywords and routing would also get messed up if all connections are names as same smsc-id...? On Mon, Sep 13, 2010 at 9:23 PM, Rene Kluwen wrote: > You can

Re: Load-balancing for outgoing SMS

2010-09-13 Thread Alvaro Cornejo
Set different logfiles for each smsc. |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicacio

Re: OTA syncML setting via OTA-Setting group

2010-09-13 Thread Benaiad
Hi Rahul, I wrote two java methods for this job, one for OMA and the other for OTA settings. Tested to sync with funambol server, using Nokia E51 and SonyEricsson k810. public String sendSyncOMA(String to, String syncName, String syncPassword, String syncServer, String pin) { String r

Re: What is this warning ?

2010-09-13 Thread KangMas Willy
Do you logrotate enabled? If yes then the warning occurs when your Linux backup log and create a new one. It's not an issue :) sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Sep 12, 2010, at 10:59 AM, Harbhag Singh Sohal wrote: > WARNING: SIGHUP received, catching and

Re: What is this warning ?

2010-09-13 Thread Harbhag Singh Sohal
On Tue, Sep 14, 2010 at 7:38 AM, KangMas Willy wrote: > Do you logrotate enabled? If yes then the warning occurs when your Linux > backup log and create a new one. It's not an issue :) Thanks for the info.

Re: CMS ERROR: Unknown error. -> maybe Sim storage is full?

2010-09-13 Thread Harbhag Singh Sohal
I am getting this error again but seems like someone at the link below have found some solution for it but I dont know how to do it, can you explain about it little bit. http://www.pubbs.net/200905/kannel/72587-cms-error-unknown-error-gt-maybe-sim-storage-is-full-ill-have-a-look-at-it-500.html