RE: Problem Installing Kannel on Redhat 7.3 using RPM

2002-09-03 Thread Oded Arbel
-Original Message- From: Richard Kingsley [mailto:[EMAIL PROTECTED]] 1. Can I move the executable files to a seperate directory. At moment the executables are in the /usr/local/kannel-snapshot/gw directory mixed up with the source. What do i need to move. I assume

PDU NACK Error

2002-09-03 Thread eddie
Hi again, I compiled the latest snapshot from the web-site and receive this error. I did sent an e-mail out and told everyone that I am receigin this error, and don't know what is wrong. Then was instructed to ge the latest snapshot, the patch sould clear the problem. It is still there, here's

RE: Problem Installing Kannel on Redhat 7.3 using RPM

2002-09-03 Thread Richard Kingsley
Hi Jorge, The way i got it working was this. 1. Downloaded the source from daily snapshot 2. Uncompressed source code. 3. Compiled using CC=/usr/bin/gcc ./configure --prefix=/home/kannel --enable-ssl --disable-mysql -disable-doc s (all one line) Then used the make command from instructions.

test_ppg (m-notification-ind)

2002-09-03 Thread David Chkhartishvili
Hi, I'm trying to send m-notification-ind. I have default configuration of ppg (listed in users guide). command line is: ./test_ppg -e base64 -a mms -c mms http://localhost:8080/wappush?username=1password=1; m-notification-ind.txt pap.txt when I run it, i'm getting following line: 2002-09-03

Problem Installing Kannel on Redhat 7.2 using gateway.tar.gz or snapshot:source(tarball)

2002-09-03 Thread Jorge San José
Hi dear list, Thanks for your help, but I am not still able to install kannel on Redhat-7.2. I am using gateway.tar.gz or snapshot:source(tarball), and both of them have the same problem: .. .. gw/ota_compiler.c:357:structure has no

Service crashes when http request for status is sent

2002-09-03 Thread Richard Kingsley
Hi, After spending 3 days getting the service to work, I have discovered a little problem. I have got kannel to use my nokia 6210 as a virtual smsc, but as soon as a request from a web browser is issued to check status, the bearerbox and smsbox crashes. Here are the log file extract

BUG: PANIC: Too many concurrent allocations

2002-09-03 Thread Rumsfeld Donald
Rumsfeld Donald <[EMAIL PROTECTED]>wrote: Hi all, I'm using GW CVS-20020611. It works well, but after about 2 days, the GW died with error: "PANIC: Too many concurrent allocations.". Here's log: 2002-09-01 22:33:47 [0] INFO: Started access logfile `/log/access.log'.2002-09-01 22:33:47 [0] DEBUG:

RE: PANIC: Too many concurrent allocations

2002-09-03 Thread Oded Arbel
Could happen on an old version with some memory leaks which is running for quite a while and was compiled with checking malloc. you can either upgrade to the latest CVS or recompile it with native malloc to solve this issue. the later solution will cause the error to go away, but will still

RE: Two-way sms messaging

2002-09-03 Thread Richard Herbert
Hi Aqib we have a TCS/Lucent SMSC. No particular feature except that the routing of the number you're using will need to be agreed with and set-up by the mobile carrier to route messages from mobiles to this number back to your assigned SMPP RX port (I'm assuming you have a dedicated SMPP

Re: PDU NACK Error

2002-09-03 Thread Ignat Vassilev
Hi Eddie You've got ESME_RINVCMDID = 0x0003 error which means invalid command ID. Check your config file and your http request. Its noting wrong with the kannel or cvs. The following guidelines must be followed in SMPP implementations to ensure that this process is implemented

DLR warning

2002-09-03 Thread jerome
whenever i start the bearerbox it always show the this warning WARNING:DLR ... using internal storage.. something.. i compiled kannel to disable ssl and mysql...