Re: Re :Hindi SMS help ....

2008-04-23 Thread Sriram
Hello

Does the handset need to support hindi font for this ? or any handset will 
display the text in hindi ?

Rgds
Sriram
  - Original Message - 
  From: Sandesh K 
  To: [EMAIL PROTECTED] 
  Cc: users@kannel.org 
  Sent: Wednesday, April 23, 2008 10:29 PM
  Subject: Re :Hindi SMS help 


  try this out...

  Hello There,

  You should convert your text to UCS-2 encoding and use parameters coding=2 
and charset=UTF16-BE

  Regards,
  Remon

  Aamir Jamil Rao wrote: 
Hi There,I know this question has been asked again and again , but I couldn't 
findany example of sending utf-8 / Arabic messages using kannel via PHP or 
perl.Can someone point me to an example or to some document/mailing list 
postplease.Thanks!Aamir
  On Wed, 23 Apr 2008 18:45:38 +0530 "Tushar" wrote
















  Hi all,

   

   

  I am using kannel to send bulk pushes. Am just
  trying to send SMS in hindi language. Can anyone help me about the charset and
  coding for hindi sms?

   

   

   

  Thanks and regards,

   

  Tushar Chauhan

  Software Developer, Mobile team

  Hungama Mobile(TM)

  Mobile no: 09870650522

  Mail: [EMAIL PROTECTED]

   



   









dump access.log to a database

2008-04-23 Thread Luis Valencia
Hi all,

 

I need to do a lot of searches in the access.log information, but its really
nasty to do it on a text plain file.  So I want to know if anyone ever try
to dump the access.log to a Mysql database table so I can run queries on it?

 

Anyone? Or any other option to do what I want?

 

Thanks a lot in advance.

 

Luis GT

 

 

 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



Re: Siemens TC35i Terminal

2008-04-23 Thread Ricardo Jorge
Thank you for you reply. :)

Do you know if it's possible to use the TC35i to send/receive MMS? (using
mbuni)


On Tue, Apr 22, 2008 at 6:23 PM, Karsten Horsmann <[EMAIL PROTECTED]>
wrote:

> Hi Ricardo,
>
> Ricardo Jorge schrieb:
> [...]
> > I have a question. The SIM card that we place on the TC35i is a regular
> > SIM card? Like the one on my mobile phone.
>
> yes its an normal SIM card. Dont forget to disable sim-buffering and use
> ME instead.
>
> Please *dont* hotplug the SIM card, unplug the power before you remove
> the card. Otherwise the SIM is dead.
>
> > Does anyone have any suggestions or another equipment recommendation?
>
>
> We use some moxa nport serial-device Device Server. So you can handle 16
> Modems via network based driver.
>
> --
> MfG
> Karsten Horsmann
> Key-ID 0xA78BD551
>
>


Re :Hindi SMS help ....

2008-04-23 Thread Sandesh K
try this out...Hello There,You should convert your text to UCS-2 encoding and 
use parameters coding=2 and 
charset=UTF16-BERegards,RemonAamir Jamil Rao 
wrote: 
Hi There,I know this question has been asked again and again , but I couldn't 
findany example of sending utf-8 / Arabic messages using kannel via PHP or 
perl.Can someone point me to an example or to some document/mailing list 
postplease.Thanks!AamirOn Wed, 23 Apr 2008 18:45:38 +0530 "Tushar"  wrote   
   Hi all,  
    I am using kannel to send bulk 
pushes. Am just  trying to send SMS in hindi language. Can anyone help me about 
the charset and  coding for hindi sms?   Thanks 
and regards, Tushar ChauhanSoftware Developer, Mobile team
Hungama Mobile(TM)Mobile no: 09870650522Mail: [EMAIL PROTECTED]
  


Re: Kannel configuration problem

2008-04-23 Thread Ricardo Jorge
Try going to your status page

http://xxx.xxx.xxx.xxx:13000/status?password=foo

and confirm that the SMSC connection corresponding your mobile phone's
status is "online" not "connecting" or "reconnecting" or something else.

Also check that if you have the correct permissions for /dev/ttyACM0.

On Wed, Apr 23, 2008 at 7:16 AM, Benmute <[EMAIL PROTECTED]> wrote:

