Author |
Post |
|
#1 Sat Nov 20, 2010 00:21, 173 months ago.
|
Member
Registered: Nov 2010
Location: Germany
|
Operating system name and version: Windows 7 64 bit Version of smsd: 3.1.14 Smsd installed from: sources downloaded from smstools3.kekekasvi.com then make + install with cygwin Name and model of a modem / phone: Huawei Mobile Connect 3G Modem Interface: USB Hello, I'm new to SMS Server Tools, but I succeeded in installing the smsd and running it as a service in Windows 7. I changed the config in the following way: I am capable of sending sms by creating SMS files inside the outgoing folder. However, I do not receive any in the incoming folder. The previous setting in the config was incoming = yes but reception of SMS wasn't possible, also. I know this sounds like a very generic question, but I don't know how to proceed, unfortunately. I hope someone of you can give me a hint :-) I believe, that it can't be too difficult to solve. I was really surprised how sending of sms worked right out of the box with this unbelievably awesome software! Thanks for developing it! Cheers, David
|
|
#2 Sat Nov 20, 2010 11:50, 173 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
th3c wrote The previous setting in the config was incoming = yes but reception of SMS wasn't possible, also.
The setting incoming = yes is correct, path to directory is not. What does your log say when smsd tries to receive SMS? You could use the modem setting report_device_details = yes. Restart the smsd and show piece of smsd.log here, starting from " Smsd v3.1.14 started" to " No SMS received".
|
|
#3 Sun Nov 21, 2010 09:55, 173 months ago.
|
Member
Registered: Nov 2010
Location: Germany
Topic owner
|
Thanks for your reply.
In terms of the "incoming" config setting: If "incoming = yes" is correct why is the following statement indicated in the "How to configure" page?
incoming = directory Default value: /var/spool/sms/incoming. Path of the Incoming Folder.
---
In terms of the logs: I will follow the instructions given and post the log within the next few days.
Cheers, David
|
|
#4 Sun Nov 21, 2010 12:38, 173 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
th3c wrote In terms of the "incoming" config setting: If "incoming = yes" is correct why is the following statement indicated in the "How to configure" page?
In this case the global setting has the same name as the modem setting, but the meaning is different.
|
|
#5 Sun Nov 21, 2010 19:13, 173 months ago.
|
Member
Registered: Nov 2010
Location: Germany
Topic owner
|
Ok, I should have read the respective page more carefully. Wasn't aware it was divided into two sections (just used Ctrl + F to find "incoming"). Sorry for that.
|