RE: Command AT+CNMI

2006-08-18 Thread Alvaro Cornejo
Hi All

Going further with my tests, I found that I can not send push-sms. The
smsbox says msg is received ok (through the http interface) but the
bearerbox got +CMS ERROR 304 (invalid PDU mode  parameter).

Is this error related to the issue below? I got no other error on the
smsbox.log nor bearerbox.log

Help would be very appreciate.

Regards

Alvaro

>  -Mensaje original-
> De:   Alvaro Cornejo [mailto:[EMAIL PROTECTED] 
> Enviado el:   Viernes, 18 de Agosto de 2006 23:42
> Para: 'users@kannel.org'
> Asunto:   Command AT+CNMI
> 
> Hi
> 
> I´m staring using kannel with a sony K510a phone; while setting up the
> config file and kannel, I see that the sony does not accept the full
> AT+CNMI command but only some of its parameters.
> 
> Actually I need to set the init-string as AT+CNMI=2,3,0,1,0 in order to
> have the sony accept the command. It will not accept the default
> AT+CNMI=1,2,0,1,0. It returns an error message.
> 
> My question is, as the CNMI init string differs from the default and this
> defines how the phone will handle & format incomming unsolicited messages,
> how does I configure kannel to correctly process those messages according
> to what the modem is initialized for?... Or this does not really matter to
> kannel?
> 
> Regards
> 
> 
> Alvaro
<>

RE: Command AT+CNMI

2006-08-19 Thread Konstantin KABASSANOV
Hi,

What happens if you try to manually send these commands to your phone modem?
For instance, you can ask your modem to give you the parameters it accepts
for every command (in the case of CNMI it should be simply "AT+CNMI" with
nothing at the end).

You can also look for the AT commands reference for your phone over
Internet, but it is probably hard to find.

Konstantin

_
 
Konstantin K. KABASSANOV
 
LIP6/CNRS
8, rue du Capitaine Scott
75015 Paris, France
 
Phone: +33 (0) 1 44 27 71 26
Fax:   +33 (0) 1 44 27 74 95
 
E-mail: [EMAIL PROTECTED]
Web: http://www.kabassanov.com
_
 
IMPORTANT! If you have tried to reply to this mail and you received a
stupid message, announcing that the mail had been rejected as spam,
please, resend your reply to the address above. 
 
The certificate used to sign this e-mail can be verified at:
http://igc.services.cnrs.fr/CNRS-Standard/recherche.html
 
Mediocrity is the worst kind of failure... 
 

_
De : Alvaro Cornejo [mailto:[EMAIL PROTECTED] 
Envoyé : samedi 19 août 2006 08:11
À : users@kannel.org
Objet : RE: Command AT+CNMI

Hi All

Going further with my tests, I found that I can not send push-sms. The
smsbox says msg is received ok (through the http interface) but the
bearerbox got +CMS ERROR 304 (invalid PDU mode  parameter).

Is this error related to the issue below? I got no other error on the
smsbox.log nor bearerbox.log

Help would be very appreciate.

Regards

Alvaro

 -Mensaje original-
De: Alvaro Cornejo [mailto:[EMAIL PROTECTED] 
Enviado el: Viernes, 18 de Agosto de 2006 23:42
Para:   'users@kannel.org'
Asunto: Command AT+CNMI

Hi

I´m staring using kannel with a sony K510a phone; while setting up the
config file and kannel, I see that the sony does not accept the full AT+CNMI
command but only some of its parameters.

Actually I need to set the init-string as AT+CNMI=2,3,0,1,0 in order to have
the sony accept the command. It will not accept the default
AT+CNMI=1,2,0,1,0. It returns an error message.

My question is, as the CNMI init string differs from the default and this
defines how the phone will handle & format incomming unsolicited messages,
how does I configure kannel to correctly process those messages according to
what the modem is initialized for?... Or this does not really matter to
kannel?

Regards


Alvaro


smime.p7s
Description: S/MIME cryptographic signature


RE: Command AT+CNMI

2006-08-20 Thread Rene Kluwen
You can specify a different AT+CNMI command in the init-string parameter of
your group = modem.

The CMS ERROR 304 is probably not related to this.

Rene Kluwen
Chimit

>  -Original Message-
> From: Alvaro Cornejo [mailto:[EMAIL PROTECTED] 
> Sent: zaterdag 19 augustus 2006 8:11
> To:   users@kannel.org
> Subject:      RE: Command AT+CNMI
> 
> Hi All
> 
> Going further with my tests, I found that I can not send push-sms. The
> smsbox says msg is received ok (through the http interface) but the
> bearerbox got +CMS ERROR 304 (invalid PDU mode  parameter).
> 
> Is this error related to the issue below? I got no other error on the
> smsbox.log nor bearerbox.log
> 
> Help would be very appreciate.
> 
> Regards
> 
> Alvaro
> 
>-Mensaje original-
>   De: Alvaro Cornejo [mailto:[EMAIL PROTECTED] 
>   Enviado el: Viernes, 18 de Agosto de 2006 23:42
>   Para:   'users@kannel.org'
>   Asunto: Command AT+CNMI
> 
>   Hi
> 
>   I´m staring using kannel with a sony K510a phone; while setting up
> the config file and kannel, I see that the sony does not accept the full
> AT+CNMI command but only some of its parameters.
> 
>   Actually I need to set the init-string as AT+CNMI=2,3,0,1,0 in order
> to have the sony accept the command. It will not accept the default
> AT+CNMI=1,2,0,1,0. It returns an error message.
> 
>   My question is, as the CNMI init string differs from the default and
> this defines how the phone will handle & format incomming unsolicited
> messages, how does I configure kannel to correctly process those messages
> according to what the modem is initialized for?... Or this does not really
> matter to kannel?
> 
>   Regards
> 
> 
>   Alvaro
<>

RE: Command AT+CNMI (erratum)

2006-08-19 Thread Konstantin KABASSANOV
You should read "AT+CNMI" as "AT+CNMI=?"... Sorry.

> -Message d'origine-
> De : Konstantin KABASSANOV [mailto:[EMAIL PROTECTED]
> Envoyé : samedi 19 août 2006 10:32
> À : [EMAIL PROTECTED]; users@kannel.org
> Objet : RE: Command AT+CNMI
> 
> Hi,
> 
> What happens if you try to manually send these commands to your phone
> modem?
> For instance, you can ask your modem to give you the parameters it accepts
> for every command (in the case of CNMI it should be simply "AT+CNMI" with
> nothing at the end).
> 
> You can also look for the AT commands reference for your phone over
> Internet, but it is probably hard to find.
> 
> Konstantin
> 
> _
> 
> Konstantin K. KABASSANOV
> 
> LIP6/CNRS
> 8, rue du Capitaine Scott
> 75015 Paris, France
> 
> Phone: +33 (0) 1 44 27 71 26
> Fax:   +33 (0) 1 44 27 74 95
> 
> E-mail: [EMAIL PROTECTED]
> Web: http://www.kabassanov.com
> _
> 
> IMPORTANT! If you have tried to reply to this mail and you received a
> stupid message, announcing that the mail had been rejected as spam,
> please, resend your reply to the address above.
> 
> The certificate used to sign this e-mail can be verified at:
> http://igc.services.cnrs.fr/CNRS-Standard/recherche.html
> 
> Mediocrity is the worst kind of failure...
> 
> 
> _____
> De : Alvaro Cornejo [mailto:[EMAIL PROTECTED]
> Envoyé : samedi 19 août 2006 08:11
> À : users@kannel.org
> Objet : RE: Command AT+CNMI
> 
> Hi All
> 
> Going further with my tests, I found that I can not send push-sms. The
> smsbox says msg is received ok (through the http interface) but the
> bearerbox got +CMS ERROR 304 (invalid PDU mode  parameter).
> 
> Is this error related to the issue below? I got no other error on the
> smsbox.log nor bearerbox.log
> 
> Help would be very appreciate.
> 
> Regards
> 
> Alvaro
> 
>  -Mensaje original-
> De:   Alvaro Cornejo [mailto:[EMAIL PROTECTED]
> Enviado el:   Viernes, 18 de Agosto de 2006 23:42
> Para: 'users@kannel.org'
> Asunto:   Command AT+CNMI
> 
> Hi
> 
> I´m staring using kannel with a sony K510a phone; while setting up the
> config file and kannel, I see that the sony does not accept the full
> AT+CNMI
> command but only some of its parameters.
> 
> Actually I need to set the init-string as AT+CNMI=2,3,0,1,0 in order to
> have
> the sony accept the command. It will not accept the default
> AT+CNMI=1,2,0,1,0. It returns an error message.
> 
> My question is, as the CNMI init string differs from the default and this
> defines how the phone will handle & format incomming unsolicited messages,
> how does I configure kannel to correctly process those messages according
> to
> what the modem is initialized for?... Or this does not really matter to
> kannel?
> 
> Regards
> 
> 
> Alvaro


smime.p7s
Description: S/MIME cryptographic signature