|
From: | Pat Carroll |
Subject: | gnokii 0.6.22 on ubuntu server 8.04.4 LTS |
Date: | Wed, 16 Jun 2010 12:26:50 +0100 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 |
Hi gnokii people, Gnokii is great and if I get this last issue resolved, I'll be over the moon. I'm trying out gnokki 0.6.22 using the Command Line Interface on Ubuntu server 8.04.4 LTS. I've connect a SonyEricsson K800i using a usb cable. gnokii --identify works fine echo "This is a test message" | gnokii --sendsms 0812345678 works fine too - the message is successfully send. However, voice dialing fails with Dialing failed: The given memory location is invalid. Here's my rc file [global] port = /dev/ttyACM0 model = AT connection = serial [logging] # where to log the debug output (on: stderr, off: /dev/null) debug = on # where to log the rlp debug output (on: stderr, off: /dev/null) rlpdebug = off # where to log X debug output (on: stderr, off: /dev/null) xdebug = off With debug on, I'm getting the following when trying to dial. [rog]/home/rog$ gnokii --dialvoice 0812345678 GNOKII Version 0.6.22 LOG: debug mask is 0x1 Config read from file /home/rog/.gnokiirc. phone instance config: model = AT port = /dev/ttyACM0 connection = serial initlength = default serial_baudrate = 19200 serial_write_usleep = -1 handshake = software require_dcd = 0 smsc_timeout = 10 rfcomm_channel = 1 sm_retry = 0 Initializing AT capable mobile phone ... Serial device: opening device /dev/ttyACM0 Serial device: setting RTS to high and DTR to high Message sent: 0x00 / 0x0004 41 54 5a 0d | ATZ write: [ATZ<cr>] read : [ATZ<cr><cr><lf>OK<cr><lf>] Message received: 0x00 / 0x000a 02 41 54 5a 0d 0d 0a 4f 4b 0d | ATZ OK Received message type 00 Message sent: 0x00 / 0x0005 41 54 45 31 0d | ATE1 write: [ATE1<cr>] read : [ATE1<cr><cr><lf>OK<cr><lf>] Message received: 0x00 / 0x000b 02 41 54 45 31 0d 0d 0a 4f 4b 0d | ATE1 OK Received message type 00 Message sent: 0x00 / 0x000a 41 54 2b 43 4d 45 45 3d 31 0d | AT+CMEE=1 write: [AT+CMEE=1<cr>] read : [AT+CMEE=1<cr><cr><lf>OK<cr><lf>] Message received: 0x00 / 0x0010 02 41 54 2b 43 4d 45 45 3d 31 0d 0d 0a 4f 4b 0d | AT+CMEE=1 OK Received message type 00 Message sent: 0x06 / 0x0008 41 54 2b 43 47 4d 4d 0d | AT+CGMM write: [AT+CGMM<cr>] read : [AT+CGMM<cr><cr><lf>AAD-3022031-BV<cr><lf><cr><lf>OK<cr><lf>] Message received: 0x06 / 0x0020 02 41 54 2b 43 47 4d 4d 0d 0d 0a 41 41 44 2d 33 | AT+CGMM AAD-3 30 32 32 30 33 31 2d 42 56 0d 0a 0d 0a 4f 4b 0d | 022031-BV OK Received message type 06 Message sent: 0x06 / 0x0008 41 54 2b 43 47 4d 49 0d | AT+CGMI write: [AT+CGMI<cr>] read : [AT+CGMI<cr><cr><lf>Sony Ericsson<cr><lf><cr><lf>OK<cr><lf>] Message received: 0x06 / 0x001f 02 41 54 2b 43 47 4d 49 0d 0d 0a 53 6f 6e 79 20 | AT+CGMI Sony 45 72 69 63 73 73 6f 6e 0d 0a 0d 0a 4f 4b 0d | Ericsson OK Received message type 06 Message sent: 0x61 / 0x0009 41 54 2b 43 53 43 53 3f 0d | AT+CSCS? write: [AT+CSCS?<cr>] read : [AT+CSCS?<cr><cr><lf>+CSCS: "GSM"<cr><lf><cr><lf>OK<cr><lf>] Message received: 0x61 / 0x001f 02 41 54 2b 43 53 43 53 3f 0d 0d 0a 2b 43 53 43 | AT+CSCS? +CSC 53 3a 20 22 47 53 4d 22 0d 0a 0d 0a 4f 4b 0d | S: "GSM" OK Received message type 61 Initialisation completed Message sent: 0x39 / 0x0010 41 54 44 54 30 38 37 32 30 32 37 30 32 39 3b 0d | ATDT0812345678; write: [ATDT0812345678;<cr>] read : address@hidden;<cr><cr><lf>+CME ERROR: 21<cr><lf>] Message received: 0x39 / 0x0022 05 00 15 44 54 30 38 37 32 30 32 37 30 32 39 3b | DT0812345678; 0d 0d 0a 2b 43 4d 45 20 45 52 52 4f 52 3a 20 32 | +CME ERROR: 2 31 0d | 1 Received message type 39 Dialing failed: The given memory location is invalid. Serial device: closing device Any ideas as to what's wrong and if it can be easily corrected ? Many thanks, Pat |
[Prev in Thread] | Current Thread | [Next in Thread] |