Greetings,
I'm having issues with esm-class as per user guide I can change it to 0 to reflect smsc setttings however when I add the ems-class = 0 in the config file I was greeted with "Group 'smsc' may not contain field 'esm-class'". I tried to follow the solution provided on the net by changing the "pdu->u.submit_sm.esm_class = ESM_CLASS_SUBMIT_STORE_AND_FORWARD_MODE;" but I can't find if in smsc_smpp.c. Your help are greatly appreciated. Kannel ver. 1.4.4 Conf File : group = smsc smsc = smpp smsc-id = smppConnection1 allowed-smsc-id = "smppConnection1" host = xxx.xxx.xxx.xxx port = 3131 receive-port = 3131 system-type = "" address-range = "" smsc-username = "xxxxx" smsc-password = "xxxxx" source-addr-ton = 0 source-addr-npi = 1 dest-addr-ton = 1 dest-addr-npi = 1 interface-version = 52 throughput= 1 alt-charset = "utf-8" connection-timeout = 600 max-pending-submits = 10 enquire-link-interval = 30 transceiver-mode = 1 msg-id-type = 1 wait-ack = 60 #log-file = "/opt/kannel/kannel_dump/testdn-premium.log" #log-level = 0 group = smsc smsc = smpp smsc-id = smppConnection2 allowed-smsc-id = "smppConnection2" host = xxx.xxx.xxx.xxx port = 3131 receive-port = 3131 system-type = "" address-range = "" smsc-username = "xxxx" smsc-password = "xxxxx" source-addr-ton = 0 source-addr-npi = 1 dest-addr-ton = 1 dest-addr-npi = 1 interface-version = 52 throughput= 1 alt-charset = "utf-8" connection-timeout = 600 max-pending-submits = 10 enquire-link-interval = 30 transceiver-mode = 1 msg-id-type = 1 wait-ack = 60 #log-file = "/opt/kannel/kannel_dump/testdn-bulk.log" #log-level = 0 Eins