Re: DND and PREPAID CREDIT SYSTEM binary for FREE

2015-12-07 Thread Achyut Raj
Hello Vinayak,

Thanks for your work.

Yes, Can you send me ?

On Tue, Dec 8, 2015 at 8:21 AM, vinayak mv  wrote:

> Hi Users,
>
> Anyone need kannel,sqlbox and opensmppbox binary with DND and PREPAID
> CREDIT SYSTEM . i have already send the binary files and configuration to
> kannel users list but it is rejected by moderator.
>
> --
> Thanks & Regards,
> Vinayak
> Mob:+919895909009
>


Re: Receive DLR if transceiver-mode = false

2015-12-07 Thread Robin C
Hi Bronislav,

set
 receive-port = 'your port number'

and # trasceiver-mode = 1


On Mon, Dec 7, 2015 at 9:05 PM, Bronislav Essikman 
wrote:

> Can i receive DLR if transceiver-mode = false
> If i set it to true it works fine.
> But i need only DLR receiving. SMS receiving should be disable.
> Many thanks
> Slawa
>



-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in  | www. easyhops.co.in
 | www.equipe.co.in   *

*Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook

 | LinkedIn


Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: DND and PREPAID CREDIT SYSTEM binary for FREE

2015-12-07 Thread Robin C
Hi,

Please Send me.

On Tue, Dec 8, 2015 at 12:12 PM, Achyut Raj  wrote:

> Hello Vinayak,
>
> Thanks for your work.
>
> Yes, Can you send me ?
>
> On Tue, Dec 8, 2015 at 8:21 AM, vinayak mv 
> wrote:
>
>> Hi Users,
>>
>> Anyone need kannel,sqlbox and opensmppbox binary with DND and PREPAID
>> CREDIT SYSTEM . i have already send the binary files and configuration to
>> kannel users list but it is rejected by moderator.
>>
>> --
>> Thanks & Regards,
>> Vinayak
>> Mob:+919895909009
>>
>
>


-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in  | www. easyhops.co.in
 | www.equipe.co.in   *

*Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook

 | LinkedIn


Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


SQLBOX queued messages question

2015-12-07 Thread Grant Vorenberg
Saicom now offers Cloud PBX

Hi Guys

I am a new to the list subscription and am looking for a little clarity on the 
SQLBOX.

I have a Debian Wheezy box running:
Kannel sqlbox version 1.4.4
Libxml version 2.7.2
MySQL 5.5.43

The front end is custom and drops message into the send_sms table. These 
messages are terminated via smpp to another system of ours. We process and 
clean out the sent_sms table.

I gather stats on the performance of the system using the status page: 
http://localhost:13000/status

I am trying to understand the following output from the screen:
Box connections:
   smsbox:sqlbox, IP 127.0.0.1 (2532 queued), (on-line 0d 2h 48m 19s)

What I noticed is when our send speeds start dipping on the smpp connection 
(internal/default route), this smsbox:sql queue starts building up.

When the smsbox:sqlbox queue starts building up like this:
1)What causes this?
2) What does this signify?

We generally don’t see this behaviour very often, but its effect is detrimental 
to the performance of the system so I would like to know what causes the growth 
and how to combat it so our send speed is safe-guarded.


Here is an excerpt from my config files:

:
group = sqlbox
id = sqlbox-db
smsbox-id = sqlbox
#global-sender = ""
bearerbox-host = localhost
bearerbox-port = 13001
smsbox-port = 13005
smsbox-port-ssl = false
sql-log-table = sent_sms
sql-insert-table = send_sms


:
group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 13013
global-sender = 13013
smsbox-id=my_smsbox

group=smsbox-route
smsbox-id=sqlbox
smsc-id=internal


Regards

-- 
Office: 0861 SAICOM (724 266)
Direct: 010 140 5012
Support: 010 140 5050
Fax: 010 140 5001
Email: gr...@saicomvoice.co.za
Visit our website: www.saicomvoice.co.za

Re: Re: Need help with Debian startup script (restart/stop command)

2015-12-07 Thread Grant Vorenberg
echo "backing up kannel queue"
rm -f /var/spool/queue_kannel.bak
cp /var/spool/kannel /var/spool/queue_kannel.bak
echo "Stopping SQLBox"
/usr/bin/killall -9 sqlbox
echo "Stopping BearerBox"
/usr/bin/killall -9 bearerbox
/bin/sleep 5
echo " "
echo "Starting BearerBox"
/usr/local/sbin/bearerbox -v 5 /usr/local/sbin/smskannel.conf &
/bin/sleep 5
echo "Starting SQLBox"
/usr/local/sbin/sqlbox -v 5 /usr/local/etc/sqlbox.conf &
/bin/sleep 1
echo "All processes started"

--
Office: 0861 SAICOM (724 266)
Direct: 010 140 5012
Support: 010 140 5050
Fax: 010 140 5001
Email: gr...@saicomvoice.co.za
Visit our website: www.saicomvoice.co.za


