Hi to add more i m using svn-r4845.

Br
daf

dafodil wrote:
> 
> Hi List,
> Good Day.
> While stress testing with kannel i found the follwing.i was trying to send
> 10 k sms through HTTP/sendsms.
> storage internal queued grows to 2300000.
> kannel.store size keeps growing and now it seems to be 480,630,358.
> now i find a kannel.store.new is created with size more than 20000000.
> my configuration are as bellow.I feel i have some wrong configuration.
> my provider does not have any problem and supports more than 100 sms/sec.
> my bearerbox size keeps growing.can any one suggest or guide me where i m
> wrong.
> all sms are not reaching smsc provider.
> 
> group = core
> admin-port=13000
> admin-password=xxx
> status-password=xxx
> sms-resend-retry = 1
> sms-resend-freq = 120
> admin-allow-ip="*.*.*.*"
> log-level= 3
> log-file = "/var/log/kannel/bearerbox.log"
> smsbox-port=13001
> wapbox-port=13002
> wdp-interface-name="*"
> store-file="/var/log/kannel/kannel.store"
> 
> # SMSC FAKE
> group = smsc
> smsc-id = A
> smsc = fake
> port = 10000
> connect-allow-ip = "*.*.*.*"
> 
> # SMSC SMPP
> group = smsc
> smsc=smpp
> smsc-id=yyyy
> host=222.22.22.222
> port=7677
> transceiver-mode=true
> alt-charset="ISO-8859-1"
> msg-id-type=0x01
> system-type="xxx"
> service-type="xxx"
> address-range=""
> max-pending-submits=10
> smsc-username="xxx"
> smsc-password="xxxxx"
> connect-allow-ip="*.*.*.*"
> dest-addr-npi=1
> dest-addr-ton=1
> flow-control=0
> log-file="/var/log/kannel/mylog.log"
> log-level=3
> wait-ack=120
> wait-ack-expire=0x02
> throughput=100
> window=10
> validityperiod = 10
> 
> # SMSC HTTP
> group = smsc
> smsc = http
> msg-id-type=0x01
> smsc-id = C
> system-type = kannel
> smsc-username = tester
> smsc-password = foobar
> port = 13015
> connect-allow-ip = "*.*.*.*"
> send-url = "http://mysite.com:13013/cgi-bin/sendsms";
> 
> # SMSBOX SETUP
> group = smsbox
> bearerbox-host=localhost
> sendsms-port=13013
> sendsms-chars="0123456789+"
> global-sender=13013
> log-file = "/var/log/kannel/smsbox.log"
> sendsms-url=/cgi-bin/sendsms
> http-request-retry=10
> log-file="/var/log/kannel/smsbox.log"
> log-level=3
> http-queue-delay=60 
> 
> # SEND-SMS USERS
> group = sendsms-user
> username = tester
> password = foobar
> user-allow-ip = "*.*.*.*"
> concatenation = true
> forced-smsc = B
> 
> group = sendsms-user
> username = playsms
> password = pwd
> user-allow-ip = "*.*.*.*"
> 
> # this sender is for Kannel relay testing (http_smsc)
> group = sendsms-user
> username = kannel
> password = rL4y
> user-allow-ip = "*.*.*.*"
> 
> group = sms-service
> keyword = default
> get-url = "http://mysite.com/url.php";
> max-messages = 0
> omit-empty = true
> catch-all = true
> keyword=default
> 
> 
> 
> Br
> Daf
> 

-- 
View this message in context: 
http://old.nabble.com/kannel-performance-tp29914621p29914696.html
Sent from the Kannel - User mailing list archive at Nabble.com.


Reply via email to