Re: Can Kannel Act as an SMSC

2005-10-03 Thread Rafael 'Dido' Sevilla
Kok Jeng Loh wrote: Kannel serve as an SMSC and accept CIMD2 from an app server. It will send SMS via a mobile phone attached to it. The important point is can Kannel behave as a CIMD2 server? (For that matter, SMPP, etc. too) No. Kannel can only be a CIMD2 client. It cannot act as a

ERROR: SMPP[my_smsc] Unknown clenup action defined 1d.

2005-10-03 Thread Ady Wicaksono
Dear All I found this error and don't understand the meaning of it, any idea? ERROR: SMPP[my_smsc] Unknown clenup action defined 1d.

Decoding a sms message

2005-10-03 Thread Morten Bruun
Hi all, I'm trying to send wap-cir messages through Kannel. This is done through the PPG with something like this POST /cgi-bin/wap-push.cgi HTTP/1.0 Content-Type: multipart/related; type=application/xml; boundary=EndOfOneEntity User-Agent: Java1.4.2_05 Host: pn.attwireless.net:9002

Re: Decoding a sms message

2005-10-03 Thread Toby Wright
Hi Morten, The UDH (user data header) looks like it is in the format expected by Nokia phones. Nokia Smart Messaging is discussed here: http://www.forum.nokia.com/html_reader/main/1,4997,2452,00.html If you aren't sending to a Nokia then this might explain why you see a problem. The msg

DLR: storage type defined as 'mysql', but no MySQL support build in!

2005-10-03 Thread B. van Breukelen
Hello, I have KAnnel configured as a working SMS gateway but I does not remember DLRs in memory internal so I decided to sotre the externally. But I constantly got this message: DLR: storage type defined as 'mysql', but no MySQL support build in! I did a ./configure --with-mysql=/usr

RE: storage type defined as 'mysql', but no MySQL support build in!

2005-10-03 Thread Rene Kluwen
Do you have a group = mysql as well as a group = dlr-db in your kannel.conf? Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of B. van Breukelen Sent: maandag 3 oktober 2005 16:50 To: users@kannel.org Subject: DLR: storage type defined as

Black list functionality

2005-10-03 Thread Alejandro Guerrieri
Dear List, I'm trying to use the black-list functionality for Kannel, but I'm having some problemas: 1. If I use the black-list directive on the core group, it works as expected (I mean: it REJECTS messages) but I cannot use the black-list group to send a custom message to the rejected

Re: Can Kannel Act as an SMSC

2005-10-03 Thread Enver ALTIN
On Mon, 2005-10-03 at 14:37 +0800, Rafael 'Dido' Sevilla wrote: No. Kannel can only be a CIMD2 client. It cannot act as a server for SMPP, EMI/UCP, or any of the other SMSC protocols that it understands. However, in a broader sense, Kannel does act as something of an SMSC that speaks HTTP.