Keywords: Mode: All keywords (AND) |
Wed Nov 24, 2010 02:43
|
mfever: Operating system name and version: Centos 5.5
Version of smsd: 3.1.14
Smsd installed from: sources
Name and model of a modem / phone: K550i Sony Ericson
Interface: USB
Hi Keke,
I also look for email to sms or reverse way feature. Does smstoolv3 engine already have a script to do that? Or I need to write extra script to pass received email to sendsms and received sms to sendmail?
Thanks
Regards
|
Mon Nov 22, 2010 01:22
|
mfever: Hi Keke,
I run test recently, I found that I have difficulty on storing human readable character in mysql database if I did the UTF-8 conversion in eventhandler.
I used cat < $2 |iconv -F UNICODEBIG -T UTF-8 for content capturing. Mysql is running UTF-8 encoding.
The case is the English character will appear as funny character in mysql. However, the Chinese or Chinese + English mix character message is working well during sending process.
Can you give any idea to solve the "intelligent conversion" for both type of message storing in mysql?
|
Thu Nov 18, 2010 00:47
|
mfever: Hi Keke,
Thanks your suggestion and good to hear that your new release. I have double checked sending and receiving Chinese character with eventhandler suggested from the post is running fine and good.
For sending, I didnt use checkhandler since it already do the conversion but receiving, it need eventhandler. Once your 3.1.15 release. I will upgrade to test as well.
|
Sun Nov 07, 2010 14:08
|
mfever: Hi Keke
As per request, the file's content show below:
From: <phone number>
From_TOA: 91 international, ISDN/telephone
From_SMSC: 60120000015
Sent: 10-11-07 22:00:36
Received: 10-11-07 22:06:16
Subject: GSM1
Modem: GSM1
IMSI: 502126370935193
Report: no
Alphabet: UCS2
Length: 2
PDU: 07910621000010F5040B910621965251F7000801117022006323046D4B8BD5
mK�
Note: The chinese word type from sony ecrison K550i is 测试.
Please advise. Thanks
|
Sun Nov 07, 2010 11:55
|
mfever: Hi Keke,
My phone is chinese character support, by sending phone to phone is fine. I am new is telecommunication. Is smstools going to fix this issue? Or is there any list of phone support UCS encoding as you knew?
Please advise..
Thanks
|
Sat Nov 06, 2010 06:28
|
mfever: Hi Keke,
Thanks for your explanation. Sorry to you, I made a mistake on my sentence. I can send out sms but it is funny characters. Actually, I am looking a solution for chinese character which is viewable by any handset via the smstool engine sending in and out.
Could you advise any things I can solve?
Thanks
|
Wed Nov 03, 2010 14:47
|
mfever: Hi Keke,
Thanks for your reply. I have upgraded to 3.1.14. I still can't send sms for chinese words. Below are sample I sent from terminal.
[root@localhost ~]# /usr/local/bin/sendsms 60120000015
Text: 测试手机
--
Text: 测试手机
To: 60120000015
File in /var/spool/sms/outgoing/send_oq4007 is
To: 60126925157
Alphabet: UCS
mK��bKg:
[root@localhost outgoing]# hexdump -C < send_oq4007
00000000 54 6f 3a 20 36 30 31 32 36 39 32 35 31 35 37 0a |To: 60126925157.|
00000010 41 6c 70 68 61 62 65 74 3a 20 55 43 53 0a 0a 6d |Alphabet: UCS..m|
00000020 4b 8b d5 62 4b 67 3a |K..bKg:|
00000027
Should I change Alphabet: UCS to others? What does UCS mean? Any way to send by UTF-8 encoding?
Please advise. Thanks
|
Mon Nov 01, 2010 10:40
|
mfever: Operating system name and version: Centos5.5
Version of smsd: 3.1.11
Smsd installed from: sources
Name and model of a modem / phone: phone Sony Ericsson K550i
Interface: USB
Hi All
I am novice on using smsd. I am using the phone above to send out sms. Currently, I encounter 2 problems, which are
1. Chinese Character Support. How do I enable or configure in order to get chinese character support on send and receive sms? Note: English character is working fine. However Chinese character become funny character in outgoing folder when submitted by sendsms command.
2. How do I receive the sms by connecting USB phone cable? I have configured init = AT+CPMS="SM","SM","SM" in /etc/smsd.conf. But no luck.
Please advise.
Thanks
|