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

Stipe

-- 
---
Kölner Landstrasse 419
40589 Düsseldorf, NRW, Germany

tolj.org system architecture  Kannel Software Foundation (KSF)
http://www.tolj.org/  http://www.kannel.org/

mailto:st_{at}_tolj.org   mailto:stolj_{at}_kannel.org
---



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 Servlet is: ff80

Cheers.


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 TLV address.

It would be nice, like Nikos mentioned, to assigned a specific TLV to  
an SMSC as Roland thought from the beginning.


smsc-id = telefonica
group = smpp-tlv
name = A
tag = 0x1450
type = integer
length = 1

smsc-id = telcel
group = smpp-tlv
name = B
tag = 0x1450
type = octetstring
length = 60

Thanks,
Marcelo



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 
utf-8 (your sms space is reduced, though). 

Poor kannel is trying to do its best with an undefined symbol. If you want to 
save sms space try working with windows-1252.

By the way 0x80 is an integer. The byte is the LSB, 0x80.

BR,
Nikos
  - Original Message - 
  From: Latitude Berlin 
  To: users 
  Sent: Thursday, August 13, 2009 5:49 PM
  Subject: invalid charset returned by sms-service


  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 Servlet is: ff80

  Cheers.


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 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 TLV address.

 It would be nice, like Nikos mentioned, to assigned a specific TLV to an
 SMSC as Roland thought from the beginning.

 smsc-id = telefonica
 group = smpp-tlv
 name = A
 tag = 0x1450
 type = integer
 length = 1

 smsc-id = telcel
 group = smpp-tlv
 name = B
 tag = 0x1450
 type = octetstring
 length = 60

 Thanks,
 Marcelo





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 more info about this topic?

Thank you.

2009/8/13 Marcelo Olivas marcelo.oli...@up-mobile.com:
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 TLV address.

It would be nice, like Nikos mentioned, to assigned a specific TLV  
to an

SMSC as Roland thought from the beginning.

smsc-id = telefonica
group = smpp-tlv
name = A
tag = 0x1450
type = integer
length = 1

smsc-id = telcel
group = smpp-tlv
name = B
tag = 0x1450
type = octetstring
length = 60

Thanks,
Marcelo









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 in the logs.  I only have a blacklist  
configured. Should I have also the whitelist?


I have the following configuration for my bb config:

group = core
admin-port = 13000
smsbox-port = 13001
admin-password = secret
status-password = foobar
log-file = /opt/kannel/logs/bearerbox.log
log-level = 0
access-log = /opt/kannel/logs/access_bearerbox.log
store-type = spool
store-location = /opt/kannel/var/spool/bearerbox
dlr-storage = mysql
black-list = http://marceloolivas/kannel/blacklist.txt;

#
# Include the bearerbox DLR storage type.
#
include = /opt/kannel/etc/module.d/dlr-storage.conf

#
# The inbound (MO) routing for smsbox/smppbox.
# This is required if this bearerbox has connections to various
# smsbox and smppbox instances. Here you define to which of the
# connected smsbox/smppbox instances MO messages are routed.
#
# Example:   (m = mandatory, o = optional)
#
#   group = smsbox-route
#   smsbox-id = MYSMSC (m) - the smsbox id that is registed at  
bearerbox at runtime
#   smsc-id = fake_1;fake_2;fake_3 (o) - the list of smsc ids that  
are routed to this smsbox/smppbox
#   shortcode = 83111;83222;83444 (o) - the destination numbers that  
are routed to thus smsbox/smppbox

#
#group = smsbox-route
#smsbox-id = KANNELSMSC
#shortcode = ;61427202730
#

#
# The upstream SMSC connection configurations we use.
#
#include = /opt/kannel/etc/smsc.d/smsc_fake_all.conf
include = /opt/kannel/etc/smsc.d

#
# A kludge smsbox group. Bearerbox at least needs to know
# that it should open the smsbox-port by detecing at least
# a smsbox group here.
group = smsbox


Thanks,
Marcelo