Re: STKML over SMPP

2014-11-21 Thread Christopher Burke
Hi, If you have S@TML you’ll need a gateway to transform the S@TML into compliant ByteCode (check the SIMAlliance S@T specifications, v4.0) that can be interpreted by the applet. The SMPP is just for message submission. In any case, the UDH will be 02 70 00 for a single message or 07 00 05 XX

Re: Kannel bearerbox and smsbox startup issue

2014-11-21 Thread Alvaro Cornejo
You need write permission to the user starting kannel for your modem tty. |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México

short message being truncated

2014-11-21 Thread Gabri Shally
dear all, i've got trouble with kannel truncating message down to only 70 char. ### log from smsc ### 2014-11-21 19:22:33 [31584] [6] DEBUG: AT2[wavecom]: TP-Validity-Period: 24.0 hours 2014-11-21 19:22:33 [31584] [6] DEBUG: AT2[wavecom]: -- AT+CMGS=154^M 2014-11-21 19:22:33 [31584] [6] DEBUG:

RE: short message being truncated

2014-11-21 Thread Tapan Kumar Thapa
I hope you are not sending Unicode messages. If yes check while playsms invoked smabox api, it is not setting dcs=2. It seems while playsms invoking kannel smsbox api, it is using Unicode feature of smsbox. Sent from my Windows PhoneFrom: Gabri Shally Sent: ‎21-‎11-‎2014 21:27 To:

Re: short message being truncated

2014-11-21 Thread Gabri Shally
On Sat, Nov 22, 2014 at 9:35 AM, Tapan Kumar Thapa tapan.thapa2...@gmail.com wrote: I hope you are not sending Unicode messages. If yes check while playsms invoked smabox api, it is not setting dcs=2. It seems while playsms invoking kannel smsbox api, it is using Unicode feature of smsbox.