Slow MO delivery from mobile operator

2010-09-16 Thread digiTonik
I am having an issue which users MO take a long time to get to my servers. This doesn't happen all the time but it happens a occasionally and is becoming a nuisance. I spoke with the mobile operator and they tell me that they have received MO. So it seems like something is taking up time during

credit transfer

2010-09-30 Thread digiTonik
With my current operator you are able to transfer credit minutes to an individual by dialing #672#user's phone number#amount* I was wondering if I can issue a command from kannel to my hauwei e220 to do the same. -- View this message in context: http://old.nabble.com/credit-transfer-tp29850400p

Interactive SMS apps with different operators

2010-10-04 Thread digiTonik
I am building interactive interactive SMS apps. I was testing usability and I was measuring how long it takes to get a response back on MO. Most of the time I get fast replies within 5-10 seconds. There are times when a response takes 15-20mins or more. I have ruled out problems from my applicatio

Re: Interactive SMS apps with different operators

2010-10-04 Thread digiTonik
ator)? You may want to do some routing tests. > > Post detailed bearerbox logs that the kannel users can go through and > advise. > > BR, > Peter. > > > On Mon, Oct 4, 2010 at 7:22 PM, digiTonik wrote: > >> >> I am building interactive interactive SM

Sqlbox and DLR-url

2011-01-24 Thread digiTonik
I am having difficulty getting DLR messages to work. One sample message I sent had the following dlr-url saved in sent_sms: http://localhost/dispatch/delivery_status?bulkmt_id=24&type=%25d When the url gets called by smsbox the type=%d does not get updated with the delivery status. This is my

fakesmsc issues

2009-09-20 Thread digiTonik
I have been working on trying to run fakesmsc app but I have encountered a few issues that I am unable to solve. I based my config on the following: http://people.csail.mit.edu/lfgs/ict4dlab/mitsp716lab/files/kannel/smskannel.conf When I follow the instructions from the guide book, fakesmsc sen

Re: fakesmsc issues

2009-09-22 Thread digiTonik
Here is a link to my conf file and log trace from bearerbox.log. conf: http://www.box.net/shared/a8c22b70qa log: http://www.box.net/shared/g6eaj9uvci digiTonik wrote: > > I have been working on trying to run fakesmsc app but I have encountered a > few issues that I am unable to solve

Re: fakesmsc issues

2009-10-07 Thread digiTonik
esmsc connects and restarts. Additionally the logs you have posted > are incompatible with your configuration file. Please regenerate correct > logs and repost problem. > > BR, > Nikos > ----- Original Message - > From: "digiTonik" > To: > Sent: Tues

Routing failed, re-queued

2009-11-05 Thread digiTonik
I am attempting to test a connection to my smsc by sending a sample message. http://127.0.0.1:13013/cgi-bin/sendsms?username=test&password=test123&to=251911127145&test=whyisthisnotworking bearerbox receives the message from smsbox however it continues to display the message "Routing failed, re-q

Re: Routing failed, re-queued

2009-11-06 Thread digiTonik
sn't even attempt to start it. Are you sure you are > giving it the correct conf file? > > BR, > Nikos > - Original Message - > From: "digiTonik" > To: > Sent: Friday, November 06, 2009 9:38 AM > Subject: Routing failed, re-queued > >

Compiling Kannel on mac snow leopard (10.6)

2010-03-30 Thread digiTonik
I downloaded the gzip tarball. I installed it with the following steps. ./configure make make install When I run ./bearerbox kannel.conf. I am using the sample conf that came in the package. I get the following error. 2010-03-31 07:25:22 [39761] [0] INFO: Debug_lvl = -1, log_file = , log_lvl = 0

Re: Compiling Kannel on mac snow leopard (10.6)

2010-03-31 Thread digiTonik
l's site? > > BR, > Nikos > - Original Message - > From: "digiTonik" > To: > Sent: Wednesday, March 31, 2010 9:37 AM > Subject: Compiling Kannel on mac snow leopard (10.6) > > >> >> I downloaded the gzip tarball. I installed it

Re: Compiling Kannel on mac snow leopard (10.6)

2010-03-31 Thread digiTonik
config.status: gw-config.h is unchanged Nikos Balkanas wrote: > > Hi, > > Better download latest CVS. However, didn't ask for configuration. I asked > for configuration logs, the result of running ./configure. > > BR, > Nikos > - Original Message - &g

Re: Compiling Kannel on mac snow leopard (10.6)

2010-03-31 Thread digiTonik
6) When it crashes (in gdb) type: > > where > > And post stack > > BR, > Nikos > > > - Original Message - > From: "digiTonik" > To: > Sent: Wednesday, March 31, 2010 12:26 PM > Subject: Re: Compiling Kannel on mac snow leopard (10.6)

Re: Compiling Kannel on mac snow leopard (10.6)

2010-03-31 Thread digiTonik
I was able to resolve the issue by compiling the latest version from CVS. digiTonik wrote: > > When I looked up CFLAGS i did not find the -s symbol. It had -g symbol so > I added -Wall. > > This is what it looks like before i made my change: > CFLAGS=-D_REENTRANT=1 -I. -Igw

Compiling sqlbox on Mac OSX Snow Leopard (10.6)

2010-04-11 Thread digiTonik
I am having difficulty compiling sqlbox. I get following error on ./configure step sqlbox version: http://www.kannel.org/~aguerrieri/SqlBox/Releases/sqlbox-0.7.2.tar.gz kannel version: 1.4.3 Latest version from CVS make all-recursive Making all in gw gcc -DHAVE_CONFIG_H -I. -I.. -I../gw -I../gw

MOs being dropped when they get to my application

2011-08-08 Thread digiTonik
I have the following set up bb --- sqlbox smsbox [my app (apache)] There has been a huge discrepancy between the number of MOs in sqlbox and the ones in my app. Sqlbox contains more MOs than my application. I read the user's guide and i figured the cause was when the sms was forwarding

RE: MOs being dropped when they get to my application

2011-08-08 Thread digiTonik
; that > many http connections at the same time (or: apache didn't accept them > all). > The request in question isn't being retried, which results in loss of the > message. > > == Rene > > -Original Message- > From: users-boun...@kannel.org [mailto:use