Dear Ben, Thanks for your reply! Accept my apology for not giving all details! We tried with 3 and that did not work. Just done it again, below the result.
Cheers - Steen group = sms-service accepted-smsc = 1111 keyword = help accept-x-kannel-headers = true max-messages = 3 concatenation = true text=<text app 410 characters> group = sms-service accepted-smsc = 1111 keyword = default accept-x-kannel-headers = true max-messages = 0 concatenation = true get-url= http://000.000.000.000:8082/perrito/perrito.html?anumber=%p&bnumber=%P&keywo rd=%k&text=%a <http://000.000.000.000:8082/perrito/perrito.html?anumber=%p&bnumber=%P& amp;keyword=%k&text=%a> We sent to 1111 <Help>, and we didn't receive response. (Expected were the long text of app. 410 char), yesterday we tried to send with the same configuration a shorter message (158 char) and received that message and with (250 char) message not received. On 4/10/06 08:47, "Ben Suffolk" <[EMAIL PROTECTED]> wrote: > Steen, > > I see you have already have concatenation on, so you just need to up > the max-messages count from 1 to 3 (since you message is 419 chars, > or 3 text messages) > > Regards > > Ben > On 4 Oct 2006, at 02:47, Steen Hansen wrote: > >> >> Hi all, >> >> Just took over work from other person who left... >> >> Having read previous threads about Long SMS that is truncated, but >> have not >> found solution I ask therefore for help here. >> >> Problem is that we have a service where the users can send request >> help by >> sending the keyword 'help' or when requesting and the input is >> wrong the >> application the request is sent to sends back same help message e.g. >> 1) when sending keyword "help" to a defined shortcode >> 2) when user enter something wrong in a message >> And the problem is that the message to be sent back is a bit long - >> like 419 >> characters with spaces. >> The message becomes truncated and we do not know to rectify this. >> >> The conf is as per below (also attached) >> >> >> group = sms-service >> accepted-smsc = 1111 >> keyword = help >> accept-x-kannel-headers = true >> max-messages = 1 >> concatenation = true >> get-url=http://000.000.000.000/perrito/perrito.html?anumber=% >> p&bnumber=%P&ke >> yword=%k&text=%a >> #text=<419 Characters with spaces> (THIS DON'T WORK) >> >> group = sms-service >> accepted-smsc = 1111 >> keyword = default >> accept-x-kannel-headers = true >> max-messages = 0 >> concatenation = true >> get-url=http://000.000.000.000/perrito/perrito.html?anumber=% >> p&bnumber=%P&ke >> yword=%k&text=%a >> #text=<82 Characters with spaces> (THIS WORK) >> >> >> >> group = smsc >> smsc = smpp >> smsc-id = 1111 >> host = 000.000.000.000 >> port = 5050 >> receive-port = 5050 >> interface-version = "34" >> system-type = "abcdefg" >> address-range = "" >> smsc-username = "abcdefg" >> smsc-password = "abcdefg" >> enquire-link-interval = 30 >> source-addr-ton = 1 >> source-addr-npi = 9 >> dest-addr-ton = 1 >> dest-addr-npi = 1 >> throughput = 10 >> flow-control = 0 >> window = 10 >> max-pending-submits = 5 >> log-file = "/opt/smsgateway/logs/1111.log" >> log-level = 3 >> >> >> >> # Core configuration for smsgateway >> group = core >> admin-port = 13901 >> smsbox-port = 13912 >> admin-password = 123456789 >> log-file = "/opt/smsgateway/logs/smsgateway13901.log" >> log-level = 3 >> access-log = "/opt/smsgateway/logs/access13901.log" >> dlr-storage = internal >> >> # SMSC CONNECTIONS# >> # The bearerbox will connect to the Large Accounts listed below. >> # Each one of them is a smsc group (group = smsc). >> # You can diferentiate them with the smsc-id for using them in the >> different >> # services you set up later (accepted-smsc). >> include = "la/2004largeaccount.conf" >> include = "la/1111.conf" >> include = "la/35400largeaccount.conf" >> include = "la/4560largeaccount.conf" >> include = "la/5208largeaccount.conf" >> include = "la/7777largeaccount.conf" >> include = "la/5151largeaccount.conf" >> include = "la/5555largeaccount.conf" >> >> # SMSBOX SETUP >> group = smsbox >> bearerbox-host = localhost >> sendsms-port = 13921 >> log-level = 3 >> log-file = "/opt/smsgateway/logs/smsbox13901.log" >> log-level = 3 >> access-log = "/opt/smsgateway/logs/access13901.log" >> group = sendsms-user >> username = >> password = >> # SERVICES >> include = "services/2004services.conf" >> include = "services/1111-2222.conf" >> include = "services/35400services.conf" >> include = "services/4560services.conf" >> include = "services/5208services.conf" >> include = "services/7777services.conf" >> include = "services/5151services.conf" >> include = "services/5555services.conf" >> >> >> >> >>> From the http administration console of Kannel: >> Kannel bearerbox version `1.4.0'. >> Build `Oct 15 2005 21:10:38', compiler `3.2.3 20030502 (Red Hat Linux >> 3.2.3-42)'. >> System Linux, release 2.4.21-20.ELsmp, version #1 SMP Wed Aug 18 >> 20:46:40 >> EDT 2004, machine i686. >> Hostname localhost, IP 127.0.0.1 <http://127.0.0.1> . Libxml >> version 2.5.10. >> Using native malloc. >> Fedora Operating system >> Multi processor machine. >> >> >> >> Warm regards and your help is appreciated, >> >> Steen >> >> <1111-2222.conf> >> <1111.conf> >> <kannel13901.conf> >
