Hi Gjergji,

Yes I can send SMS using minicom.

And I used the init-string which I generated from wvdialconf (see below)

[Dialer Defaults] 
Modem = /dev/ttyACM0 
Baud = 460800 
Init1 = ATZ 
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 
ISDN = 0 
Modem Type = USB Modem 
; Phone = <Target Phone Number> 
; Username = <Your Login Name> 
; Password = <Your Password> 



Thanks.

 


[Dialer Defaults] 
Modem = /dev/ttyACM0 
Baud = 460800 
Init1 = ATZ 
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 
ISDN = 0 
Modem Type = USB Modem 
; Phone = <Target Phone Number> 
; Username = <Your Login Name> 
; Password = <Your Password> 

 

 


 

 

-----Original Message-----
From: Gjergji Guri <[email protected]>
To: Zak <[email protected]>
Cc: [email protected]; [email protected]
Sent: Sun, Aug 29, 2010 10:24 am
Subject: Re: Nokia N73


Hi Zak,


Have you checked the init string? you can use wvdialconf from the command 
prompt to find out the inits string of your modem.


Are you able to send SMS using the AT commands. You can use minicom program.


Cheers,
Gjergji





On Sun, Aug 29, 2010 at 10:32 AM, Zak <[email protected]> wrote:

 Here's more log from kannel:




2010-08-28 21:28:41 [4145] [0] INFO: Debug_lvl = 1, log_file = <none>, log_lvl 
= 0
2010-08-28 21:28:41 [4145] [0] WARNING: DLR: using default 'internal' for 
storage type.
2010-08-28 21:28:41 [4145] [0] INFO: DLR using storage type: internal
2010-08-28 21:28:41 [4145] [0] INFO: Added logfile 
`/usr/local/kannel/logs/kannel.log' with level `0'.
2010-08-28 21:28:41 [4145] [0] INFO: Started access logfile 
`/usr/local/kannel/logs/core_access.log'.
2010-08-28 21:28:41 [4145] [0] INFO: HTTP: Opening server at port 13000.
2010-08-28 21:28:41 [4145] [0] INFO: BOXC: 'smsbox-max-pending' not set, using 
default (100).
2010-08-28 21:28:41 [4145] [0] INFO: Set SMS resend frequency to 60 seconds.
2010-08-28 21:28:41 [4145] [0] INFO: SMS resend retry set to unlimited.
2010-08-28 21:28:41 [4145] [0] INFO: DLR rerouting for smsc id <modem> disabled.
2010-08-28 21:28:41 [4145] [0] INFO: Added logfile 
`/usr/local/kannel/logs/modem.log' with level `1'.
2010-08-28 21:28:41 [4145] [0] INFO: AT2[modem]: configuration shows modemtype 
<Nokia>
2010-08-28 21:28:41 [4145] [0] INFO: AT2[modem]: read modem definition for 
<Nokia>
2010-08-28 21:28:41 [4145] [0] INFO: ----------------------------------------
2010-08-28 21:28:41 [4145] [0] INFO: Kannel bearerbox II version 1.4.3 starting
2010-08-28 21:28:41 [4145] [0] INFO: MAIN: Start-up done, entering mainloop
2010-08-28 21:28:41 [4145] [6] INFO: Logging thread `6' to logfile 
`/usr/local/kannel/logs/modem.log' with level `1'.
2010-08-28 21:28:51 [4145] [0] WARNING: Killing signal or HTTP admin command 
received, shutting down...
2010-08-28 21:28:54 [4145] [0] INFO: All flow threads have died, killing core
2010-08-28 21:28:54 [4145] [0] INFO: Total WDP messages: received 0, sent 0
2010-08-28 21:28:54 [4145] [0] INFO: Total SMS messages: received 0, sent 0



 


 

 

-----Original Message-----
From: Nikos Balkanas <[email protected]>
To: [email protected]; Zak <[email protected]>
Sent: Sun, Aug 29, 2010 1:24 am
Subject: Re: Nokia N73


Please repost same logs at maximum detail. 
 
BR, 
Nikos 
----- Original Message ----- From: Zak 
To: [email protected] 
Sent: Saturday, August 28, 2010 11:43 PM 
Subject: Nokia N73 
 
Hi All, 
 
I have a Nokia N73 that I could use to send SMS with minicom and also managed 
to get the init string using wvdial. 
 
But not been able to use kannel to get it send or receive SMS. 
 
The log from kannel is below and it just keeps on openning and closing device. 
2010-08-28 21:28:41 [4145] [6] INFO: AT2[modem]: opening device 
2010-08-28 21:28:42 [4145] [6] INFO: AT2[modem]: Logging in 
2010-08-28 21:28:42 [4145] [6] INFO: AT2[modem]: init device 
2010-08-28 21:28:42 [4145] [6] INFO: AT2[modem]: speed set to 460800 
2010-08-28 21:28:43 [4145] [6] INFO: AT2[modem]: AT SMSC successfully opened. 
2010-08-28 21:28:45 [4145] [6] INFO: AT2[modem]: Closing device 
2010-08-28 21:28:45 [4145] [6] ERROR: AT2[modem]: Couldn't connect (retrying in 
10 seconds). 
 
My modem config is: 
 
group = modems 
id = Nokia 
name = "Nokia" 
detect-string = "Nokia Mobile Phones" 
detect-string2 = "N93" 
need-sleep = true 
init-string="ATZ" 
enable-mms = true 
 
and SMSC 
 
group = smsc 
smsc = at 
smsc-id = modem 
modemtype = Nokia 
device = /dev/ttyACM0 
speed = 460800 
sim-buffering = true 
keepalive = 180 
idle-timeout = 160 
denied-prefix = "633;213;286;200;633;8001;277" 
log-file = "/usr/local/kannel/logs/modem.log" 
log-level=1 
 
My wvdialconf file generated: 
 
[Dialer Defaults] 
Modem = /dev/ttyACM0 
Baud = 460800 
Init1 = ATZ 
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 
ISDN = 0 
Modem Type = USB Modem 
; Phone = <Target Phone Number> 
; Username = <Your Login Name> 
; Password = <Your Password> 
 
Any help appreciated. 
 
Thanks, 
 
Zak  

 




 

Reply via email to