*Hello Everyone,*
I'm configured Bearerbox, SQLBox and SMSBox successfully.
This are the steps:
1. Send SMS From HTTP to Kannel (Insert SMS Into SQLBox Insert table
"sqlbox_send_sms")
2. SQLBox transferred all data from 'sqlbox_send_sms' to 'sqlbox_sent_sms'.
3. I'm passing this below parameters:
'momt' => $momt,
'sender' => $sender,
'receiver' => $reciever,
'msgdata' => $msgdata,
'smsc_id'=>$smsc_id,
'sms_type' => $sms_type,
'dlr_mask' => $dlr_msk,
'dlr_url' => $dlr_url
*Now problem*
* is that:*
SQLBox does not push sms to SMSBox for push all messages to particular
connected SMPP/SMSC.
This is my configuration of SQLBox:
#--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
# SQL BOX CONFIG
#--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
group = sqlbox
id = sqlbox-db
smsbox-id = mysmsbox
global-sender = ""
bearerbox-host = localhost
bearerbox-port = 15000
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-connection
id = sqlbox-db
host="127.0.0.1"
port = 3306
username = "root"
password = ""
database = "bulk_sms"
#max-connections = "1"
#----------------------------------------------------------------------
Please check my above configuration and suggest me that where I'm mistaking.
Your valuable reply will be appreciate.
Thanks,
Aditya Khanna