charset issue

2010-02-14 Thread Latitude Berlin
Hi,

I am trying to send the following text via kannel:

Hi, I am ieškant juodas sportinis automobilis. Neturėtų būti pernelyg
brangi. Leiskite man žinoti, jei kas gali padėti. Ačiū. Have a nice day.

I made an HTTP get req to kannel with coding=2 and got box char as sms.
Attached log snippet.

Will be grateful if someone can explain whats going wrong.

Thanks.
Cheers


kannelLog.log
Description: Binary data


Re: charset issue

2010-02-14 Thread Nikos Balkanas
Hi,

What is your sendsms URL? Looks like you want to send it as UTF. If that is so, 
you should also specify charset=utf. However this would split the sms into 4 
parts. Best to use coding=1 (8bit) in which case you will see what you have in 
the logs. If you use 8bit coding you have to make sure that the mobile supports 
your charset. Most mobiles have no problems with unicode.

BR,
Nikos
  - Original Message - 
  From: Latitude Berlin 
  To: users 
  Sent: Sunday, February 14, 2010 7:15 PM
  Subject: charset issue



  Hi,

  I am trying to send the following text via kannel:


  Hi, I am ieškant juodas sportinis automobilis. Neturėtų būti pernelyg brangi. 
Leiskite man žinoti, jei kas gali padėti. Ačiū. Have a nice day. 


  I made an HTTP get req to kannel with coding=2 and got box char as sms. 
Attached log snippet.

  Will be grateful if someone can explain whats going wrong.

  Thanks.
  Cheers


Kannel Store Problem

2010-02-14 Thread kiran.re...@mpowerglobal.in

Hi All,

I am not able to use store-type and store-location if i use both option 
or any single option kannel not at all starting up if I comment both 
kannel starting please help me what is the solution for it.

below is my kannel conf.

group = core
admin-port = 13000
admin-password = hard2guess
smsbox-port = 13001
log-file = /var/log/kannel/bearerbox.log
log-level = 1
access-log = /var/log/kannel/access.log
store-type = spool ( *if i use this kannel is not  working* ) * Solution* ?
store-location = /var/spool/kannel( *if i use this also kannel is not 
working* ) *Solution ?*

**store-dump-freq = 10
smsbox-max-pending = 50
sms-resend-freq = 60
sms-resend-retry = 120
sms-combine-concatenated-mo = 1

--

**

*

Warm Regards,
Kiran Reddy

MPOWER

91-9036971573

P Please consider the environment before printing this email.

Visit us at: www.mpowerglobal.in http://www.mpowerglobal.in/


*





Network Initiated USSR

2010-02-14 Thread GSM Revolution
Hi,

I want to start an USSR with session initiated from network end(not from
handset).
I am sending Network Initiated USSR to smpp server with ussd_service_op and
its_session_info but getting as an USSN in my handset.

parameters set for metadata are -
*ussd_service_op=2 (for USSR)
and its_session_info=*

Here is the URL post -

http://localhost:8080/cgi-bin/sendsms?user=ABCpassword=XYZfrom=Testto=123456789012text=WelCome%20To%20World%0A1%2ETime%0A2%2EDate%0Ametadata=%3Fsmpp%3Fservice%5Fop%3D2%26session%5Finfo%3D


Do i need any other parameter configuration in kannel config file ??

Fragment of my config file is -
*group = smpp-tlv
name = service_op
tag = 0x0501
type = integer
length = 2

group = smpp-tlv
name = session_info
tag = 0x1383
type = octetstring
length = 4
*