Keywords: Mode: All keywords (AND) |
Thu Oct 28, 2010 06:38
|
wilyn: Not sure whether this problem is resolved. Haven't been having sms poll for quite some time. Once the problem begins, there is no way to delete sms via the gsm modem. The only way is to delete through mobile phone.
|
Wed Sep 22, 2010 17:53
|
wilyn: 2010-09-23 01:47:38,2, smsd: Smsd v3.1.14 started.
2010-09-23 01:47:38,2, smsd: Running as root:root.
2010-09-23 01:47:38,4, smsd: File mode creation mask: 022 (0644, rw-r--r--).
2010-09-23 01:47:42,7, Wavecom: ## Start of device details
2010-09-23 01:47:42,7, Wavecom: # Manufacturer identification:
2010-09-23 01:47:43,7, Wavecom: -> AT+CGMI
2010-09-23 01:47:43,7, Wavecom: <- WAVEC0M MODEM
OK
2010-09-23 01:47:43,7, Wavecom: # Model identification:
2010-09-23 01:47:43,7, Wavecom: -> AT+CGMM
2010-09-23 01:47:43,7, Wavecom: <- MULTIBAND 900E 1800
OK
2010-09-23 01:47:43,7, Wavecom: # Revision identification:
2010-09-23 01:47:44,7, Wavecom: -> AT+CGMR
2010-09-23 01:47:45,7, Wavecom: <- 532a09gg.2C2 1828120 040802 18:22
|
Wed Sep 22, 2010 16:16
|
|
Wed Sep 22, 2010 16:01
|
wilyn: Thanks for the advise.
Can you explain the difference between check_memory_method = 3 and check_memory_method = 31?
I am using check_memory_method = 3 now but I can't test my modem because I don't have hundred of incoming SMS now.
|
Tue Sep 21, 2010 16:29
|
wilyn: I just cleared the stored messages in the GSM SIM card using my mobile phone. And I set the check_memory_method = 3. The newest batch of SMS (lots of them) that came in were processed properly till now.
I think the modem will have some problem deleting message when the SIM card became full. Any way to prevent that? And is check_memory_method = 3 the ideal configuration for my current modem given its mentioned limitation?
|
Mon Sep 20, 2010 15:51
|
wilyn: The modem works well if i clear the stored messages with a mobile phone. And normal operation will resume if there are few incoming SMS received. Any further diagnostic help?
|
Sun Sep 19, 2010 13:36
|
wilyn: Appreciate your kind expert advise for my problems.
smsd.conf
( PRIVATE BLOCK )
log file
( PRIVATE BLOCK )
|
Sun Sep 19, 2010 05:00
|
wilyn: Operating system name and version: Ubuntu
Version of smsd: 3.1.12
Smsd installed from: sources
Name and model of a modem / phone: Wavecom
Interface: USB
I receive a few hundreds sms during a real-time voting competition. After some time, the incoming sms in my modem were not deleted in the modem by smsd. This caused a repetitive cycle of reading the same batch of sms from the modem and new sms cannot be received. To date, i received more than 20,000 sms with the same batch of sms in my modem that were not deleted and the count keeps going up.
I was able to remove this batch of sms by putting the sim card in my mobile phone and manually delete the sms. But the problem persists after i put it in my gsm modem with the new batch of incoming sms.
Is there any setting I need to take note to handle bulk incoming sms? The log file reported that the CMGL got some input errors.
Any help is greatly appreciated! :)
|
Sun Jan 24, 2010 17:26
|
wilyn: Is there any way to auto resend failed SMS due to network problem like telco's traffic congestion?
|
Tue Jan 19, 2010 09:36
|
wilyn: Wow! That workaround will suffice for now.
Thank you, KeKe!!
|
Mon Jan 18, 2010 01:05
|
wilyn: Thanks Keke.
My main language is still English. Just want to provide flexibility to send sms in Chinese. But it may pose a problem to let user tick the unicode checkbox (e.g. they may forget to tick it). I am wondering how some online sms website manage to overcome this problem by not enabling the unicode checkbox and yet still retain the 160 sms-length when no unicode content is detected.
|
Sat Jan 16, 2010 15:57
|
wilyn: Thank you!
I change the default character set to UTF-8 in my browser and do the php code change to
$sms_msg = mb_convert_encoding($sms_msg, "UCS-2BE", "auto");
Now, it works!
And i added in the default character set into the PlaySMS header.php:
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
Can i ask how do i remove the need for user to tick on unicode checkbox in order to send Chinese characters? Can the php code or checkhandler auto-detect that there is unicode in the sms content without explicitly declaring that it is a unicode?
|
Fri Jan 15, 2010 16:28
|
wilyn: I need some help here. Am using SMS Server Tools with PlaySMS Web Interface.
To send Chinese SMS, i need to tick a unicode checkbox and it is supposed to send it.
if ($unicode){
$the_msg .= "Alphabet: UCS2\n";
// $sms_msg = mb_convert_encoding($sms_msg, "UCS-2", "auto");
}
$the_msg .= "\n$sms_msg";
But I only receive a SMS like the following:
主任
I tried to add the checkhandler advised by administrator, but to no avail.
Any other suggestions?
|
Fri Jan 08, 2010 04:40
|
wilyn: Thanks! That works!
|
Thu Jan 07, 2010 02:04
|
wilyn: I need to dial *113# to check the remaining value of my sim card. How do i do that in sms server tools 3? I tried to use the voicecall = yes parameter, but it has an extra '+' sign in front of the *113#, resulting in BUSY status when i dial. How do i remove the '+' sign in the ATD command?
|
Mon Dec 28, 2009 06:33
|
wilyn: Is there any good php application to manage sms server tools 3?
I am currently using playsms. But it is no where near the commercial ozeking sms application.
Any recommendations?
|