Hi I am configure kannel with sqlbox for batch send and provide dlr__url and dlr_mask when sending sms. When it starts, smsbox outgoing http connections is very hight and i get dlr very fast with dlr_url, but after some time smsbox slow down.
In start of sending outgoing connections is very hight root@p176783:/home/seledka# netstat -p|grep smsbox|wc -l 266 root@p176783:/home/seledka# netstat -p|grep smsbox|wc -l 269 root@p176783:/home/seledka# netstat -p|grep smsbox|wc -l 263 after minute... root@p176783:/home/seledka# netstat -p|grep smsbox|wc -l 3 while queue in smsbox is abount 1000 requests HTTP: Queue contains 949 outstanding requests please, help to solve this problem. configs and version: Kannel bearerbox version `svn-r5037'. Build `May 1 2013 15:35:55', compiler `4.4.5'. System Linux, release 2.6.32-042stab055.16, version #1 SMP Fri Jun 8 19:22:28 MSD 2012, machine i686. Hostname p176783.vps, IP 91.XXX.XXX.182. Libxml version 2.7.8. Using OpenSSL 0.9.8o 01 Jun 2010. Compiled with PostgreSQL 9.2.4. Using native malloc. kannel.cfg: group = smsbox bearerbox-host = 127.0.0.1 sendsms-port = 13013 global-sender = 13013 #sendsms-chars = "0123456789 +-" log-file = "/var/log/kannel/smsbox.log" #log-level = 0 access-log = "/var/log/kannel/smsbox-access.log" http-request-retry = 2 http-queue-delay = 3 max-pending-requests = 100 mo-recode = no http-timeout = 10
