DATAGRAM MODE

2005-08-27 Thread Alejandro Ramirez
Hello All!! I really need to set up a broadcast, but telco is asking me to send the messages with ESM CLASS of DATAGRAM MODE. I've read in the mailing list and I've changed the line 638 of the code of smsc_smpp.c to the corresponding type. How ever when I try to send a SMS it STIL

Re: DATAGRAM MODE

2005-08-27 Thread Enver ALTIN
Hey, On Sat, 2005-08-27 at 04:12 -0600, Alejandro Ramirez wrote: > I really need to set up a broadcast, but telco is asking me to send > the messages with ESM CLASS of DATAGRAM MODE. I've read in the mailing > list and I've changed the line 638 of the code of smsc_smpp.c to

Re: DATAGRAM MODE

2005-08-27 Thread Alejandro Ramirez
-0600 Subject: Re: DATAGRAM MODE > Hey, > > On Sat, 2005-08-27 at 04:12 -0600, Alejandro Ramirez wrote: > > I really need to set up a broadcast, but telco is asking me to send > > the messages with ESM CLASS of DATAGRAM MODE. I've read in the mailing > > list and

Re: DATAGRAM MODE

2005-08-27 Thread Juan Nin
that's nice :) is this patch going to be included in Kannel? regards, Juan Enver ALTIN wrote: Hey, On Sat, 2005-08-27 at 04:12 -0600, Alejandro Ramirez wrote: I really need to set up a broadcast, but telco is asking me to send the messages with ESM CLASS of DATAGRAM MODE. I'

Re: DATAGRAM MODE

2005-08-29 Thread Jeetendra Singh
irez wrote: I really need to set up a broadcast, but telco is asking me to send the messages with ESM CLASS of DATAGRAM MODE. I've read in the mailing list and I've changed the line 638 of the code of smsc_smpp.c to the corresponding type. How ever when I try to send a SMS it STI

Re: DATAGRAM MODE

2005-08-29 Thread Enver ALTIN
Hey, On Mon, 2005-08-29 at 15:58 +0530, Jeetendra Singh wrote: > Just a question, why to implement it on a per message basis? I assume > that esm_class is a SMSC-connection feature and thus should be a SMPP > "smsc" group parameter in configuration file. Good question. The answer is, really, I ne

Re: DATAGRAM MODE

2005-08-29 Thread Alejandro Ramirez
several other applications. Overall Enver's patch is a real life saver. It should be included in the next version of Kannel! Alejandro Ramirez - Original Message - From: Enver ALTIN <[EMAIL PROTECTED]> To: users@kannel.org Sent: Mon, 29 Aug 2005 10:22:56 -0600 Subject: Re: DA