Re: Multiple SMSC integaration

2012-08-03 Thread Michael Bochkaryov
Hi Komil, To route messages between SMSC you can use smsc parameter in sendsms HTTP interface. Also you can use (allowed/preferred/denied)-prefix parameters for MSISDN prefix based routing. Group smsbox-route is for routing between multiple smsbox'es. 8/3/2012 12:00 AM, Komil Gulboev wrote:

Re: Multiple SMSC integaration

2012-08-03 Thread Komil Gulboev
Hi Michael. Thank you for detail information, I think u have great experience in Kannel. May u provide us some simple for multiple connection? With best regards, Komil 8/3/2012 12:54 PM, Michael Bochkaryov ?: Hi Komil, To route messages between SMSC you can use smsc parameter in sendsms

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

2012-08-03 Thread Christopher Burke
Hi, I've been attempting to connect an opensmppbox to my configuration, however I am getting the following errors: 2012-08-03 10:19:06 [10282] [6] ERROR: SMPP[recv_smpp]: SMSC rejected login to transmit, code 0x000d (Bind Failed). 2012-08-03 10:19:06 [10282] [6] ERROR: SMPP[recv_smpp]:

Re: Multiple SMSC integaration

2012-08-03 Thread Michael Bochkaryov
Just create multiple smsc groups in your kannel.conf Possibly this articles may help you: http://www.rattler.kiev.ua/articles/kannel-backup-connections http://www.rattler.kiev.ua/articles/kannel-connecting-smsc-smpp Short example (not tested): group = core admin-port = 13000 smsbox-port =

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

Re: data_coding

2012-08-03 Thread Artem Chekulaev
Thanks a lot. Trying to check the sources for any idea Find that when I use coding=2 any mclass generate me data_coding=0x1X, and if coding=0 or 1, then mclass generate data_coding=0xFX. Playing with alt-dcs do nothing to me. Is there any thoughts why does mclass work for me so? 2012/8/3 Michael

Re: Multiple SMSC integaration

2012-08-03 Thread Komil Gulboev
Thank you veru much for links and supporting. 8/3/2012 2:42 PM, Michael Bochkaryov ?: Just create multiple smsc groups in your kannel.conf Possibly this articles may help you: http://www.rattler.kiev.ua/articles/kannel-backup-connections

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

2012-08-03 Thread Christopher Burke
Hi, Thanks for your response. My smpplogins is as follows: username internal 127.0.0.1 -rw-rw-rw- 1 root root 28 Aug 3 14:40 smpplogins.txt Does this look okay to you? Kind Regards, Christopher On 03/08/12 10:48, Artem Chekulaev wrote: Hi I had the same issue. Try to delete your

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

2012-08-03 Thread Christopher Burke
Hi, After carefully making the changes, I am now getting these error messages: 2012-08-03 14:43:48 [5577] [6] ERROR: connect to 127.0.0.1 failed 2012-08-03 14:43:48 [5577] [6] ERROR: System error 111: Connection refused 2012-08-03 14:43:48 [5577] [6] ERROR: error connecting to server

sending multi-part SMS through kannel

2012-08-03 Thread Alexandr Dorogikh
Salutations we just want to improve our billing system, and we want to get DLR for each part of long SMS. As we know kannel can accept only first DLR if long sms (per one request) has been sent. The question is Can we send each part from long SMS manually and reseace DLR for each part? If yes -

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

2012-08-03 Thread Milan P. Stanic
On Fri, 2012-08-03 at 14:42, Christopher Burke wrote: Thanks for your response. My smpplogins is as follows: username internal 127.0.0.1 Which version of the opensmppbox you use? I have next line in my smpplogings.txt file: vma 127.0.0.1 where is username and is password.

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

2012-08-03 Thread Christopher Burke
Hi, Using the latest from SVN - perhaps I'll try to add the VMA into the smpplogins.txt and see if that works. Are you communicating directly to the bearerbox or to a sqlbox? Kind Regards and Thanks in Advance, Chris On 03/08/12

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

2012-08-03 Thread Milan P. Stanic
On Fri, 2012-08-03 at 17:05, Christopher Burke wrote: Hi, Using the latest from SVN - perhaps I'll try to add the VMA into the smpplogins.txt and see if that works. Are you communicating directly to the bearerbox or to a sqlbox? Is it possible for opensmppbox to communicate/connect

Re: sqlbox-0.7.2

2012-08-03 Thread spameden
First of all you need to post to everyone this, use users@kannel.org for this. Second, you need to use SVN. $ svn co https://svn.kannel.org/gateway/trunk/ $ cd trunk $ ./configure --with-mysql $ make; make install after that you need to go to addons/sqlbox: $ cd addons/sqlbox $ ./configure

Re: sqlbox-0.7.2

2012-08-03 Thread spameden
Forgot to say you need to install automake. 2012/8/4 spameden spame...@gmail.com First of all you need to post to everyone this, use users@kannel.org for this. Second, you need to use SVN. $ svn co https://svn.kannel.org/gateway/trunk/ $ cd trunk $ ./configure --with-mysql $ make; make