Hello to all users' I am using kannel with dlr-storge= mysql,but now i want to use kannel with sqlbox,so i am configure it, and connect it through our sql erver to mysql in the LAN. my architecture is look like as and for kannel i guess i is workinglike it.. user-inerface(web-server)-->SQL Server-->send_sms-->sent_sms,, so here what is happened with kannel i can't undestan. the problem is that when the sql server fire many sms through window services,but kannel's api is showing on browser that only 1 sent sms, but we are sending the 20-50 sms with in second. i can't undestand the problem please help me,your help must be apprishited..
my kannel.conf file is look like as group = core admin-port = 13000 admin-password = omi status-password = omi smsbox-port = 13003 store-file = spool store-location = "/var/spool/kannel" sms-incoming-queue-limit = -1 dlr-storage = mysql access-log = /var/log/bearerbox1.access log-file = /var/log/bearerbox1.log group = smsbox bearerbox-host = localhost sendsms-port = 13131 sendsms-url = "/" log-level = 4 access-log = /var/log/smsbox1.access log-file = /var/log/smsbox1.log #smsc file include = "Normal.conf" include = "Other.conf" include = "Priority.conf" group = smsbox-route smsbox-id = sqlbox #smsc-id = "Kannel-Server" # SEND SMS USERS group = sendsms-user username = omikcity password = omiindia max-messages = 7 # DLR SETUP group = mysql-connection id = mydlr host = localhost username = root password = redhat database = sms_dlr max-connections = 10 group = dlr-db id = mydlr table = dlr_kannel 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 and the sqlbox.conf is look like as... group = sqlbox id = sqlbox-db smsbox-id = sqlbox bearerbox-host = localhost bearerbox-port = 13003 smsbox-port = 13132 smsbox-port-ssl = false sql-log-table = sent_sms sql-insert-table = send_sms log-level = 4 log-file = /var/log/sqlbox.log group = mysql-connection id = sqlbox-db host = localhost username = root password = redhat database = SQLBOX max-connections = 10 group = sdb-connection id = sqlbox-db url = mysql:host=localhost:db=SQLBOX:uid=root:pwd=redhat i need the help.. -- Vijay Kr. Dadhich