you need to specify dlr_mask when inserting message into send_sms in order to get DLR report
if you want all reports simply insert with dlr_mask=31 2012/6/7 alok srivastava <[email protected]> > *my core group log file giving (kannel/logs/kannel4.log)* > > 2012-06-07 21:07:58 [21767] [6] DEBUG: type_name: enquire_link_resp > 2012-06-07 21:07:58 [21767] [6] DEBUG: command_id: 2147483669 = > 0x80000015 > 2012-06-07 21:07:58 [21767] [6] DEBUG: command_status: 0 = 0x00000000 > 2012-06-07 21:07:58 [21767] [6] DEBUG: sequence_number: 2132 = 0x00000854 > 2012-06-07 21:07:58 [21767] [6] DEBUG: SMPP PDU dump ends. > 2012-06-07 21:07:58 [21767] [6] DEBUG: SMPP[bsnl]: throughput (0.00,0.00) > 2012-06-07 21:08:28 [21767] [6] DEBUG: SMPP[bsnl]: Sending enquire link: > 2012-06-07 21:08:28 [21767] [6] DEBUG: SMPP PDU 0x99ce3c8 dump: > 2012-06-07 21:08:28 [21767] [6] DEBUG: type_name: enquire_link > 2012-06-07 21:08:28 [21767] [6] DEBUG: command_id: 21 = 0x00000015 > 2012-06-07 21:08:28 [21767] [6] DEBUG: command_status: 0 = 0x00000000 > 2012-06-07 21:08:28 [21767] [6] DEBUG: sequence_number: 2133 = 0x00000855 > 2012-06-07 21:08:28 [21767] [6] DEBUG: SMPP PDU dump ends. > 2012-06-07 21:08:28 [21767] [6] DEBUG: SMPP[bsnl]: throughput (0.00,0.00) > 2012-06-07 21:08:28 [21767] [6] DEBUG: SMPP[bsnl]: throughput (0.00,0.00) > 2012-06-07 21:08:28 [21767] [6] DEBUG: SMPP[bsnl]: Got PDU: > 2012-06-07 21:08:28 [21767] [6] DEBUG: SMPP PDU 0x99ce3c8 dump: > 2012-06-07 21:08:28 [21767] [6] DEBUG: type_name: enquire_link_resp > 2012-06-07 21:08:28 [21767] [6] DEBUG: command_id: 2147483669 = > 0x80000015 > 2012-06-07 21:08:28 [21767] [6] DEBUG: command_status: 0 = 0x00000000 > 2012-06-07 21:08:28 [21767] [6] DEBUG: sequence_number: 2133 = 0x00000855 > 2012-06-07 21:08:28 [21767] [6] DEBUG: SMPP PDU dump ends. > 2012-06-07 21:08:28 [21767] [6] DEBUG: SMPP[bsnl]: throughput (0.00,0.00) > > *my sqlbox.log giving* > > 2012-06-07 05:24:20 [21823] [0] WARNING: SIGHUP received, catching and > re-opening logs > 2012-06-07 20:09:54 [27853] [0] INFO: Added logfile > `/root/sqlbox-0.7.2/log/kannel4-sqlbox.log' with level `0'. > 2012-06-07 20:09:54 [27853] [0] INFO: MYSQL: Connected to server at > localhost. > 2012-06-07 20:09:54 [27853] [0] INFO: MYSQL: server version 5.0.77, client > version 5.0.77. > 2012-06-07 20:09:54 [27853] [0] DEBUG: Started thread 1 > (sqlbox.c:sql_to_bearerbox) > 2012-06-07 20:09:54 [27853] [1] DEBUG: Thread 1 > (sqlbox.c:sql_to_bearerbox) maps to pid 27853. > 2012-06-07 20:09:54 [27853] [1] DEBUG: Connecting to <127.0.0.1> > 2012-06-07 20:09:54 [27853] [1] INFO: Connected to bearerbox at localhost > port 16001. > 2012-06-07 20:09:54 [27853] [1] DEBUG: Started thread 2 > (sqlbox.c:bearerbox_to_sql) > 2012-06-07 20:09:54 [27853] [2] DEBUG: Thread 2 > (sqlbox.c:bearerbox_to_sql) maps to pid 27853. > 2012-06-07 20:18:05 [27853] [0] WARNING: SIGHUP received, catching and > re-opening logs > 2012-06-07 20:18:05 [27853] [0] WARNING: SIGHUP received, catching and > re-opening logs > ~ > > > > On Thu, Jun 7, 2012 at 3:27 PM, spameden <[email protected]> wrote: > >> You mean you're not getting DLR in dlr table? >> >> Check >> >> /var/log/kannel/sqlbox.log >> /var/log/kannel/bearerbox.log >> >> >> 2012/6/7 alok srivastava <[email protected]> >> >>> I am not getting DLR in mysql table. In which log file i can see >>> related issues. >>> >>> regards >>> abhi >>> >> >> >
