Keywords: Mode: All keywords (AND) |
Mon Mar 29, 2010 10:00
|
jottt: I'll check as soon as I find some time (which may take a little ;)
|
Wed Mar 03, 2010 13:24
|
jottt: 1) changing the smsd.c works fine. Now the sound plays and I dont't receive the errors.
2) there is no message while "ringing" and nothing when I pick up.
When I check the log, there ist a 1 second delay between
-> ATD+***;
and
<- ATD+***; OK
3 seconds later it starts sending the Tones.
When I hang up, I receive a NO CARRIER.
---
If this is not solvable (because the modem does not signal a pickup) it's not a big thing for me...I just have to make sure that I send a lot of tones again and again :)
|
Tue Mar 02, 2010 17:18
|
jottt: OK now here comes the log with some facts!
With INIT1 set to either ATZ or AT+VTD=10:
I get the following error: This is already while ringing, I did not pick up!
2010-03-02 18:03:39,7, GSM1: -> AT+VTS="#"
2010-03-02 18:03:39,7, GSM1: Command is sent, waiting for the answer
2010-03-02 18:03:39,7, GSM1: <- +CME ERROR: 4 (operation not supported)
After 2 of those it sends an AT+CHUP and quits successfully ;)
The "#" was what I send as Voicecall, but it does the same for "2"
If I take out TIME: it quits after the first error.
Doing it manually via smsd -C works fine, also with 2 sounds, so I conclude:
1) This modem seems to stumble over the ""
2) Why does it start sending sound when I did not yet pick up?
|
Tue Feb 09, 2010 11:22
|
jottt: It probably helps if you know what you're doing ;)
I however have to admit that I am quite newbie when it comes to modems, so even though I know what the AT-Commands are there for, I don't really know where to change something to make it work.
...and I don't know why there are 2 inits (INIT 1 and INIT 2 ), btw...do you have a quick answer for me?
Init1 = ATZ
Init2 = AT&FV1&D2&S0&C1S0=0
BTW I got a nice manual for wvdial and setup under Linux by Teltonika as well, so I really wonder why they keep it for themselves unless you ask when they have a well done documentation.
What I wanted basically is a SMS-Notification for Nagios, which should work perfectly with your tool and the modem :)
|
Tue Feb 09, 2010 08:23
|
jottt: Already got a reply and a shiny PDF-AT-Command manual. It's 2 MB in size, where should I mail it to? Or should I look up something specific?
|
Mon Feb 08, 2010 11:36
|
jottt: Hi,
nothing to be found in the manual. I wrote them an email, so let's wait and see if they are willing to help :)
|
Fri Feb 05, 2010 18:00
|
jottt:
If might be useful to see the modem response from the log file.
Do you have an AT Command Set -manual for this device?
I'll check and post on monday. Regarding the manual...I doubt it, but I'll check.
>Did not run with Debian-Repository smstools3 3.1
Do you remember what was the problem, just for interest?
Not exactly. I think it was an "Error 21: message not accepted" I can't remember correctly. The message was something that left me totally clueless and after switching on and off several options and changing the SIM without any effect, I recompiled from source.
The other thing that the debian-repo-package is missing is the "sendsms" bin (at least I could not find it and it does not show up in the apt-install log).
|
Fri Feb 05, 2010 10:37
|
jottt: Operating system name and version: debian 5
Version of smsd: 3.1.6
Smsd installed from: sources
Name and model of a modem / phone: Teltonika G10
Interface: USB
Hi,
basically, everything works fine, except for some issues with DTMF. There is no sound. Ringing works. Ringing is very short (too short for mobiles...i usually get either 1 second of ringing or just a "call missed" message, but using TIME: solves that.
It's not very important but are there things I might try to troubleshoot and solve that?
---
Hardware-Handshake:
is it needed/used for USB-Serial-Devices?
----
I think especially for newbies it would really help to have a small list (or wiki) to store informations like "which modem runs with which settings/versions".
It's not a lot of work but very helpful for the start. Would have saved me a couple of hours ;).
To make a start and help others with information I gathered:
Teltonka ModemUSB/G10
FTDI FT232BM
Did not run with Debian-Repository smstools3 3.1
Runs with 3.1.6 from source.
Settings:
Init: ATZ
Tested and working:
SMS incomming/outgoing
Status report
Tested and not (yet) working:
Voicecall with DTMF (ringing works with TIME: X setting)
|