> Hi all,
>
> I have tried to configure kannel to send and receive sms using Nokia N70
> but i have not succeeded yet. I always get the message that the messages
> have been  queued. Am using kannel on debian. Here are both my kannel.conf
> and modems.conf files. Any help will be much appreciated.
>
> 1. kannel.conf
> #
> # THIS IS A SAMPLE CONFIGURATION FOR SMS KANNEL
> #
> # It is run like this:
> #
> #  1% gw/bearerbox gw/smskannel.conf
> #  2% gw/smsbox gw/smskannel.conf
> #  3% test/fakesmsc -p 1 -H localhost -i 1 -m 100 "123 345 text nop"
> #
> # ..all 3 commands in separate shells (or screen sessions)
> #
> # For any modifications to this file, see Kannel User Guide
> # If that does not help, send email to users@kannel.org
> #
> #   Kalle Marjola May 2000
> #   Changed for new fakesmsc version by Uoti Urpala Jan 2001
> #   Added service and sendsms for HTTP SMSC by Kalle Marjola Mar 2001
> #
>
> group = core
> admin-port = 13000
> smsbox-port = 13001
> admin-password = bar
> status-password = foo
> admin-deny-ip = ""
> admin-allow-ip = "127.0.0.1"
> log-file = "/var/log/kannel.log"
> log-level = 0
> box-deny-ip = "*.*.*.*"
> box-allow-ip = "127.0.0.1"
> unified-prefix = "00358,0"
> #access-log = "access.log"
> #store-file = "kannel.store"
> #ssl-certkey-file = "mycertandprivkeyfile.pem"
> dlr-storage = mysql
>
>
> # SMSC CONNECTIONS
> #
> #group = smsc
> #smsc = fake
> #smsc-id = FAKE
> #port = 10001
> #connect-allow-ip = 127.0.0.1
>
> #NOKIA 7110
> #group = smsc
> #smsc = at2
> #smsc-id = 7110
> #modemtype=nokiaphone
> #device=/dev/ttyS0
> #speed = 19200
> #pin=1234
> #include=/usr/local/etc/modems.conf
>
> #NOKIA N70-1
> group = smsc
> smsc = at
> smsc-id = N70
> modemtype = nokiaphone
> device = /dev/ttyACM0
> my-number = 0725529969
> connect-allow-ip = 127.0.0.1
> log-level = 0
> speed = 460800
> pin = 6594
> include = /etc/kannel/modems.conf
>
> #AUTO_CONF
> #group = smsc
> #smsc = at
> #modemtype = auto
> #device=/dev/ttyACM0
> #my-number = 254725529969
> #connect-allow-ip = 127.0.0.1
> #log-level = 0
>
> # SMSBOX SETUP
>
> group = smsbox
> bearerbox-host = localhost
> sendsms-port = 13013
> global-sender = 13013
> sendsms-chars = "0123456789 +-"
> log-file = "/var/log/smsbox.log"
> log-level = 0
> access-log = "access.log"
>
>
> # SEND-SMS USERS
>
> group = sendsms-user
> username = tester
> password = foobar
> #user-deny-ip = ""
> #user-allow-ip = ""
>
> # this sender is for Kannel relay testing (http_smsc)
>
> group = sendsms-user
> username = kannel
> password = rL4y
> user-deny-ip = "*.*.*.*"
> user-allow-ip = "127.0.0.1"
>
>
> # SERVICES
>
> group = sms-service
> keyword = nop
> text = "You asked nothing and I did it!"
>
> # this service is for Kannel relay testing, when this Kannel
> # works as relay gateway
>
> group = sms-service
> keyword = relay
> get-url = "
> http://localhost:15130/sms?user=kannel&pass=rL4y&from=%p&to=%P&text=%r";
> max-messages = 0
>
>
> # there should be default always
>
> group = sms-service
> keyword = default
> text = "No service specified"
>
> #
> # DLR with MySQL support configuration
> #
> # Example defining a MySQL database connection resource and
> # the required table and field values.
> #
>
> group = mysql-connection
> id = mydlr
> host = localhost
> username = root
> password = ""
> database = kannel
> # max count of connections that will be opened for dbpool
> # default is 1
> max-connections = 1
>
> group = dlr-db
> id = mydlr
> table = dlr
> field-smsc = smsc
> field-timestamp = ts
> field-destination = destination
> field-source = source
> field-service = service
> field-url = url
> field-mask = mask
> field-status = status
> field-boxc-id = boxc
>
> 2. modems.conf
> # Modems configuration
> #
> # Example and default values
> #
> # group = modems
> # id = "my-id"
> # name = "my-name"
> # detect-string = "MODEM"
> # detect-string2 = "" [Default]
> # init-string = "AT+CNMI=1,2,0,0,0" [Default]
> # speed = 9600 [Default]
> # enable-hwhs = "AT+IFC=2,2" [Default]
> # need-sleep = false [Default]
> # no-pin = false [Default]
> # no-smsc = false [Default]
> # sendline-sleep = 100 [Default, miliseconds]
> # keepalive-cmd = "AT" [Default]
> # broken = false [Default]
> # message-storage = "SM"
> # enable-mms = false [Default]
>
>
> # If modemtype=auto, try everyone and defaults to this one
> group = modems
> id = generic
> name = "Generic Modem"
>
> group = modems
> id = wavecom
> name = Wavecom
> detect-string = "WAVECOM"
>
> group = modems
> id = premicell
> name = Premicell
> detect-string = "PREMICEL"
> no-pin = true
> no-smsc = true
>
> group = modems
> id = siemens_tc35
> name = "Siemens

