Sending un-converted data

2008-03-27 Thread bh
Hi. I'm setting up Kannel for an existing, fairly-large-scale, machine-to- machine mobile application. Right now, I'm using a gsm modem as a virtual SMPP center and everything's working _nearly_ fine. I'm also going to be connecting it to a real SMPP gateway once I get all of the kinks

Connect with smsc receive other's esme's messages

2008-03-27 Thread Dave Jong A Lock
Hey guys, First I had a great connection towards the smsc, then sometimes it started disconnecting every two hours. Then they told me we can have a double connection and they started by granting us permission. After some time when I tried connecting I saw another esme's id. Last night I not only

FW: Kannel error

2008-03-27 Thread Brandon Blackwell
I am using a wavecom multimodem gprs with kannel. The problem I am having is that every so often I get a weird error in the logs and kannel seems to send out duplicate and sometimes triplicate messages back to the phones. The message I get in the logs is below: -- ERROR 2008-03-26

RE: Parsing access.log

2008-03-27 Thread Luis Valencia
Hi Illimar and everybody, Im having the same need, I already try the inotify suggested before but I cant make it work. Have you found a solution? Can you share it please Luis Valencia -Original Message- From: Illimar Reinbusch - Telejazz.com [mailto:[EMAIL PROTECTED] Sent: Jueves, 13

Re: FW: Kannel error

2008-03-27 Thread Nathan Ferris
Hi Brandon, I've seen stuff like this before; you may just need to reset your modem. Try this: http://www.mail-archive.com/users@kannel.org/msg11538.html Nathan Brandon Blackwell wrote: I am using a wavecom multimodem gprs with kannel. The problem I am having is that every so often I

RE: FW: Kannel error

2008-03-27 Thread Brandon Blackwell
Yeah that is usually what I end up doing, resetting the modem. But is there any explanation as to why this is occurring or settings I can change that might keep this from happening so often? Having duplicate messages sent out is not good. Does anyone know anything about that send command status

Re: Wiki or forum for example configurations?

2008-03-27 Thread Kevin Reed
I'm not much of a Wiki guy, having barely used any of them... but I do use a lot of forum software experience both as a user and as a maintainer. I setup a Unofficial Kannel Info Forum which is open to anyone that wants to use it. Registration is required to post, but guests can view the

Re: FW: Kannel error

2008-03-27 Thread Nathan Ferris
Strictly anecdotally, I've seen that happen a lot when the modem gets interrupted by an incoming message when it is trying to send out a message. Nathan Brandon Blackwell wrote: Yeah that is usually what I end up doing, resetting the modem. But is there any explanation as to why this is

RE: Parsing access.log

2008-03-27 Thread Iain Dooley
hi, i found that i couldn't get the destination number, so i'm parsing it out of the logs in my php script to stitch messages together: function getDestination() { $id = $_GET['id']; return trim(shell_exec('egrep '.$id.' /tmp/access.log | sed

MS SQLSERVER for dlr db

2008-03-27 Thread fred
Anyone setup kannel to work with MS sqlserver for the dlr database? I've just now looking at SDB, that would be the way, right? Although right now need to resolve config problem.. checking whether to compile with LibSDB support... searching checking for sdb-config... no configure: error: Unable