TVL and concatenation

2012-03-13 Thread Artem Chekulaev
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

Sendind message with message_payload

2012-04-04 Thread Artem Chekulaev
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.

Can't install from svn

2012-06-21 Thread Artem Chekulaev
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

Some Help

2012-07-05 Thread Artem Chekulaev
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?

data_coding

2012-08-01 Thread Artem Chekulaev
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).

Re: data_coding

2012-08-02 Thread Artem Chekulaev
(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

Re: data_coding

2012-08-02 Thread Artem Chekulaev
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

Re: [opensmppbox] SMSC rejected login to transmit (bind failed)

2012-08-03 Thread Artem Chekulaev
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, > >

Re: data_coding

2012-08-03 Thread Artem Chekulaev
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

How to get TLV params?

2012-09-17 Thread Artem Chekulaev
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

opensmpp + sql ??

2012-10-29 Thread Artem Chekulaev
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

How to speed up Kannel?

2013-04-15 Thread 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 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?

Re: How to speed up Kannel?

2013-04-16 Thread Artem Chekulaev
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

How to send sms via http link

2013-05-17 Thread Artem Chekulaev
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

Re: How to send sms via http link

2013-05-17 Thread Artem Chekulaev
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? >

Re: Vendor-specific error

2013-06-04 Thread Artem Chekulaev
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

SMS-Service routing via shortcodes

2014-01-14 Thread Artem Chekulaev
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

Re: long sms via SMPP message_payload

2014-05-07 Thread Artem Chekulaev
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

Re: long sms via SMPP message_payload

2014-05-07 Thread Artem Chekulaev
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

Re: How to store Dlr in mysql Database

2014-07-07 Thread Artem Chekulaev
./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

Smsbox-route and smsbox_list empty!

2015-10-28 Thread Artem Chekulaev
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

Re: Smsbox-route and smsbox_list empty!

2015-10-30 Thread Artem Chekulaev
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: >

Re: Smsbox-route and smsbox_list empty!

2015-11-01 Thread Artem Chekulaev
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

No Destination / Originator Addresses

2015-11-10 Thread Artem Chekulaev
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

Kannel Ignores TON/NPI

2017-06-23 Thread Artem Chekulaev
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?