How to extract status error code (062:)

2008-04-23 Thread Tee You Suan
Hi,
I have dlr-mask=31 setup and its working correctly. I am able to get correct 
delivery report types from my SMSC. But due to a special condition, SMSC will 
return with status code '3' and a status error code 062:113 as show in the same 
kannel log as below.

2008-04-22 10:56:31 [3078] [9] DEBUG: CIMD2[D]: received: <^B23:000 
021:XX  060:    063:XX   062:113 061:3   
09^C>

My question is how can I extract this status error code (062:113) and pass it 
to my dlr-url?

Thank You


  __
Sent from Yahoo! Mail.
A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html



Re: Message ID for MT message DLR in kannel

2008-04-23 Thread Samir Ghodasara
Hi,

I got the partial solution from forums like i can pass my message Id with
dlr-url and So i can track the result.

i am getting the response to submit_sm like..

SMSC returned error code 0x000b (Invalid Destination Address) in
response to submit_sm.

in my application i want the error code also.Is their any way to get error
code in dlr-url response ?.

Regards,
Samir.

On Wed, Apr 23, 2008 at 6:15 PM, Samir Ghodasara <[EMAIL PROTECTED]>
wrote:

> Hi,
>
> I am using the gateway-1.4.1. and i want to get delivery report for my
> billing MT message for that i am passing dlr-mask and dlr-url while sending
> the MT message and as DLR response i am getting message id by using "%I"
> attribute in dlr-url,
>
> but in the response of /cgi-bin/sendsms URL ,i am getting only "0-Accepted
> delivery" no Message id.
>
> how can i get message id for MT billing message,so i can know which
> message got failed.
>
> Thanks & Regards,
> Samir.
>


Hindi SMS help ....

2008-04-23 Thread Tushar
Hi all,

 

 

I am using kannel to send bulk pushes. Am just trying to send SMS in
hindi language. Can anyone help me about the charset and coding for hindi
sms?

 

 

 

Thanks and regards,

 

Tushar Chauhan

Software Developer, Mobile team

Hungama Mobile(TM)

Mobile no: 09870650522

Mail: [EMAIL PROTECTED]

 



 

<>

Message ID for MT message DLR in kannel

2008-04-23 Thread Samir Ghodasara
Hi,

I am using the gateway-1.4.1. and i want to get delivery report for my
billing MT message for that i am passing dlr-mask and dlr-url while sending
the MT message and as DLR response i am getting message id by using "%I"
attribute in dlr-url,

but in the response of /cgi-bin/sendsms URL ,i am getting only "0-Accepted
delivery" no Message id.

how can i get message id for MT billing message,so i can know which message
got failed.

Thanks & Regards,
Samir.