Invalid PDU mode parameter

View: New views
4 Messages — Rating Filter:   Alert me  

Invalid PDU mode parameter

by Bogus Bill :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

I’m getting the following output from bearerbox when I receive a message:

 

2008-11-23 17:39:38 [3284] [6] DEBUG: AT2[/dev/com3]: --> AT+CMGS=154^M

2008-11-23 17:39:38 [3284] [6] DEBUG: AT2[/dev/com3]: <-- >

2008-11-23 17:39:38 [3284] [6] DEBUG: AT2[/dev/com3]: send command status: 1

2008-11-23 17:39:38 [3284] [6] DEBUG: AT2[/dev/com3]: --> 0011000B814140136651F5

0000A7A0200548A1E089E5A0974FC113FBAE61B93BED3EF35E629F0E046AE7E77176C45CA68FD191

B05C1ECEA3523AD0BC0E87B3D36532282C3FD7DB65371D949E83DC6F3A280CB287D96932A8999F46

992079795E67D341F2F2FC5D978FCBA0B41BC413FB5EE8391C5D96975FECF738CC7EA1DFEDF2EBCD

86A3D1EF76F9752F8BC7E139FD5CCFBBC6EFF66B3E7ECBCB

2008-11-23 17:39:38 [3284] [6] DEBUG: AT2[/dev/com3]: --> ^Z

2008-11-23 17:39:38 [3284] [6] DEBUG: AT2[/dev/com3]: <-- >

2008-11-23 17:39:38 [3284] [6] DEBUG: AT2[/dev/com3]: <-- +CMS ERROR: 304

2008-11-23 17:39:38 [3284] [6] ERROR: AT2[/dev/com3]: CMS ERROR: +CMS ERROR: 304

 

2008-11-23 17:39:38 [3284] [6] ERROR: AT2[/dev/com3]: CMS ERROR: Invalid PDU mode parameter (304)

2008-11-23 17:39:38 [3284] [6] DEBUG: AT2[/dev/com3]: send command status: 1

 

This is the entry for my modem, a Sierra Wireless 881U:

 

group = modems

id = sierra_881U

name = "Sierra Wireless AirCard 881U"

detect-string = "Sierra Wireless Inc."

init-string = "AT+CNMI=1,2,0,1,0"

#speed = 57600

#need-sleep = true

#no-pin = true

#no-smsc = true

 

I am clueless on PDUs and such.  What is wrong here?  Thanks.

 

Bill Rigdon

 

 

 


Re: Invalid PDU mode parameter

by Bogus Bill :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I  have since figured out that I'm getting the invalid PDU mode parameter error when the response back from my server is a long (> 150) message.  I have

    concatenation = true
    max-messages = 10

in my sendsms-user section, as well as in each service.  Shouldn't I at worst be getting truncated messages instead of an error?

I am running version 1.4.1 under Cygwin.

Bogus Bill wrote:
I'm getting the following output from bearerbox when I receive a message:

2008-11-23 17:39:38 [3284] [6] DEBUG: AT2[/dev/com3]: --> AT+CMGS=154^M
2008-11-23 17:39:38 [3284] [6] DEBUG: AT2[/dev/com3]: <-- >
2008-11-23 17:39:38 [3284] [6] DEBUG: AT2[/dev/com3]: send command status: 1
2008-11-23 17:39:38 [3284] [6] DEBUG: AT2[/dev/com3]: -->
0011000B814140136651F5
0000A7A0200548A1E089E5A0974FC113FBAE61B93BED3EF35E629F0E046AE7E77176C45CA68FD191
B05C1ECEA3523AD0BC0E87B3D36532282C3FD7DB65371D949E83DC6F3A280CB287D96932A8999F46
992079795E67D341F2F2FC5D978FCBA0B41BC413FB5EE8391C5D96975FECF738CC7EA1DFEDF2EBCD
86A3D1EF76F9752F8BC7E139FD5CCFBBC6EFF66B3E7ECBCB
2008-11-23 17:39:38 [3284] [6] DEBUG: AT2[/dev/com3]: --> ^Z
2008-11-23 17:39:38 [3284] [6] DEBUG: AT2[/dev/com3]: <-- >
2008-11-23 17:39:38 [3284] [6] DEBUG: AT2[/dev/com3]: <-- +CMS ERROR: 304
2008-11-23 17:39:38 [3284] [6] ERROR: AT2[/dev/com3]: CMS ERROR: +CMS ERROR: 304
2008-11-23 17:39:38 [3284] [6] ERROR: AT2[/dev/com3]: CMS ERROR: Invalid PDU mode parameter (304)
2008-11-23 17:39:38 [3284] [6] DEBUG: AT2[/dev/com3]: send command status: 1

This is the entry for my modem, a Sierra Wireless 881U:

 

group = modems
id = sierra_881U
name = "Sierra Wireless AirCard 881U"
detect-string = "Sierra Wireless Inc."
init-string = "AT+CNMI=1,2,0,1,0"

I am clueless on PDUs and such.  What is wrong here?  Thanks.

 

Bill Rigdon

 

 

 

Re: Invalid PDU mode parameter

by Stipe Tolj :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>> This is the entry for my modem, a Sierra Wireless 881U:
>>
>> group = modems
>> id = sierra_881U
>> name = "Sierra Wireless AirCard 881U"
>> detect-string = "Sierra Wireless Inc."
>> init-string = "AT+CNMI=1,2,0,1,0"

is this modem group confirmed? Please shout anyone that uses it actively and can
confirm.

I'm going to add it then to the distributed modems.conf, so other users have a
benefit not to tackle and "unknown" beast.

Stipe

--
-------------------------------------------------------------------
Kölner Landstrasse 419
40589 Düsseldorf, NRW, Germany

tolj.org system architecture      Kannel Software Foundation (KSF)
http://www.tolj.org/              http://www.kannel.org/

mailto:st_{at}_tolj.org           mailto:stolj_{at}_kannel.org
-------------------------------------------------------------------


RE: Invalid PDU mode parameter

by song.hong.hui :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Stipe,

Can i know where to get the distributed modems.conf file?

Regards,
SoNG

-----Original Message-----
From: Stipe Tolj [mailto:st@...]
Sent: Thursday, November 27, 2008 10:30 PM
To: Bogus Bill
Cc: users@...
Subject: Re: Invalid PDU mode parameter


>> This is the entry for my modem, a Sierra Wireless 881U:
>>
>> group = modems
>> id = sierra_881U
>> name = "Sierra Wireless AirCard 881U"
>> detect-string = "Sierra Wireless Inc."
>> init-string = "AT+CNMI=1,2,0,1,0"

is this modem group confirmed? Please shout anyone that uses it actively and
can
confirm.

I'm going to add it then to the distributed modems.conf, so other users have
a
benefit not to tackle and "unknown" beast.

Stipe

--
-------------------------------------------------------------------
Kölner Landstrasse 419
40589 Düsseldorf, NRW, Germany

tolj.org system architecture      Kannel Software Foundation (KSF)
http://www.tolj.org/              http://www.kannel.org/

mailto:st_{at}_tolj.org           mailto:stolj_{at}_kannel.org
-------------------------------------------------------------------


LightInTheBox - Buy quality products at wholesale price!