Re: more than 1 submit_sm being sent on same data packet

2008-01-04 Thread Alejandro Guerrieri
Have you tried playing with max-pending-submits? Maybe setting it to 1?

Hope it helps,

Alejandro

On Jan 4, 2008 12:20 PM, Juan Nin [EMAIL PROTECTED] wrote:

 Hi!

 I got an application where I got to send blasts of many messages as
 quick as possible.

 I'm having the problem that sometimes 2 submit_sm are sent on the same
 data packet, and there the SMSC returns a Throttling error for
 receiving the 2 submit_sm too fast.

 Is there any way of preventing Kannel form sending more than 1
 submit_sm on the same data packet?

 Thanks in advance,

 Juan




-- 
Alejandro Guerrieri
Magicom
http://www.magicom-bcn.net/
LinkedIn: http://www.linkedin.com/in/aguerrieri


Re: error encoding pdu

2008-01-04 Thread Alvaro Cornejo
Hi Ian

Regarding the +CMTI error, I do receive them when the incomming
message get corrupted somehow -don´t know the reason yet- but it seems
to be related to another error I get from my modem: SIM BUSY. The
effect of this is that after all modem memories locations get full,
the modem stop receiving messages.

The workarround I use is to stop kannel, read all modem memory
locations (AT+CMGL) then delete memories (AT+CMGD=x, Where x is the
memory location to be deleted. Varies according to the modem), then
start kannel. After that I do manually insert the messages to my
system in order to process the received message.

You might also want to add AT+CMEE=x into modem init string to enable
modem error verbose to help debugging.

Hope helps

Regards

Alvaro

On 1/3/08, Iain Dooley [EMAIL PROTECTED] wrote:
 hi all,

 i've found this error popping up in the list archives but no definitive
 answers. this appears in my smsc.log file on startup:

 2008-01-04 02:02:07 [4046] [6] INFO: AT2[WT]: opening device
 2008-01-04 02:02:07 [4046] [6] INFO: AT2[WT]: init device
 2008-01-04 02:02:07 [4046] [6] INFO: AT2[WT]: speed set to 115200
 2008-01-04 02:02:19 [4046] [6] INFO: AT2[WT]: Phase 2+ is supported
 2008-01-04 02:02:19 [4046] [6] INFO: AT2[WT]: AT SMSC successfully opened.
 2008-01-04 02:02:21 [4046] [6] ERROR: AT2[WT]: Error encoding PDU!
 2008-01-04 02:02:21 [4046] [6] ERROR: System error 2: No such file or
 directory

 i can receive/send messages okay so i don't know which PDU or file it's
 referring to. also, once per day i see the following:

 2008-01-03 21:52:07 [4034] [6] ERROR: System error 1: Operation not
 permitted
 2008-01-03 21:57:25 [4034] [6] ERROR: AT2[WT]: got +CMT but pdu_extract
 failed
 2008-01-03 21:57:25 [4034] [6] ERROR: AT2[WT]: CMTI notification received,
 but no message found in memory!

 the ttyUSB0 file is permissions 777 and as i said i can receive messages
 on the system, however the only problem is that after running for a while
 it takes a really really long time (like 15 minutes) to process messages.

 can anyone shed some light on the situation?

 cheers

 iain




-- 
|-|
Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y
Nextel en México y en mas de 180 paises. Use aplicaciones 2 vias via
SMS y GPRS online
  Visitenos en www.smsglobal.com.mx y www.pravcom.com



Only default service is working

2008-01-04 Thread segun.inchrist

Hi All,

I just upgraded my from 1.4.0 to 1.4.1. For some strange reason even though
I have many sms services defined only default seems tobe working, i.e. only
default service accepts requests. 

Can anyone please advice...Thanks

Segun
-- 
View this message in context: 
http://www.nabble.com/Only-default-service-is-working-tp14627648p14627648.html
Sent from the Kannel - User mailing list archive at Nabble.com.




clearing sim messages (was Re: error encoding pdu)

2008-01-04 Thread Iain Dooley

Hi Alvaro,


Regarding the +CMTI error, I do receive them when the incomming
message get corrupted somehow -don´t know the reason yet- but it seems
to be related to another error I get from my modem: SIM BUSY. The
effect of this is that after all modem memories locations get full,
the modem stop receiving messages.

The workarround I use is to stop kannel, read all modem memory
locations (AT+CMGL) then delete memories (AT+CMGD=x, Where x is the
memory location to be deleted. Varies according to the modem), then
start kannel. After that I do manually insert the messages to my
system in order to process the received message.


hmm in the past i never had to worry about the sim memory because i kannel 
seemed to just delete messages as soon as it read them. is that not the 
case?



You might also want to add AT+CMEE=x into modem init string to enable
modem error verbose to help debugging.


okay i'll try this as well.

cheers

iain