|
|
SMS Server Tools 3 Community |
Welcome, Guest. The forum is currently read-only, but will open soon. |
Sat Dec 21, 2024 16:06 |
This topic is locked
Page: 1
Author |
Post |
|
#1 Mon Jul 18, 2011 13:16, 163 months ago.
|
Member
Registered: Jul 2011
Location: Germany
|
Operating system name and version: Linux OpenSuse 11.0 Version of smsd: 3.1.12 Smsd installed from: sources Name and model of a modem / phone: BenQ HXT-600U+ Interface: USB
My goal: Call a phone, ring about five times, hangup -------------- device = /dev/ttyUSB0 incoming = yes baudrate = 9600 init = AT+CNMI=0,0,0,1,0 check_memory_method = 31 phonecalls = clip voicecall_hangup_ath = yes # If yes: TIME has no effekt voicecall_cpas = no voicecall_clcc = yes needs_wakeup_at = yes using_routed_status_report = yes routed_status_report_cnma = no --------------
and
------------ To: 49175461XXXXX Voicecall: 1
TONE: TIME: 8 2 # ------------
but now it rings forever and lands in the mailbox (TIME is ignored) what can I try to reach my goal?
If I leave away voicecall_cpas and voicecall_clcc it reaches the phone but hangs up immediately without ringing.
Thanks a lot Marcel
|
|
#2 Mon Jul 18, 2011 15:03, 163 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
In the code there is a bug which is fixed in 3.1.15.
Go to smstools3/src and edit smsd.c.
Search: if (time(0) > wait_time + 150)
and replace it with: if (time(0) > wait_time + wait_delay)
Then save, recompile and replace executable.
|
|
#3 Mon Jul 18, 2011 17:25, 163 months ago.
|
Member
Registered: Jul 2011
Location: Germany
Topic owner
|
Hi Keke,
this works perfectly!!!
Thank you (I was missing/trying this for several years now),
regards Marcel
|
|
#4 Mon Jul 18, 2011 17:33, 163 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
You're welcome.
Is that BenQ HXT-600U+ just received from Dealextreme, meaning that there are other models too, or no M32 anymore?
Have you checked what report_device_details = yes tells in the log?
|
|
#5 Mon Jul 18, 2011 19:47, 163 months ago.
|
Member
Registered: Jul 2011
Location: Germany
Topic owner
|
It is a device probably very similar to Dealextreme, I'm using this since several years but couldn't find it any more for purchase. Unfortunately it only runs on a very old notebook via USB. Trying it on my new ZOTEC nettop refuses to work.
---------------------------------- DETAILS ----------------------- 2011-07-18 21:44:16,2, smsd: Smsd v3.1.14 started. 2011-07-18 21:44:16,2, smsd: Running as watchee:uucp. 2011-07-18 21:44:16,4, smsd: File mode creation mask: 022 (0644, rw-r--r--). 2011-07-18 21:44:16,5, GSM_BENQ_MODEM: Modem handler 0 has started. PID: 5653. 2011-07-18 21:44:16,5, smsd: Outgoing file checker has started. PID: 5652. 2011-07-18 21:44:16,5, GSM_BENQ_MODEM: Using check_memory_method 31: CMGL is used and messages are taken from the list. 2011-07-18 21:44:21,5, GSM_BENQ_MODEM: CGSN: 35815600206294-9IMEISV: 35815600206294-52 2011-07-18 21:44:21,5, GSM_BENQ_MODEM: IMSI: 262032251657506 2011-07-18 21:44:22,7, GSM_BENQ_MODEM: ## Start of device details 2011-07-18 21:44:22,7, GSM_BENQ_MODEM: # Manufacturer identification: 2011-07-18 21:44:22,7, GSM_BENQ_MODEM: -> AT+CGMI 2011-07-18 21:44:22,7, GSM_BENQ_MODEM: <- BenQ OK 2011-07-18 21:44:22,7, GSM_BENQ_MODEM: # Model identification: 2011-07-18 21:44:23,7, GSM_BENQ_MODEM: -> AT+CGMM 2011-07-18 21:44:23,7, GSM_BENQ_MODEM: <- M23A OK 2011-07-18 21:44:23,7, GSM_BENQ_MODEM: # Revision identification: 2011-07-18 21:44:23,7, GSM_BENQ_MODEM: -> AT+CGMR 2011-07-18 21:44:24,7, GSM_BENQ_MODEM: <- SW ver: 1.43 HW ver: 1.00 FS ver: 1.00 Build Date: 2006/9/18 Build Time: 19:27:16 OK 2011-07-18 21:44:24,7, GSM_BENQ_MODEM: # New message indications, list of supported modes: 2011-07-18 21:44:24,7, GSM_BENQ_MODEM: -> AT+CNMI=? 2011-07-18 21:44:24,7, GSM_BENQ_MODEM: <- +CNMI: (0-2),(0-3),(0,2),(0,1),(0,1) OK 2011-07-18 21:44:24,7, GSM_BENQ_MODEM: # New message indications, current settings: 2011-07-18 21:44:24,7, GSM_BENQ_MODEM: -> AT+CNMI? 2011-07-18 21:44:25,7, GSM_BENQ_MODEM: <- +CNMI: 0,0,0,1,0 OK 2011-07-18 21:44:25,7, GSM_BENQ_MODEM: # Preferred message storage, list of supported mem's: 2011-07-18 21:44:25,7, GSM_BENQ_MODEM: -> AT+CPMS=? 2011-07-18 21:44:25,7, GSM_BENQ_MODEM: <- +CPMS: ("ME","SM"),("ME","SM"),("ME","SM") OK 2011-07-18 21:44:25,7, GSM_BENQ_MODEM: # Phonebook storage, available mem's: 2011-07-18 21:44:25,7, GSM_BENQ_MODEM: -> AT+CPBS=? 2011-07-18 21:44:26,7, GSM_BENQ_MODEM: <- +CPBS: ("EN","FD","DC","LD","RC","SM","MC","ON") OK 2011-07-18 21:44:26,7, GSM_BENQ_MODEM: # List messages, list of supported stat's: 2011-07-18 21:44:26,7, GSM_BENQ_MODEM: -> AT+CMGL=? 2011-07-18 21:44:26,7, GSM_BENQ_MODEM: <- +CMGL: (0,1,2,3,4) OK 2011-07-18 21:44:26,7, GSM_BENQ_MODEM: # Delete message, list of supported values: 2011-07-18 21:44:26,7, GSM_BENQ_MODEM: -> AT+CMGD=? 2011-07-18 21:44:27,7, GSM_BENQ_MODEM: <- OK 2011-07-18 21:44:27,7, GSM_BENQ_MODEM: # Phone activity status, list of supported stat's: 2011-07-18 21:44:27,7, GSM_BENQ_MODEM: -> AT+CPAS=? 2011-07-18 21:44:27,7, GSM_BENQ_MODEM: <- +CPAS: (0-5) OK 2011-07-18 21:44:27,7, GSM_BENQ_MODEM: # TE character set, list of supported charset's: 2011-07-18 21:44:27,7, GSM_BENQ_MODEM: -> AT+CSCS=? 2011-07-18 21:44:28,7, GSM_BENQ_MODEM: <- +CSCS: "GSM","IRA","PCCP437","PCDN","8859-1","HEX","UCS2" OK 2011-07-18 21:44:28,7, GSM_BENQ_MODEM: # TE character set, current setting: 2011-07-18 21:44:28,7, GSM_BENQ_MODEM: -> AT+CSCS? 2011-07-18 21:44:28,7, GSM_BENQ_MODEM: <- +CSCS: "IRA" OK 2011-07-18 21:44:28,7, GSM_BENQ_MODEM: ## End of device details
Thanks Marcel
|
|
#6 Mon Jul 25, 2011 12:41, 163 months ago.
|
Member
Registered: Jul 2011
Location: Germany
Topic owner
|
Feedback:
The new modem from dealextreme.com (Manufacturer Prolific Technology, Inc.) for US$25.36 has arrived.
VoiceCall and SMS send and SMS receive works fine.
The only strange log output is Unexpected input: +CREG: 1, 1E27, 45A5 (which I ignore)
Here are its details: ---------------------------- 2011-07-25 14:34:49,7, GSM_PROLIFIC_MODEM: ## Start of device details 2011-07-25 14:34:49,7, GSM_PROLIFIC_MODEM: # Manufacturer identification: 2011-07-25 14:34:49,7, GSM_PROLIFIC_MODEM: -> AT+CGMI 2011-07-25 14:34:50,7, GSM_PROLIFIC_MODEM: <- BenQ OK 2011-07-25 14:34:50,7, GSM_PROLIFIC_MODEM: # Model identification: 2011-07-25 14:34:50,7, GSM_PROLIFIC_MODEM: -> AT+CGMM 2011-07-25 14:34:50,7, GSM_PROLIFIC_MODEM: <- M32 OK 2011-07-25 14:34:50,7, GSM_PROLIFIC_MODEM: # Revision identification: 2011-07-25 14:34:50,7, GSM_PROLIFIC_MODEM: -> AT+CGMR 2011-07-25 14:34:51,7, GSM_PROLIFIC_MODEM: <- SW ver: 1.80 HW ver: 1.00 FS ver: 1.00 Build Date: 2004/6/25 Build Time: 18:40:37 OK 2011-07-25 14:34:51,7, GSM_PROLIFIC_MODEM: # New message indications, list of supported modes: 2011-07-25 14:34:51,7, GSM_PROLIFIC_MODEM: -> AT+CNMI=? 2011-07-25 14:34:51,7, GSM_PROLIFIC_MODEM: <- +CNMI: (0-2),(0-3),(0,2),(0,1),(0,1) OK 2011-07-25 14:34:51,7, GSM_PROLIFIC_MODEM: # New message indications, current settings: 2011-07-25 14:34:51,7, GSM_PROLIFIC_MODEM: -> AT+CNMI? 2011-07-25 14:34:52,7, GSM_PROLIFIC_MODEM: <- +CNMI: 0,0,0,1,0 OK 2011-07-25 14:34:52,7, GSM_PROLIFIC_MODEM: # Preferred message storage, list of supported mem's: 2011-07-25 14:34:52,7, GSM_PROLIFIC_MODEM: -> AT+CPMS=? 2011-07-25 14:34:52,7, GSM_PROLIFIC_MODEM: <- +CPMS: ("ME","SM"),("ME","SM"),("ME","SM") OK 2011-07-25 14:34:52,7, GSM_PROLIFIC_MODEM: # Phonebook storage, available mem's: 2011-07-25 14:34:52,7, GSM_PROLIFIC_MODEM: -> AT+CPBS=? 2011-07-25 14:34:53,7, GSM_PROLIFIC_MODEM: <- +CPBS: ("EN","FD","DC","LD","RC","SM","MC","ON") OK 2011-07-25 14:34:53,7, GSM_PROLIFIC_MODEM: # List messages, list of supported stat's: 2011-07-25 14:34:53,7, GSM_PROLIFIC_MODEM: -> AT+CMGL=? 2011-07-25 14:34:53,7, GSM_PROLIFIC_MODEM: <- +CMGL: (0,1,2,3,4) OK 2011-07-25 14:34:53,7, GSM_PROLIFIC_MODEM: # Delete message, list of supported values: 2011-07-25 14:34:53,7, GSM_PROLIFIC_MODEM: -> AT+CMGD=? 2011-07-25 14:34:54,7, GSM_PROLIFIC_MODEM: <- OK 2011-07-25 14:34:54,7, GSM_PROLIFIC_MODEM: # Phone activity status, list of supported stat's: 2011-07-25 14:34:54,7, GSM_PROLIFIC_MODEM: -> AT+CPAS=? 2011-07-25 14:34:54,7, GSM_PROLIFIC_MODEM: <- +CPAS: (0-5) OK 2011-07-25 14:34:54,7, GSM_PROLIFIC_MODEM: # TE character set, list of supported charset's: 2011-07-25 14:34:54,7, GSM_PROLIFIC_MODEM: -> AT+CSCS=? 2011-07-25 14:34:55,7, GSM_PROLIFIC_MODEM: <- +CSCS: "GSM","IRA","PCCP437","PCDN","8859-1","HEX","UCS2" OK 2011-07-25 14:34:55,7, GSM_PROLIFIC_MODEM: # TE character set, current setting: 2011-07-25 14:34:55,7, GSM_PROLIFIC_MODEM: -> AT+CSCS? 2011-07-25 14:34:55,7, GSM_PROLIFIC_MODEM: <- +CSCS: "IRA" OK 2011-07-25 14:34:55,7, GSM_PROLIFIC_MODEM: ## End of device details ---------------
regards Marcel
|
|
#7 Mon Jul 25, 2011 16:09, 163 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
Thanks for the information. marcel wrote The only strange log output is Unexpected input: +CREG: 1, 1E27, 45A5 (which I ignore)
You could try a modem setting loglevel_lac_ci = 8, and reset the modem.
|
|
#8 Mon Jul 25, 2011 17:31, 163 months ago.
|
Member
Registered: Jul 2011
Location: Germany
Topic owner
|
With the new Prolific BenQ M32 I get then and again (on Ubuntu 11.4 smstools3-3.1.14 with SE voicecall patch) What could be the reason for this? Thanks again Marcel
|
|
#9 Tue Jul 26, 2011 17:08, 163 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
Do you mean that usually modem is working well, but sometimes it gives that response? The code means that modem is not registered to the GSM network, and it's searching for a new operator to register to. If this happens only sometimes, it probably has something to do with antenna, or it's location. When a modem is working well, write down the signal quality. If it's very poor, the location of modem likely is bad.
Not an important thing, but this modem is not manufactured by Prolific. Inside it is just USB interface chip PL-2303 from Prolific, but the actual modem is from BenQ Corporation. Many USB to RS-232 adapters also use that chip, it is very common.
|
|
#10 Tue Jul 26, 2011 23:33, 163 months ago.
|
Member
Registered: Jul 2011
Location: Germany
Topic owner
|
Thank you! The position of the modem is indeed bad, I have to search a new location.
regards Marcel
|
This topic is locked
Page: 1
Time in this board is UTC.
|
|
|
|
|
|
|