Hi there, I try your patch and test it using smppsim using the loopback option (using ActiveXperts Software example behind it) and it work just fine. But when I use a GSM modem (Wavecom) it didn't work. The smsbox still receive the messages as seperated messages.
here are the configuration that related to the modem: group = smsc smsc = at host = localhost port = 1303 modemtype = wavecom device = /dev/ttys0 as for the modem definition: group = modems id = WAVECOM name = wavecom detect-string = "WAVECOM" init-string = "AT+CSMS=1" is there any setings that realted to the modem that I didn't put? ashwani-2 wrote: > > Hi Ady, > > > > Kannel by default does not accept long message more than 160 char. In > order > to enable this, you have to apply a patch and then reinstall kannel. > > I am attaching the long SMS Patch, patch it and recompile the kannel. You > should be able to receive the long sms after that > > > > Put this patch in gateway-1.4.x folder and then run it like > > > > Patch -p0<patch_longsms > > > > Recompile the kannel after that.. > > > > Hope this will help > > > > Regards > > Ashwani > > _____ > > From: Ady Wicaksono [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 15, 2007 9:06 PM > To: [email protected] > Subject: Receive longsms > > > > Dear All > > Is it possible to receive long sms as single sms rather than 2 or more > sms? > I want my SMS handler receive only 1 sms rather than 2 or more sms > > My setting for this is > > group = sms-service > max-messages=10 > concatenation = true > keyword = default > catch-all=true > omit-empty=true > get-url = <someURL> > > > > -- > Regards, > > Ady Wicaksono > Email: > ady.wicaksono at gmail.com > http://adywicaksono.wordpress.com/ > > > > -- View this message in context: http://www.nabble.com/Receive-longsms-tf4273909.html#a13624547 Sent from the Kannel - User mailing list archive at Nabble.com.
