Have some troubles with concatenated messages when TLV set.
Kannel v.1.5.0 with TLV support
It sets TLV in each part of splitted message. When I send sms with
some cost that splits in two parts - the pay gets twice, for each part
not for full message.
Is it possible to send TLV only once per mes
How to send long messages as single using message_payload? I tried to
set it in meta-data but it has no effect. I can see that in log but
not in tcpdump.
I install kannel normally (without mysql support or other special options).
It runs ok.
When I tried to install opensmppbox from the same files, I received that
messages
==
user1@TEST-Kannel-Receiver:~/trunk/addons/opensmppbox$ make
make all-r
I have one smsc link in kannel and one smpp connection in opensmppbox. I
simply send sms through the smsc link, but can't understand how to put sms
into smpp connection. It is like smsbox, not link, how can I use it?
Is it possible to change data_coding to 0x14 and protocol_id to 0x40 for
single sms? Can I set them manually? I need sometimes to send invisible
paid sms - user does not see them, but the money is paid (it legal for me
as authorized by provider).
(0x01)
..00 = DCS CBS Message class: No message class (0x00)
2012/8/1 Michael Bochkaryov
> 8/1/2012 2:55 PM, Artem Chekulaev wrote:
>
> Is it possible to change data_coding to 0x14 and protocol_id to 0x40 for
> single sms? Can I set them manually? I need sometimes to send invi
ture or a bug? Still looking for solution.
2012/8/1 Michael Bochkaryov
> 8/1/2012 2:55 PM, Artem Chekulaev wrote:
>
> Is it possible to change data_coding to 0x14 and protocol_id to 0x40 for
> single sms? Can I set them manually? I need sometimes to send invisible
> paid sms - user
Hi
I had the same issue. Try to delete your smpplogins.txt (or where you store
your logins) and create it again from emtpy and fill it carefully, not from
example. In my case it was rights-to-read-file issue too - Kannel had no
rights to any access that file
2012/8/3 Christopher Burke
> Hi,
>
>
same time
> and
> * function fields_to_dcs check MWI first, so we have no need to force
> alt_dcs
> * if MWI is set.
> */
>
>
>
>
> 8/2/2012 4:03 PM, Artem Chekulaev wrote:
>
> Thanks a lot
>
> I played around "alt-dcs" parameter but ther
I receive sms with some TLV. Kannel gets string like
http://localhost/myscript?...&meta-data=%D&;...
In my case it is
[kannel.conf]
group = smpp-tlv
name = ServiceCode
tag = 0x1775
type = integer
length = 2
smsc-id = oper1
group = smpp-tlv
name = TransactionId
tag = 0x1776
type = integer
length
I try to start using opensmppbox with mysql base
First I compiled kannel with mysql (--with-mysql), compiled sqlbox and
compiled opensmppbox with mysql support too.
This is opensmppbox config, taken from samples
group = core
dlr-storage = mysql
store-location = "/var/log/kannel/smpp_sms"
group
I have only one smpp connection in Kannel with throughput set to 75. As I
know - this means 75 msg/sec.
But when I open logs or kannel status page, I see only 1 to 3 msg/sec.
I'm using virtual instanse for Kannel with 4 cores, 4 gb and fast disk.
So where is the bottleneck? How to find it?
o you use sqlbox?
>
> 2. kannel's version?
>
> 3. did you ask your smpp provider for logs?
>
>
> 2013/4/16 Artem Chekulaev
>
>> I have only one smpp connection in Kannel with throughput set to 75. As I
>> know - this means 75 msg/sec.
>> But when I open
I have such config
group = smsc
smsc-id = http-link
smsc = http
system-type = generic
smsc-username = http
smsc-password = pass
port = 13015
send-url = "http://localhost/test_http.php";
alt-charset = utf8
no-coding = true
status-success-regex = "ok"
status-permfail-regex = "failure"
status-tempfai
My goal is to route message from this smsc to opensmppbox client. I can't
find any example for work with opensmppbox, so this is kind of experiment.
2013/5/17 Willy Mularto
> What is your goal?
>
Ask your provider about error, it depends on their soft
04.06.2013 14:43 пользователь "Santosh Bhabal"
написал:
> Hello Experts,
>
> Getting below error in one of my SMPP connectivity:
>
> *SMSC returned error code 0x0439 (Vendor-specific error, please refer
> to your SMPP provider) in respon
I have one smpp connection and all sms go from it. On Kannel I create two
"sms-service" groups
One for all and one for only three shortcodes
551
552
553
Operator sends sms with shortcode like 551#123456 (i made dirty patch to
passthrough it).
In config
group = sms-service
keyword = default
name
Hi
We are using "message_payload" TLV successfully
2014-05-07 12:28 GMT+04:00 [Digital^Dude] ® :
> Hello,
>
> Is there any way to send more than 160 char SMS without fragmenting it on
> kannel end. It appears SMPP message_payload is not supported in kannel gw
> although there are SMSCs that req
Im using gw
2014-05-07 15:50 GMT+04:00 [Digital^Dude] ® :
> Are you using kannel gateway or opensmppbox?
>
>
>
> On Wed, May 7, 2014 at 3:06 PM, Artem Chekulaev wrote:
>
>> Hi
>>
>> We are using "message_payload" TLV successfully
>&g
./configure --with-mysql
2014-07-08 9:35 GMT+04:00 Fakirchand Patidar
:
> Hi,
>
> When I'm configuring mysql db for storing dlr's then I'm getting some
> error like "Mysql does not supported" and also I'm checking Kannel
> configuration using "./configure" command then it is showing me this bel
Hi!
Tried to add smsbox route to config and received warning "smsbox_list
empty".
I added to config
***
group = smsbox
...
smsbox-id = main
...
group = smsbox-route
smsbox-id = main
...
***
and received this warning.
When I disabled smsbox-id in smsbox group and disabled full smsbox-route
grou
We have smsbox connected - this is checked.
2015-10-29 23:08 GMT+03:00 ha...@aeon.pk :
> This error comes when bearerbox is unable to pass on the received MO
> messages to smsbox. Are you connecting your smsbox?
>
> On Wed, Oct 28, 2015 at 6:28 PM, Artem Chekulaev
> wrote:
>
e
Everything works
But I add to group = smsbox
...
smsbox-id = mainbox
...
and
group = smsbox-route
smsbox-id = mainbox
Error occurs.
Must I add every SMSC to smsbox-route group directly in such case?
2015-10-30 15:25 GMT+03:00 ha...@aeon.pk :
> Then your routing is not OK. Share co
We have "strange" USSD connection.
First message in session contains only originator address and no
destination, but has TLV ussd_session_id. We disabled check on destination
address is "null", so we can work with it. But other messages in session
contains no destination / originator, only ussd_ses
Hi
Tried to set in config
source-addr-ton = 1
source-addr-npi = 1
dest-addr-ton = 1
dest-addr-npi = 1
Checked dump, get
TON (orig) = 0x05 Alphanumeric
NPI (orig) = 0x00 Unknown
Query send from *1234 to 99912345678 (changed). Operator needs me to send
from num with *
How to set TON / NPI?
25 matches
Mail list logo