Re: Re: Need help with Debian startup script (restart/stop command)

2015-12-07 Thread spameden
2015-12-07 15:08 GMT+03:00 Grant Vorenberg :

> 
>
> echo "backing up kannel queue"
> rm -f /var/spool/queue_kannel.bak
> cp /var/spool/kannel /var/spool/queue_kannel.bak
> echo "Stopping SQLBox"
> /usr/bin/killall -9 sqlbox
> echo "Stopping BearerBox"
> /usr/bin/killall -9 bearerbox
> /bin/sleep 5
> echo " "
> echo "Starting BearerBox"
> /usr/local/sbin/bearerbox -v 5 /usr/local/sbin/smskannel.conf &
> /bin/sleep 5
> echo "Starting SQLBox"
> /usr/local/sbin/sqlbox -v 5 /usr/local/etc/sqlbox.conf &
> /bin/sleep 1
> echo "All processes started"
>
Hi!

Look into kannel's mailing lists archives, one was posted there recently.

Or just use:
http://www.kannel.org/download/1.4.4/gateway-1.4.4/debian/kannel.init

Actually you didn't say which Debian version you're using? 6, 7, 8? Because
in recent Debian sysvinit was replaced with systemd.


>
> Grant Vorenberg
>
> Technical Manager
> Office  0861 SAICOM (724 266) Direct  010 140 5012 Support  010 140 5050
> Cell  - Fax  010 140 5001 Email  gr...@saicomvoice.co.za Visit our website
> www.saicomvoice.co.za
>
> [image: logo image] 
>
>


Re: SQLBOX queued messages question

2015-12-07 Thread spameden
2015-12-07 14:03 GMT+03:00 Grant Vorenberg :

> [image: Saicom-now-offers-Cloud-PBX]
> 
> Hi Guys
>
> I am a new to the list subscription and am looking for a little clarity on
> the SQLBOX.
>
> I have a Debian Wheezy box running:
> Kannel sqlbox version 1.4.4
> Libxml version 2.7.2
> MySQL 5.5.43
>
> The front end is custom and drops message into the send_sms table. These
> messages are terminated via smpp to another system of ours. We process and
> clean out the sent_sms table.
>
> I gather stats on the performance of the system using the status page:
> http://localhost:13000/status
>
> I am trying to understand the following output from the screen:
> Box connections:
>smsbox:sqlbox, IP 127.0.0.1 (2532 queued), (on-line 0d 2h 48m 19s)
>

This means there is a queue on sqlbox.

Queue works like this:

First sqlbox gets messages from DB backend, then it adds messages to own
queue, then it sends message into bearerbox queue and bearerbox splits this
queue over your connected SMSC/upstream operators.

So if there is a huge queue on sqlbox it means there is a big amount of MTs
in your send_sms table and sqlbox is still submitting those to bearerbox.

To optimize sqlbox I'd recommend adding this parameter into sqlbox section
(after group = sqlbox):
limit-per-cycle = 50 this means sqlbox will get 50 bulk messages from DB
per query at once instead of 1.



>
> What I noticed is when our send speeds start dipping on the smpp
> connection (internal/default route), this smsbox:sql queue starts building
> up.
>
> When the smsbox:sqlbox queue starts building up like this:
> 1)What causes this?
> 2) What does this signify?
>
> We generally don’t see this behaviour very often, but its effect is
> detrimental to the performance of the system so I would like to know what
> causes the growth and how to combat it so our send speed is safe-guarded.
>
>
> Here is an excerpt from my config files:
>
> :
> group = sqlbox
> id = sqlbox-db
> smsbox-id = sqlbox
> #global-sender = ""
> bearerbox-host = localhost
> bearerbox-port = 13001
> smsbox-port = 13005
> smsbox-port-ssl = false
> sql-log-table = sent_sms
> sql-insert-table = send_sms
>
>
> :
> group = smsbox
> bearerbox-host = 127.0.0.1
> sendsms-port = 13013
> global-sender = 13013
> smsbox-id=my_smsbox
>
> group=smsbox-route
> smsbox-id=sqlbox
> smsc-id=internal
>
>
> Regards
>
>
>
>
>
> Grant Vorenberg
>
> Technical Manager
> Office  0861 SAICOM (724 266) Direct  010 140 5012 Support  010 140 5050
> Cell  - Fax  010 140 5001 Email  gr...@saicomvoice.co.za Visit our website
> www.saicomvoice.co.za
>
> [image: logo image] 
>
>


DND and PREPAID CREDIT SYSTEM binary for FREE

2015-12-07 Thread vinayak mv
Hi Users,

Anyone need kannel,sqlbox and opensmppbox binary with DND and PREPAID
CREDIT SYSTEM . i have already send the binary files and configuration to
kannel users list but it is rejected by moderator.

-- 
Thanks & Regards,
Vinayak
Mob:+919895909009