|
|
SMS Server Tools 3 Community |
Welcome, Guest. The forum is currently read-only, but will open soon. |
Fri Mar 14, 2025 10:49 |
Page: 1
Keywords: Mode: All keywords (AND) |
Thu Oct 06, 2011 15:36
|
michel: I have also found this, that applies to my device
- Wireless Modem Initialization Sequence: The initialization sequence performed in versions 1.44 and older is insufficient in some screnarios (certain 64k SIM cards, SIM card configuruation, etc). The key to the modem being functional is to wait for a “+WIND:#” (1, 4 sometimes 9) status before issuing other commands. The time needed to wait for a +WIND response will vary depending on the SIM and/or network. Waiting a minute is usually sufficient, but up to 3 or 4 minutes may be required. “515” errors are an indication that commands were issued before +WIND 1/4 was reached.
The new logic is:
--1)Send AT+CFUN=0 (graceful shutdown).
--2)Wait for “OK”.
--3A)If no “OK” received within 15 seconds, do a hardware reset of the modem and proceed to step 4.
--3B)If “OK” received within 15 seconds send AT+CFUN=1 (soft reset of modem) and proceed to step 4.
--4)Wait for +WIND response before proceeding with remaing modem commands.
--5)Proceed with remaining hard coded AT commands used to setup text mode, character set and etc.
--6)Proceed with any User defined Initialization Strings defined on the Cellular Modem setup menu.
But I'm not sure how to configure smstools to wait for that incoming +WIND
|
Thu Oct 06, 2011 15:31
|
michel: Thanks for your answer, I have tried several configurations but for the second device modems (m2m1 though m2m8 ), they don't seem to be working, sometimes the logs show that its all good and its ready to send messages but they just sit Idle all the time
2011-10-06 08:21:46,5, m2m8: Modem handler 8 has started. PID: 13548. Will only send messages.
2011-10-06 08:21:46,6, m2m8: Checking if modem is ready
2011-10-06 08:21:46,7, m2m8: -> AT
2011-10-06 08:21:46,7, m2m8: Command is sent, waiting for the answer
2011-10-06 08:21:46,7, m2m8: <- OK
2011-10-06 08:21:46,6, m2m8: Pre-initializing modem
2011-10-06 08:21:46,7, m2m8: -> ATE0+CMEE=1
2011-10-06 08:21:46,7, m2m8: Command is sent, waiting for the answer
2011-10-06 08:21:47,7, m2m8: <- OK
2011-10-06 08:21:47,7, m2m8: -> AT+CSQ
2011-10-06 08:21:47,7, m2m8: Command is sent, waiting for the answer
2011-10-06 08:21:47,7, m2m8: <- +CSQ: 11,1 OK
2011-10-06 08:21:47,6, m2m8: Signal Strength Indicator: (11,1) -91 dBm, Bit Error Rate: 0.2 - 0.4 %
2011-10-06 08:21:47,6, m2m8: Checking if Modem is registered to the network
2011-10-06 08:21:47,7, m2m8: -> AT+CREG?
2011-10-06 08:21:47,7, m2m8: Command is sent, waiting for the answer
2011-10-06 08:21:48,7, m2m8: <- +CREG: 0,1 OK
2011-10-06 08:21:48,6, m2m8: Modem is registered to the network
2011-10-06 08:21:48,6, m2m8: Selecting PDU mode
2011-10-06 08:21:48,7, m2m8: -> AT+CMGF=0
2011-10-06 08:21:48,7, m2m8: Command is sent, waiting for the answer
2011-10-06 08:21:48,7, m2m8: <- OK
2011-10-06 08:21:48,7, m2m8: -> AT+CIMI
2011-10-06 08:21:48,7, m2m8: Command is sent, waiting for the answer
2011-10-06 08:21:49,7, m2m8: <- 310260742782645 OK
2011-10-06 08:21:49,7, m2m8: -> AT+CGSN
2011-10-06 08:21:49,7, m2m8: Command is sent, waiting for the answer
2011-10-06 08:21:49,7, m2m8: <- 011201001056713 OK
2011-10-06 08:21:49,5, m2m8: CGSN: 011201001056713
2011-10-06 08:21:49,5, m2m8: IMSI: 310260742782645
2011-10-06 08:21:49,5, m2m8: Waiting for messages to send...
And that happens with several modems, sometimes I get this errors
2011-10-06 08:10:03,7, m2m5: -> AT+CSQ
2011-10-06 08:10:03,7, m2m5: Command is sent, waiting for the answer
2011-10-06 08:10:04,7, m2m5: <- +CME ERROR: 3 (operation not allowed)
1653-2011-10-06 08:09:43,7, m2m5: -> AT+CSQ
1654-2011-10-06 08:09:43,7, m2m5: Command is sent, waiting for the answer
1655:2011-10-06 08:09:43,7, m2m2: <- > +CMS ERROR: 515 (Please wait, service is not available, init in progress)
1656:2011-10-06 08:09:43,3, m2m2: The modem answer was not OK: > +CMS ERROR: 515 (Please wait, service is not available, init in progress)
1657-2011-10-06 08:09:43,5, m2m2: Waiting 10 sec. before retrying
1658-2011-10-06 08:09:44,7, m2m5: <- +CME ERROR: 3 (operation not allowed)
1659-2011-10-06 08:09:44,7, m2m5: -> AT+CREG?
1660-2011-10-06 08:09:44,7, m2m5: Command is sent, waiting for the answer
1661-2011-10-06 08:09:44,7, m2m5: <- +CREG: 0,0 OK
I would appreciate any kind of help, thanks so much
|
Wed Oct 05, 2011 22:38
|
michel: Here's an update with my config and part of the logs:
This is part of the log showing some strange behavior by one modem, but after getting to the waiting for messages to send, no sms is sent
2011-10-05 15:11:13,5, m2m1: Modem handler 1 has started. PID: 5588. Will only send messages.
2011-10-05 15:11:13,6, m2m1: Checking if modem is ready
2011-10-05 15:11:14,7, m2m1: -> AT
2011-10-05 15:11:14,7, m2m1: Command is sent, waiting for the answer
2011-10-05 15:11:18,7, m2m1: <- ATAT+CFUN=0 ATE0 AT+CFUN=0 OK ERROR ERROR
2011-10-05 15:11:18,6, m2m1: Initializing modem
2011-10-05 15:11:18,7, m2m1: -> ATE0
2011-10-05 15:11:18,7, m2m1: Command is sent, waiting for the answer
2011-10-05 15:11:18,7, m2m1: <- ATE0 ERROR AT+CFUN=0 ERROR
2011-10-05 15:11:29,3, m2m1: Unexpected input: ATE0 ERROR AT+CFUN=0 ERROR ATE0 ERROR AT+CFUN=0 AT+CFUN=0 ERROR AT+CFUN=0 ERROR ATE0 AT+CFUN=0 ATE0 AT+CFUN=0 OK ERROR ERROR ATE0 ATE0 OK OK OK OK
2011-10-05 15:11:29,7, m2m1: -> ATE0
2011-10-05 15:11:29,7, m2m1: Command is sent, waiting for the answer
2011-10-05 15:11:29,7, m2m1: <- OK
2011-10-05 15:11:29,7, m2m1: -> AT+CSQ
2011-10-05 15:11:29,7, m2m1: Command is sent, waiting for the answer
2011-10-05 15:11:29,7, m2m1: <- OK +CSQ: 99,99 OK
2011-10-05 15:11:29,6, m2m1: Checking if Modem is registered to the network
2011-10-05 15:11:30,7, m2m1: -> AT+CREG?
2011-10-05 15:11:30,7, m2m1: Command is sent, waiting for the answer
2011-10-05 15:11:30,7, m2m1: <- +CREG: 0,0 OK
2011-10-05 15:11:30,5, m2m1: MODEM IS NOT REGISTERED, WAITING 1 SEC. BEFORE RETRYING 1. TIME
2011-10-05 15:11:31,3, m2m1: Unexpected input: OK OK
2011-10-05 15:11:31,7, m2m1: -> AT+CSQ
2011-10-05 15:11:31,7, m2m1: Command is sent, waiting for the answer
2011-10-05 15:11:31,7, m2m1: <- +CSQ: 11,99 OK
2011-10-05 15:11:31,5, m2m1: Signal Strength Indicator: (11,99) -91 dBm, Bit Error Rate: not known or not detectable
2011-10-05 15:11:32,7, m2m1: -> AT+CREG?
2011-10-05 15:11:32,7, m2m1: Command is sent, waiting for the answer
2011-10-05 15:11:32,7, m2m1: <- +WIND: 1 +CREG: 0,2 OK
2011-10-05 15:11:32,5, m2m1: MODEM IS NOT REGISTERED, WAITING 1 SEC. BEFORE RETRYING 2. TIME
2011-10-05 15:11:33,7, m2m1: -> AT+CSQ
2011-10-05 15:11:33,7, m2m1: Command is sent, waiting for the answer
2011-10-05 15:11:34,7, m2m1: <- ERROR ERROR
2011-10-05 15:11:34,3, m2m1: Unexpected input: OK OK
2011-10-05 15:11:34,7, m2m1: -> AT+CREG?
2011-10-05 15:11:34,7, m2m1: Command is sent, waiting for the answer
2011-10-05 15:11:34,7, m2m1: <- +CREG: 0,0 OK OK
2011-10-05 15:11:34,5, m2m1: MODEM IS NOT REGISTERED, WAITING 1 SEC. BEFORE RETRYING 3. TIME
2011-10-05 15:11:35,3, m2m1: Unexpected input: OK OK OK
2011-10-05 15:11:35,7, m2m1: -> AT+CSQ
2011-10-05 15:11:35,7, m2m1: Command is sent, waiting for the answer
2011-10-05 15:11:39,7, m2m1: <- AT+CFUN=0 ATE0 AT+CFUN=0 ERROR ERROR
2011-10-05 15:11:39,7, m2m1: -> AT+CREG?
2011-10-05 15:11:39,7, m2m1: Command is sent, waiting for the answer
2011-10-05 15:11:40,7, m2m1: <- AT+CFUN=0 ERROR AT+CREG? ERROR
2011-10-05 15:11:40,6, m2m1: Ignoring that modem does not support +CREG command.
2011-10-05 15:11:40,6, m2m1: Selecting PDU mode
2011-10-05 15:11:40,3, m2m1: Unexpected input: ATE0 ERROR
2011-10-05 15:11:40,7, m2m1: -> AT+CMGF=0
2011-10-05 15:11:40,7, m2m1: Command is sent, waiting for the answer
2011-10-05 15:11:40,7, m2m1: <- AT+CMGF=0 ERROR AT+CFUN=0 ERROR ATE0 ERROR
2011-10-05 15:11:50,3, m2m1: Unexpected input: AT+CFUN=0 AT+CFUN=0 AT+CSQ ERROR ERROR AT+CFUN=0 ERROR ATE0 AT+CFUN=0 ATE0 AT+CFUN=0 OK ERROR ERROR ATE0 ATE0 OK OK OK OK OK
2011-10-05 15:11:50,7, m2m1: -> AT+CMGF=0
2011-10-05 15:11:50,7, m2m1: Command is sent, waiting for the answer
2011-10-05 15:11:51,7, m2m1: <- OK
2011-10-05 15:11:51,7, m2m1: -> AT+CIMI
2011-10-05 15:11:51,7, m2m1: Command is sent, waiting for the answer
2011-10-05 15:11:51,7, m2m1: <- ERROR
2011-10-05 15:11:51,7, m2m1: -> AT+CGSN
2011-10-05 15:11:51,7, m2m1: Command is sent, waiting for the answer
2011-10-05 15:11:52,7, m2m1: <- 011201001056614 OK
2011-10-05 15:11:52,5, m2m1: IMSI: 011201001056614
2011-10-05 15:11:52,5, m2m1: Waiting for messages to send...
This is the config file:
# /etc/smsd.conf
# Description: Main configuration file for the smsd
devices = m1m3, m2m1, m2m2, m2m3, m2m4, m2m5, m2m6, m2m7, m2m8
outgoing = /var/spool/sms/outgoing
checked = /var/spool/sms/checked
incoming = /var/spool/sms/incoming
logfile = /var/log/smstools/smsd.log
loglevel = 7
infofile = /var/run/smstools/smsd.working
pidfile = /var/run/smstools/smsd.pid
failed = /var/spool/sms/failed
sent = /var/spool/sms/sent
stats = /var/log/smstools/smsd_stats
status_interval = 5
receive_before_send = no
autosplit = 3
[default]
baudrate = 19200
pin = ignore
#Multitech 1
[m1m3]
device = @192.168.1.99:5002
#Multitech 2
[m2m1]
device = @192.168.1.98:5000
[m2m2]
device = @192.168.1.98:5001
[m2m3]
device = @192.168.1.98:5002
[m2m4]
device = @192.168.1.98:5003
[m2m5]
device = @192.168.1.98:5004
[m2m6]
device = @192.168.1.98:5005
[m2m7]
device = @192.168.1.98:5006
[m2m8]
device = @192.168.1.98:5007
|
Wed Oct 05, 2011 19:00
|
michel: Operating system name and version: Ubuntu 11.04
Version of smsd:
Smsd installed from: package repository
Name and model of a modem / phone: Multitech SF800G
Interface: Network
I have 9 Modems configured but only the first one is sending messages, for some reasons the others won't, when I check the logs I can see they are all at "Waiting for messages to send..."
I don't know how should I proceed, the config is the same for all nine modems, the first one works fine
Thanks
|
Mon Sep 05, 2011 19:44
|
michel: Operating system name and version: Ubuntu 11.04
Version of smsd: 3.1.14
Smsd installed from: sources
Name and model of a modem / phone: Multitech SF800g (x3) iSMS
Interface: Ethernet
I was wondering if theres any way of using smstools and the Multitech Send Api together?
The ubuntu server is on the same network as the iSMS
|
Thu Jun 24, 2010 19:27
|
michel: Hello, the filename its originally called 1890962 and here is the log, its cropped but its a cycle
2010-06-23 15:48:05,5, smsd: Moved file /var/spool/sms/outgoing/1890962 to /var/spool/sms/checked
2010-06-23 15:53:02,6, GSM5: I have to send 1 short message for /var/spool/sms/checked/1890962
2010-06-23 15:53:17,6, GSM5: Deleted file /var/spool/sms/checked/1890962
2010-06-23 15:53:17,3, GSM5: Cannot handle /var/spool/sms/checked/1890962: Access denied. Check the file and directory permissions.
2010-06-23 15:53:17,3, GSM6: Cannot handle /var/spool/sms/checked/1890962: Access denied. Check the file and directory permissions.
2010-06-23 15:53:18,6, GSM4: I have to send 1 short message for /var/spool/sms/checked/1890962.ksa4Ns
2010-06-23 15:53:18,5, GSM8: No destination in file /var/spool/sms/checked/1890962
2010-06-23 15:53:18,6, GSM8: Deleted file /var/spool/sms/checked/1890962
2010-06-23 15:53:18,3, GSM2: Cannot read sms file /var/spool/sms/checked/1890962.
2010-06-23 15:53:18,5, GSM2: No destination in file /var/spool/sms/checked/1890962
2010-06-23 15:53:18,4, GSM2: Header handling aborted, reading /var/spool/sms/checked/1890962 failed
2010-06-23 15:53:18,6, GSM2: Deleted file /var/spool/sms/checked/1890962
2010-06-23 15:53:19,3, GSM7: Cannot read sms file /var/spool/sms/checked/1890962.
2010-06-23 15:53:19,5, GSM7: No destination in file /var/spool/sms/checked/1890962
2010-06-23 15:53:19,4, GSM7: Header handling aborted, reading /var/spool/sms/checked/1890962 failed
2010-06-23 15:53:19,6, GSM7: Deleted file /var/spool/sms/checked/1890962
And then it keeps going like this until it gets to be a filename of 245 chars
2010-06-23 15:53:58,5, GSM6: No destination in file /var/spool/sms/checked/1890962.lhgCfX.d9emjX.T0no1h.BqZ7IG.WRXU0S.tGERVy.gBXHhM.Vh9iOB.kWRsbk.wcgCdR.Dr7ZdB.6AdTBe.pUUHfm.JIsroH.KFjZhA.dejGiH.OyWxKy.62ldGo.gD1wjA.mtmOmg.BHjyqn.qIwus8.aWAzLK.u3VYh1.Ha7rav.JPkp4D.vdZN4n.Mzo8F0.QYpTog.oeDpvn.J405EX.Yuh75P.JRciVa
2010-06-23 15:53:58,4, GSM6: Header handling aborted, reading /var/spool/sms/checked/1890962.lhgCfX.d9emjX.T0no1h.BqZ7IG.WRXU0S.tGERVy.gBXHhM.Vh9iOB.kWRsbk.wcgCdR.Dr7ZdB.6AdTBe.pUUHfm.JIsroH.KFjZhA.dejGiH.OyWxKy.62ldGo.gD1wjA.mtmOmg.BHjyqn.qIwus8.aWAzLK.u3VYh1.Ha7rav.JPkp4D.vdZN4n.Mzo8F0.QYpTog.oeDpvn.J405EX.Yuh75P.JRciVa failed
2010-06-23 15:53:58,6, GSM6: Deleted file /var/spool/sms/checked/1890962.lhgCfX.d9emjX.T0no1h.BqZ7IG.WRXU0S.tGERVy.gBXHhM.Vh9iOB.kWRsbk.wcgCdR.Dr7ZdB.6AdTBe.pUUHfm.JIsroH.KFjZhA.dejGiH.OyWxKy.62ldGo.gD1wjA.mtmOmg.BHjyqn.qIwus8.aWAzLK.u3VYh1.Ha7rav.JPkp4D.vdZN4n.Mzo8F0.QYpTog.oeDpvn.J405EX.Yuh75P.JRciVa
After it fails and the smsd gets restarted they just sit there waiting for messages to send, but there are some after the one file with 245chars filename
I've noticed that it sometimes say its a file permission issue, but does not make sense since, its one every few hours (9-15) that fails, it also says it deletes the file but does not actually do it
The issue started since i updated the smstools from 3.1.6 to 3.1.8, i am planning on upgrading to 3.1.11 also, how can i achieve that?
|
Mon Jun 21, 2010 21:46
|
michel: Operating system name and version: Windows XP SP3 (cygwin)
Version of smsd: 3.1.8
Smsd installed from: sources
Name and model of a modem / phone: Sierra 885
Interface: USB
Hello everybody
I am experiencing a new issue, after reinstallation of the whole system, I use messageId as filenames, and they are from a DB therefore they are unique, the thing is that sometimes when files are moved from outgoing to checked, and from checked to failed or sent, respectively, smsd adds a random extension to the file, the issue arises when (i have no idea why) the file gets a super long extension 170+ characters, seems like smsd doesnt recognize it and it stops sending at all
This is my smsd.conf
devices = GSM1...
os_cygwin = yes
smart_logging = yes
stats = /var/log/smsd_stats
stats_interval = 0
stats_no_zeroes = yes
logfile = /var/log/smsd.log
loglevel = 7
delaytime = 0
delaytime_mainprocess = 0
[default]
incoming = no
baudrate = 115200
check_network = 0
read_timeout = 2
pre_init = no
[GSM1] OK
device = /dev/ttyS2
...
|
Wed Jun 02, 2010 16:51
|
michel: Thanks for the replies
But indeed the keep_open = no, does not help my problem, i tried reinstalling the whole cygwin but it didnt help, i might try a fresh XP install or Windows 7 perhaps, unfortunately linux its not an option at this time =(, i would do it but i didn't got clearance from above *gets angry*
Has anyone else had this issue before, that a modem stucks at sending and never answer again?
Any clues how to fix it?
|
Fri May 21, 2010 15:38
|
michel: Im possitive about no other process using the drivers, and the weird thing is that it happens randomly from modem to modem and if i dont kill the smsd all of the modems will eventually get into that dumb state :(
I was thinking on a possible solution, like when the main smsd process detects if any modem its not working properly to reset only that modem but i cant figure out how to do that, and i am not good at coding in C.
I havent seen anyone else having this issue, and i think thats weird, or maybe part of my configuration or server is causing this, any clues on how to address this?
|
Wed May 19, 2010 17:27
|
michel: Operating system name and version: Windows XP
Version of smsd: 3.1.6
Smsd installed from: sources
Name and model of a modem / phone: Sierra 885
Interface: USB
Hello everyone!
I have a high volume server and i encountered a problem that i dont know how to solve, there are sometimes when the modem (any modem, its really random) will try and send a sms but the smsd will say (in the log) "Command sent, waiting for answer" and then it just sits there for ever (until I restart the whole smsd daemon actually), I have in the config of each modem the parameter read_timeout = 6, but seems like the server its ignoring it, and I also have regular_cmd = AT, but after the modem gets stuck in waiting for answer the AT command it's not being sent to the modem anymore
Note: regular_cmd = AT, i have this just for testing issues.
Any ideas how can I overcome this issue??
Thanks in advance
|
Tue May 18, 2010 04:55
|
michel: Operating system name and version: Windows XP
Version of smsd: 3.1.6
Smsd installed from: sources
Name and model of a modem / phone: Sierra 885 x 8
Interface: USB
Hello everybody!
I have a high volume sms server 20k+ day, the thing is that i have been detecting that its not being efficient, and also when i added 2 more modems ( from 6 to 8 ) the increase in performance was almost unnoticeable and i dont know why, or what i can do to make it faster :S
Thanks
|
Fri Apr 16, 2010 16:02
|
michel: Operating system name and version: Windows XP
Version of smsd: 3.1.6
Smsd installed from: sources
Name and model of a modem / phone: Sierra 885
Interface: USB
Hello everyone in this great community, i have one question/request to see if anyone has implemented already,
I have a server that serves a few sms, my question is: Is there a way to make several queues but having priorities on some of them, like i have 2 queues: Queue1 and Queue2, but Queue1 receives 100 sms a min and Queue2 just 5, what i want to achieve is that sms on Queue2 are sent as fast as possible and before the ones on Queue1 also?
Thanks in advance!
|
Thu Apr 01, 2010 20:10
|
michel: Operating system name and version: Windows XP
Version of smsd: 3.1.6
Smsd installed from: sources
Name and model of a modem / phone: Nokia 6102 / Nokia 6230 / Sierra 885
Interface: serial / USB
It happens from time to time that when the phone or modem are sending sms, it sends the PDU to the device and it waits for answer but the device (phone or modem indistinct) does not respond ever, is there a way to tell the device that if it does not respond after 60 seconds (variable) to restart the conecction or tell the device to try again?
This is the log for the issue:
2010-03-23 11:58:48,6, GSM4: I have to send 1 short message for /var/spool/sms/checked/2710681.txt
2010-03-23 11:58:48,6, GSM4: Sending SMS from to 528112747818
2010-03-23 11:58:48,6, GSM4: Checking if Modem is registered to the network
2010-03-23 11:58:49,7, GSM4: -> AT+CREG?
2010-03-23 11:58:49,7, GSM4: Command is sent, waiting for the answer
2010-03-23 11:58:49,7, GSM4: <- +CREG: 0,1 OK
2010-03-23 11:58:49,6, GSM4: Modem is registered to the network
2010-03-23 11:58:49,7, GSM4: -> AT+CMGS=34
2010-03-23 11:58:49,7, GSM4: Command is sent, waiting for the answer
2010-03-23 11:58:50,7, GSM4: <- >
2010-03-23 11:58:50,7, GSM4: -> 07910447946400F011000A9270042079330000AA17E8B0981D6E9741E37AD84D7E83D8ECF2B95E9E8700
2010-03-23 11:58:51,7, GSM4: Command is sent, waiting for the answer
After this the device wont do anything and the only solution i have found so far is to restart the whole smsd daemon, this is not optimal cause the other modems are still working properly :(
Thanks in advance!!
|
Fri Mar 26, 2010 16:44
|
michel: The log says:
"2010-03-26 09:54:33,3 GSM4: Cannot open serial port /dev/com18, error: No such File or Directory"
I found a fix, in smsd.conf, instead of using windows nomination (com3,com4, etc..) i used linux nomination like ttyS* and it worked just fine :D
|
Fri Mar 26, 2010 03:24
|
michel: Operating system name and version: WINXP
Version of smsd: 3.1.6
Smsd installed from: sources
Name and model of a modem / phone: Nokia 6102 / Nokia 6102i
Interface: serial / USB (CA-42 USB Serial Cable)
I have the following issue, i have 7 phones connected to the computer and they used to work kind of fine.
I've made some changes to the system and the COM numbers changed the strange thing in here is that windows detecs for example COM20 and i can connect to it via Hyperterminal and issue AT commands, but when i try to open SMSD it shows the modem as blocked and the log says it doesnt exist? weird
Anyone has this problem before? Anyone knows how to fix this?
|
Tue Mar 23, 2010 16:46
|
michel: Dear Keke
Thanks so much for posting that info, i was looking for the AT Commands Sheet for that device but i was unable to find it, can u share the link with the community please??
Do you think this device can hold on a production system?
|
Mon Mar 22, 2010 20:10
|
michel: Have u guys received that GSM Modem already, and if you have, how did it worked with smstools3?
Thanks
PS I am also looking for a nice GSM Modem
|
Mon Mar 22, 2010 18:49
|
michel: Operating system name and version: XP
Version of smsd: 3.1.6
Smsd installed from: sources
Name and model of a modem / phone: nokia 6102
Interface: serial / USB
Hello everyone, i was wondering if anyone in here has tried and used the GSM Modem SIerra 885, and what has been your experience with it?
What about Huawei 169?
Any favorites? i need a really stable system with lots of load
|
Fri Mar 12, 2010 21:57
|
michel: Thanks so much for the answers Keke
Ill fix the linefeed thing, thank you
I have to resend failed yeah, but actually they dont fail they just stall and i am working on a script to restart sms3 service
Right now i dont have any other devices i was planning on buying something like this: link
u think it would work fine?? or do i stick to mobiles??
And one last question is there a way to start sms3 service like "sms3 start" but that has the -s argument to read the statistics on the shell window??
Thanks so much!
|
Fri Mar 12, 2010 15:49
|
michel: Thanks so much for the fast answer, and yeah restarting the service totally helps and makes every modem work just fine and NO i havent been able to resend any failed sms ever!
Original PDU of a stalled sms:
( PRIVATE BLOCK )
If i restart sms3 and some other modem is sending an sms will it fail and resend later or it will just not be sent?
Thanks so much! :)
|
Fri Mar 12, 2010 07:55
|
michel: Operating system name and version: Windows XP SP3
Version of smsd: 3.1.6
Smsd installed from: sources (cygwin)
Name and model of a modem / phone: Nokia 6102
Interface: serial / USB
I have a question, sometimes my smsd its working fine but then some of my modems get to the point when they are stuck at sending like:
GSM6 -> 0320BGF6738 (the whole pdu)
GSM6 Command is sent waiting for answer
And in there it can be like 10 or 15 minutes of inactivity is there a way to reset only that modem so it keeps sending sms
Thanks!
|
Page: 1
Time in this board is UTC.
|
|
|
 |
|
 |
|