Notices


Reply
Thread Tools
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#651
Originally Posted by Brian_7 View Post
I wait 1,5 hours and didn't receive the sms. So i go to the smscon-editor and:

smscon_boot is alredy active.
For the moment i ran out of ideas. will check on mine and come back if you want to test it more.
Just a comment, you should check if it is running (i.e press the "start" button and the message should be "smscon_deamon is already active") and not if it is enabled on the boot.
 
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#652
Originally Posted by mrt View Post
Hi,

this also appears to me. If I use the test-function in SMSCon-Editor for the location feature (not the Trackon!) it seems, that it keeps sending me sms as long as I not push the test finish button. But it sends only one e-Mail (which is correct).

I also tested the "real" situation by sending sms from another Mobile Phone with the "check" command and I received 11 SMS (the first one twice and the following three sms I received three times each).
As it was said, there is some people that have this issue. As developers we have not seen this and haven't been able to reproduce. Thus, it's tough to fix it.

In the next version, the "retry on failed message" will be configurable from the editor. This should be bad for reliability but will minimize the issue on the people affected.

There is a option in SMSCon Editor. General -> GPRS-Settings: The field beside the timeout-field. Is this the maxretry-option? I set this to "1", but when I use the test-Function, I got the same behavior than before.
Actually no. If you read it again it says GPS settings. The value signifies the number of samples to take for the coordinates to be send. For me it gives best location with 4 and default is 3.

HIH
 

The Following User Says Thank You to Saturn For This Useful Post:
Posts: 200 | Thanked: 300 times | Joined on Nov 2009 @ The Netherlands
#653
In the next release (0.8) there will be a possibility to 'disable' the resend function if it gives people trouble...

The whole routine in 'smscon_daemon' script to make the resend, in case of send failure, possible is still somewhat experimental as stated in the wiki (as of release 0.5-9).
__________________
SMSCON wiki (tutorial, changelog etc.)
SMSCON package (package information)
SMSCON-editor (GUI editor for SMSCON)

Last edited by digitalvoid; 2011-01-25 at 10:51.
 
Posts: 32 | Thanked: 6 times | Joined on Jun 2010
#654
Thank you for your quick reply!

Originally Posted by Saturn View Post
As it was said, there is some people that have this issue.
I didn't found that before, but to be honest, I did not read through all 60 pages of this thread. Some parts of the text I only "scanned" through. Sorry, for asking again.

Originally Posted by Saturn View Post
In the next version, the "retry on failed message" will be configurable from the editor. This should be bad for reliability but will minimize the issue on the people affected.
This would be O.K. for me. I will test it, soon as you bring out the new version. Thank you.

Just an idea: If the "retry on failed message" function works with a failure message that it gets from the mobile network, it might be a regional problem with some providers?

Originally Posted by Saturn View Post
Actually no. If you read it again it says GPS settings. The value signifies the number of samples to take for the coordinates to be send. For me it gives best location with 4 and default is 3.
Sorry again. My mistake. That makes sense. I switched back to "4".

T.
 
Posts: 268 | Thanked: 75 times | Joined on Jan 2011
#655
Originally Posted by mrt View Post
Hi,



There is a option in SMSCon Editor. General -> GPRS-Settings: The field beside the timeout-field. Is this the maxretry-option? I set this to "1", but when I use the test-Function, I got the same behavior than before.

Thanks in advance for your help!

T.

The maxretry isn't in the smscon editor. You have to edit /opt/smscon/smscon_daemon in this part:


def GSMmodem(Number, Message, Log):
"""
Send message to GSM modem.
"""

Delay = 4 # in sec.
MaxRetry = 3 # number of retries to re-activate GSMm
Retry = 0


Change MaxRetry to 1.
 

The Following User Says Thank You to Brian_7 For This Useful Post:
Posts: 268 | Thanked: 75 times | Joined on Jan 2011
#656
I use delete imsi and add my imsi.

I change the sim card and it added again the new imsi.


I start smscon-editor and:

smscon_boot is already active

But also:

smscon_daemon started

(so it wasn't enable? It was enable before i change the sim card)

Last edited by Brian_7; 2011-01-26 at 00:05.
 
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#657
Originally Posted by Brian_7 View Post
I use delete imsi and add my imsi.

I change the sim card and it added again the new imsi.


I start smscon-editor and:

smscon_boot is already active

But also:

smscon_daemon started

(so it wasn't enable? It was enable before i change the sim card)
Yes, it seems to have crashed before or while sending the SMS.

What does it give this command if you put it in xterm?
Code:
dpkg -l *gobject*
note: the "l" is a small "L".

Last edited by Saturn; 2011-01-26 at 07:33. Reason: the command was wrong
 
Posts: 268 | Thanked: 75 times | Joined on Jan 2011
#658
Now i am using my sim card.

I type dpkg -l gobject in the x-terminal:

No packages found matching gobject.
 
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#659
Brian, Sorry the command I asked you to check was wrong. Could you check again please?

also what is the result of this?
Code:
cat /opt/smscon/smscon_config |grep DISABLESMS
 
Posts: 268 | Thanked: 75 times | Joined on Jan 2011
#660
Here you have:

Nokia-N900:~# dpkg -l *gobject*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii python-gobject 2.16.1-1maemo2 Python bindings for the GObject library
un python-gobject <none> (no description available)
un python2.5-gobj <none> (no description available)
Nokia-N900:~# cat /opt/smscon/smscon_config |grep DISABLESMS
DISABLESMS = 'no'
(I type this with my sim card)

Last edited by Brian_7; 2011-01-26 at 17:49.
 
Reply


 
Forum Jump


All times are GMT. The time now is 15:43.