Hello Everyone,

I'm working on Bulk SMS Application and use Kannel as SMS Gateway for
faster processing.

Following is the architecture of whole application is:

*HTTP Server<-->Kannel SMS Gateway (BBox<=>SQLBox<=>SMSBox<=>Multiple Fake
SMSC)*

Now the problem is that this machine is not constantly working. Variation
in Bulk SMS Sending speed.

I'm not getting any error in Kannel log files.

So please can anyone suggest me where is the problem.

Following is the my Configuration:


















































































































































































































*kannel.conf#--------------------------------------------------------------------------#
Single Group
"CORE"#--------------------------------------------------------------------------group
= coreadmin-port = "15000"admin-port-ssl="no"admin-password =
"bulksms"status-password =
"bulksms"admin-deny-ip="*.*.*.*"admin-allow-ip="*.*.*.*"smsbox-interface
="127.0.0.1"smsbox-port = "15001"smsbox-port-ssl="no"#wapbox-port =
"15005"#wapbox-port-ssl="no"#box-deny-ip=""#box-allow-ip=""#udp-deny-ip=""#udp-allow-ip=""#wdp-interface-name=""#log-file
= "mykannel.log"#log-level = "0"#access-log =
"myaccess.access"#access-log-clean=""#access-log-format=""#syslog-level=""#syslog-facility=""#unified-prefix=""#white-list=""#black-list=""#store-type=""#store-location=""#store-dump-freq=""#http-proxy-host=""#http-proxy-por=""#http-proxy-exceptions=""#http-proxy-exceptions-regex=""#http-proxy-username=""#http-proxy-password=""#ssl-client-certkey-file=""#ssl-server-cert-file=""#ssl-server-key-file=""#ssl-trusted-ca-file=""dlr-storage
= "internal"#dlr-spool="spool_file"sms-incoming-queue-limit =
"-1"sms-outgoing-queue-limit =
"1000000"#white-list-regex=""#black-list-regex=""smsbox-max-pending =
"100"sms-resend-freq = "60"sms-resend-retry =
"-1"#sms-combine-concatenated-mo = ""#sms-combine-concatenated-mo-timeout =
"600"#http-timeout=""#--------------------------------------------------------------------------#
Single Group
"smsbox"#--------------------------------------------------------------------------group
= smsboxsmsbox-id = "mysmsbox"bearerbox-host = "127.0.0.1"bearerbox-port =
"15001"sendsms-port = "15010"#log-file = "mysmsbox1.log"#log-level =
"0"#access-log="smsaccess1.access"sendsms-chars = "0123456789+
"#max-pending-requests = "512"#sendsms-url="/cgi-bin/sendsms"#global-sender
= "123456"#ms-length =
"140"#http-request-retry=5#--------------------------------------------------------------------------#
Multi Group
"SMSC"#--------------------------------------------------------------------------group
= smscsmsc = fakesmsc-id = mysmsc1host="localhost"port =
10001throughput="1000000.00"connect-allow-ip =
127.0.0.1reroute-dlr=true#log-file="mysmsc1.log"#log-level=0allowed-smsc-id="mysmsc1"denied-smsc-id="mysmsc2;mysmsc3;mysmsc4"#-------------------------------------------group
= smscsmsc = fakesmsc-id = mysmsc2host="localhost"port =
10002throughput="1000000.00"connect-allow-ip =
127.0.0.1reroute-dlr=true#log-file="mysmsc2.log"#log-level=0allowed-smsc-id="mysmsc2"denied-smsc-id="mysmsc1;mysmsc3;mysmsc4"#-------------------------------------------group
= smscsmsc = fakesmsc-id = mysmsc3host="localhost"port =
10003throughput="1000000.00"connect-allow-ip =
127.0.0.1reroute-dlr=true#log-file="mysmsc3.log"#log-level=0allowed-smsc-id="mysmsc3"denied-smsc-id="mysmsc1;mysmsc2;mysmsc4"#-------------------------------------------group
= smscsmsc = fakesmsc-id = mysmsc4host="localhost"port =
10004throughput="1000000.00"connect-allow-ip =
127.0.0.1reroute-dlr=true#log-file="mysmsc4.log"#log-level=0allowed-smsc-id="mysmsc4"denied-smsc-id="mysmsc1;mysmsc2;mysmsc3"#--------------------------------------------------------------------------#
Multi Group
"smsbox-route"#--------------------------------------------------------------------------group
= smsbox-routesmsbox-id = "mysmsbox"smsc-id = "mysmsc1;mysmsc2"group =
smsbox-routesmsbox-id = "mysmsbox"smsc-id =
"mysmsc3;mysmsc4"#--------------------------------------------------------------------------#
Multi Group "sms-service"# There should be always a 'default' service. #
This service is used when no other 'sms-service' is
applied.#--------------------------------------------------------------------------group
= sms-servicekeyword = defaulttext = "No service
specified"accept-x-kannel-headers = true#max-messages = 3concatenation =
truecatch-all =
true#--------------------------------------------------------------------------#
Multi Group
"sendsms-user"#--------------------------------------------------------------------------group
= sendsms-username = "mysendsmsuser1"username = "tester1"password =
"tester1"#forced-smsc = "mysmsc1"#default-smsc=
"mysmsc1"#user-allow-ip="*.*.*.*"max-messages="10"#--------------------------------------------------------------------------#
Multi Group
"mysql-connection"#--------------------------------------------------------------------------#group
= mysql-connection#id = mydlr#host="127.0.0.1"#username = "root"#password =
"root"#database = "bulk_sms"#max-connections =
"10"#--------------------------------------------------------------------------#
Single Group
"dlr-db"#--------------------------------------------------------------------------#group
= dlr-db#id = mydlr#table = dlr#field-smsc = smsc#field-timestamp =
ts#field-destination = destination#field-source = source#field-service =
service#field-url = url#field-mask = mask#field-status =
status#field-boxc-id =
boxc#--------------------------------------------------------------------------*






































*sqlbox.conf#--------------------------------------# SQLBox
Configuraton#--------------------------------------group = sqlboxid =
sqlbox-dbsmsbox-id = "mysqlbox"global-sender = ""bearerbox-host =
"localhost"bearerbox-port = "15001"smsbox-port = "15002"smsbox-port-ssl =
"false"sql-log-table = "sqlbox_sent_sms"sql-insert-table =
"sqlbox_send_sms"#log-file = "sqlbox.log"#log-level =
"0"#ssl-client-certkey-file = ""#ssl-server-cert-file =
""#ssl-server-key-file = ""#ssl-trusted-ca-file =
""#--------------------------------------# Example MYSQL
Connection#--------------------------------------group = mysql-connectionid
= sqlbox-dbhost="127.0.0.1"port = "3306"username = "winglear_user"password
= "bulk24sms@2014"database = "winglear_sms"max-connections =
"5"#--------------------------------------*

Reply via email to