On Fri, Jun 25, 2004 at 11:52:22AM -0300, Vinicius Juvinski wrote: > And with this init-string: > init-string = "AT+CSMS=1;+CNMI=1,2,0,1,1"
> 2004-06-25 11:49:49 [5] DEBUG: AT2[/dev/ttyS0]: --> AT+CSMS=1^M > 2004-06-25 11:49:49 [5] DEBUG: AT2[/dev/ttyS0]: <-- +CSMS: 1,1,1 > 2004-06-25 11:49:49 [5] DEBUG: AT2[/dev/ttyS0]: <-- OK > 2004-06-25 11:49:49 [5] DEBUG: AT2[/dev/ttyS0]: --> > AT+CSMS=1;+CNMI=1,2,0,1,1^M > 2004-06-25 11:49:49 [5] DEBUG: AT2[/dev/ttyS0]: <-- +CSMS: 1,1,1 > 2004-06-25 11:49:49 [5] DEBUG: AT2[/dev/ttyS0]: <-- OK there is no reply to the CNMI ?? I think. possibly modem never sees the CNMI and this is the problem? actually kannel already does AT+CSMS=1 before so just set init string with the CNMI: init-string = "AT+CNMI=1,2,0,1,1" see if that makes a difference you could talk to your modem with minicom and see what it replies to AT+CNMI=? and AT+CNMI=1,2,0,1,1 hope that helps, James.
