Re: UNSUBSCRIBE

2009-08-13 Thread Stipe Tolj
jessica.vongunten-hi...@swisscom.com schrieb: UNSUBSCRIBE UNSUBSCRIBE UNSUBSCRIBE UNSUBSCRIBE UNSUBSCRIBE UNSUBSCRIBE UNSUBSCRIBE UNSUBSCRIBE Hi Jessica, please review the following URL on how to unsubscribe from the list: http://www.kannel.org/lists.shtml

invalid charset returned by sms-service

2009-08-13 Thread Latitude Berlin
Hi, group = sms-service get-url = http:// ... text=%acharset=%C I sent an sms with euro symbol and Kannel forwarded it to the Servlet. The charset sent by Kannel was ISO-8859-1. Euro symbol is not part of ISO-8859-1. How kannel is setting this up? The byte value of euro symbol which I get in

Re: How to bind smpp-tlv to a specific smsc group

2009-08-13 Thread Marcelo Olivas
Guys, just an FYI, if you will get a PANIC error if you have two TLVs with the same tag address. For example: group = smpp-tlv name = A tag = 0x1450 type = integer length = 1 group = smpp-tlv name = B tag = 0x1450 type = octetstring length = 60 The error would say that there are duplicate

Re: invalid charset returned by sms-service

2009-08-13 Thread Nikos Balkanas
Hi, Are you sending the sms from a windows machine? Then you are sending windows-1252 charset, which is a superset of iso-8859-1. It defines additionally the range 0x80 - 0x9F, and guess what, the Euro symbol is 0x80, which is not defined in iso-8859-1. The best way to get Euro symbols is with

Re: How to bind smpp-tlv to a specific smsc group

2009-08-13 Thread Pablo Archenti
Hi to everyone, I signed up recently to this email list but i'm using kannel from a long time. I didn't know it supported tlv. Could anyone please tell me where can i find more info about this topic? Thank you. 2009/8/13 Marcelo Olivas marcelo.oli...@up-mobile.com: Guys, just an FYI, if you

Re: How to bind smpp-tlv to a specific smsc group

2009-08-13 Thread Marcelo Olivas
http://www.kannel.org/~aguerrieri/Kannel_meta-data_docs/userguide.html On Aug 13, 2009, at 3:56 PM, Pablo Archenti wrote: Hi to everyone, I signed up recently to this email list but i'm using kannel from a long time. I didn't know it supported tlv. Could anyone please tell me where can i find

question about reload-list

2009-08-13 Thread Marcelo Olivas
Gurus, in the current version of Kannel, we should be able to reload the blacklist and white list without restarting kannel using the HTTP admin. However, when I run this: http://localhost:13000/reload-lists?password=secret It tells me that: Could not reload list. I don't see any problems