unsubscribe

2007-05-20 Thread Al Rehmtulla
unsubscribe



at sign

2007-05-20 Thread Vahid Ghafarpour

after upgrading kannel to 1.4.1 it replace @ in messages with null (as ASCII
presentation).
I used my 1.4.0 configuration
what should I do now?

--
--Vahid Ghafarpour.
http://vahid.ghafarpour.ir/
vahid at ghafarpour dot ir
ghafarpour at gmail dot com


RE: kannel asterisk ?

2007-05-20 Thread Rene Kluwen
I haven't tried the combination of Asterisk and Kannel itself.
Even though I am using them both.

But possible solutions are:

exten = xxx,s,1,System(lynx -dump
http://kannel-url:kannel-port/cgi-bin/sendsms?kannel-options)

Or alternatively (better) write an agi script that does the trick:

exten = xxx,s,1,Agi(/usr/bin/my-agi.sh,number,sms-content)

In the agi-script you will be sending the sms content (in a language of
your choice) to Kannel.
That's all there is to it.

Rene Kluwen
Chimit

-Original Message-
From: Prénom Nom [mailto:[EMAIL PROTECTED] 
Sent: woensdag 16 mei 2007 18:01
To: users@kannel.org
Subject: kannel  asterisk ?


hi,
how can i do to pass sms between kannel  asterisk ?
if kannel is installed in a machine M1, and asterisk in M2, and the GSM 
modem is connected to M2. how can i configure SMSC group in kannel to
use 
the GSM modem ?
please, help me. i must do that but how !!!

_
MSN Messenger : appels gratuits de PC à PC ! 
http://www.msn.fr/newhotmail/Default.asp?Ath=f







Re: ERROR: SMPP: Unknown TLV(0x0210, 0x0001, 34) for PDU type (deliver_sm) received!

2007-05-20 Thread Milan P. Stanic
[ Sorry for late answer ]

On Fri, May 11, 2007 at 01:37:05PM +0300, Robert Itwara Busingye wrote:
 recently switched to a new SMSC and started getting the following error:
 
 2007-05-11 11:41:33 [14907] [8] ERROR: SMPP: Unknown
 TLV(0x0210,0x0001,34) for PDU type (deliver_sm) received!

Seems SMSC says it uses (or it want to use) version 3.4 protocol.

 version = kannel 1.4.0, libxml 2.6.26

This is not error.
I changed Kannel to show these messages only when it is in debug mode
and I hope that will be default in the next stable release.