Regarding Kannel SMSBOX response with http code 502 bad gateway.

2019-05-14 Thread Manas Mohanty
Hi All, We are using kannel-1.4.4 as sms gateway. To send messages to kannel we are using kannel http url as we are using smsbox and bearerbox. As we are using multiple kannel (smsbox and bearerbox), we are using AWS ALB (load balancer) in between our application and smsbox. We build kannel

How to Set Data coding scheme to Latin1 (ISO-8859-1)

2019-04-11 Thread Manas Mohanty
Hi, Our upstream carrier wants us to send message with text encoding in Latin1(ISO-8859-1). Please help me to set DCS set to Latin1 (ISO-8859-1) in kannel.

SET data_coding as 1 in submit_sm

2018-09-27 Thread Manas Mohanty
Hi, I am using kannel sms gateway 1.4.4 One of the SMSC is supporting charset ASCII with DCS = 0x01. How to send a message with charset ASCII with DCS = 0x01 in kannel. Regards, Manas

Re: UTF-8 Unicode SMS Scrambled

2017-04-20 Thread Manas Mohanty
Insert the msgdata field in binary instead of hex. On Wed, Apr 19, 2017 at 7:43 PM, Amelye Chatila wrote: > Hi, > > > Any reply on this, > > > Regards, > > Amelye > > > On Tue, Apr 11, 2017 at 4:15 PM, Amelye Chatila wrote: > >> Hi all, >> >> >> Not able

Re: '@' missing in MO message.

2017-04-12 Thread Manas Mohanty
s %40) > > thnx > > On Tue, Apr 11, 2017 at 6:25 PM, Manas Mohanty <mohanty.ran...@gmail.com> > wrote: > >> We kannel is replacing '@' with empty in MO message. >> In kannel bearerbox log delivery_sm data_coding is set to 1. >> How to configure kannel to get '@' correctly in application end. >> >> Regards, >> Manas >> > >

'@' missing in MO message.

2017-04-11 Thread Manas Mohanty
We kannel is replacing '@' with empty in MO message. In kannel bearerbox log delivery_sm data_coding is set to 1. How to configure kannel to get '@' correctly in application end. Regards, Manas

Re: Help regarding sending pound '£' symbol through kannel

2017-02-23 Thread Manas Mohanty
your handset. If you get the ¡, then for > sure GSM 03.38 is not the default SMSC alphabet (as far as the SMPP > communication is concerned). > > > > BR, > > > > *Davor Spasoski* > > *From:* Davor Spasoski > *Sent:* 22 February 2017 15:03 > *To:* 'Manas Mohanty' <mohant

Help regarding sending pound '£' symbol through kannel

2017-02-22 Thread Manas Mohanty
Hi, I am trying to send pound '£' symbol through kannel using charset=utf8=0 but getting '@£' on the handset. But when I set coding=2, message properly '£' landed on the handset. But doing this I am wasting half of the sms capacity as pound symbol is defined in the default 7bit GSM 03.38. Please

Re: Issue in sending long sms emojis

2017-01-05 Thread Manas Mohanty
Hi, Did not get any response till now. On Fri, Dec 16, 2016 at 11:32 AM, Manas Mohanty <mohanty.ran...@gmail.com> wrote: > Any suggestion on this. I am waiting for the response. > > On Wed, Dec 14, 2016 at 11:42 AM, Manas Mohanty <mohanty.ran...@gmail.com> >

Re: Issue in sending long sms emojis

2016-12-15 Thread Manas Mohanty
Any suggestion on this. I am waiting for the response. On Wed, Dec 14, 2016 at 11:42 AM, Manas Mohanty <mohanty.ran...@gmail.com> wrote: > Thanks Jeff for the update. > > Anybody else facing this issue and solved it by any means. > > Thanks > Manas > > On Tue, Dec 1

Re: Issue in sending long sms emojis

2016-12-13 Thread Manas Mohanty
e is getting split mid emoji. For the time being, > we have a policy not to put an emoji character around the 36 character > position. > > On Dec 13, 2016 1:21 AM, "Manas Mohanty" <mohanty.ran...@gmail.com> wrote: > >> Hi, >> >> I am sending

Issue in sending long sms emojis

2016-12-12 Thread Manas Mohanty
Hi, I am sending emojis through kannel-1.4.4. Upto 35 emojis i,e without splitting the sms its delivered to the handset without any issue. But if I send 36 emojis i,s more than one sms split 35 emojis and extra ?? is getting delivered to handset. If I send 37 emojis, 36 and extra ?? is getting

TLS support in kannel

2016-08-13 Thread Manas Mohanty
Hi, Does kannel support TLS for smsc bind. If yes, how to do that. Regards, Manas

Re: Queuing Messages

2016-05-23 Thread Manas Mohanty
Hi, We are also facing this issue. No clue how to resolve this. Only solution is to restart but restart loss messages in queue. We are using gateway-1.4.4. On Thu, May 19, 2016 at 4:32 PM, Amelye Chatila wrote: > Hello, > > Messages get queued, we found that it is because of

Re: Kannel Make issue on Debian Jessie

2015-12-03 Thread Manas Mohanty
Install bison-2.5.1 .. don't install it from apt-get install. Delete existing kannel dir .. untar it fresh. ./configure make install On Thu, Dec 3, 2015 at 7:57 PM, Richard Ng wrote: > There was an issue with my bison install..a valid PATH was missing. > > I added the path

Need Opensmppbox help for dlr route

2015-10-07 Thread Manas Mohanty
Hi, I am using opensmppbox. I have noticed certain thing that in the case of multiple Rx or TRx session while submitting dlr opensmppbox is sending dlr to particularly one (first) session in all_boxes queue in find_receiver_box function for (cnt = 0; cnt < gwlist_len(all_boxes); cnt++) {

Make failed for kannel 1.4.4

2015-09-09 Thread Manas Mohanty
Hi, I am trying to install kannel gateway 1.4.4 on Debian jessie and getting below error while make. In file included from wmlscript/wslexer.c:72:0: y.tab.h:262:5: error: conflicting types for ‘ws_yy_parse’ In file included from wmlscript/wslexer.c:70:0: wmlscript/wsint.h:296:5: note: previous

Unicode long message spliting in 140 charactors

2015-09-08 Thread Manas Mohanty
Hi All, I am using kannel sms gateway 1.4.3 . When sending unicode long message using smsbox url in kannel bearerbox log it showing each part sm_length = 140. i,e kannel spliting unicode long message in 140 characters instead of 70. I have tried with 1.5.0 also but result is same. kannel url