Hello People I have the special group smpp-tlv, and Im trying to send an special SMS using message_pauload TLV My XML is <meta-data>?smpp?message_payload=Hello+World</meta-data>
Checking logs, I can see SMPP SMSCID detects the TLV, and the message_payload is showed at the log, but my problem is that the SMS is sent to the mobile phone, but empty, and not with the text "Hello+World" I appreciate If you can help me please to figure out what is wrong or what I need to change/specify to get the TEXT send in the payload SMSCID Logs 2014-02-20 22:25:28 [10639] [21] DEBUG: message_id: NULL 2014-02-20 22:25:28 [10639] [21] DEBUG: SMPP PDU dump ends. 2014-02-20 22:25:33 [10639] [20] DEBUG: SMPP[XXXXXX]: throughput (0.00,30.00) 2014-02-20 22:25:33 [10639] [20] DEBUG: SMPP[XXXXXXX]: Manually forced source addr ton = 2, source add npi = 1 2014-02-20 22:25:33 [10639] [20] DEBUG: new group created `smpp' 2014-02-20 22:25:33 [10639] [20] DEBUG: group=`smpp' key=`message_payload' value=`Hola Mundo' 2014-02-20 22:25:33 [10639] [20] DEBUG: SMPP[XXXXX]: Sending PDU: 2014-02-20 22:25:33 [10639] [20] DEBUG: SMPP PDU 0x7fab0800e7e0 dump: 2014-02-20 22:25:33 [10639] [20] DEBUG: type_name: submit_sm 2014-02-20 22:25:33 [10639] [20] DEBUG: command_id: 4 = 0x00000004 2014-02-20 22:25:33 [10639] [20] DEBUG: command_status: 0 = 0x00000000 2014-02-20 22:25:33 [10639] [20] DEBUG: sequence_number: 17 = 0x00000011 2014-02-20 22:25:33 [10639] [20] DEBUG: service_type: "XXXXX" 2014-02-20 22:25:33 [10639] [20] DEBUG: source_addr_ton: 2 = 0x00000002 2014-02-20 22:25:33 [10639] [20] DEBUG: source_addr_npi: 1 = 0x00000001 2014-02-20 22:25:33 [10639] [20] DEBUG: source_addr: "NNNNN" 2014-02-20 22:25:33 [10639] [20] DEBUG: dest_addr_ton: 2 = 0x00000002 2014-02-20 22:25:33 [10639] [20] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-02-20 22:25:33 [10639] [20] DEBUG: destination_addr: "MMMMMMMM" 2014-02-20 22:25:33 [10639] [20] DEBUG: esm_class: 3 = 0x00000003 2014-02-20 22:25:33 [10639] [20] DEBUG: protocol_id: 0 = 0x00000000 2014-02-20 22:25:33 [10639] [20] DEBUG: priority_flag: 0 = 0x00000000 2014-02-20 22:25:33 [10639] [20] DEBUG: schedule_delivery_time: NULL 2014-02-20 22:25:33 [10639] [20] DEBUG: validity_period: NULL 2014-02-20 22:25:33 [10639] [20] DEBUG: registered_delivery: 0 = 0x00000000 2014-02-20 22:25:33 [10639] [20] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-02-20 22:25:33 [10639] [20] DEBUG: data_coding: 0 = 0x00000000 2014-02-20 22:25:33 [10639] [20] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-02-20 22:25:33 [10639] [20] DEBUG: sm_length: 0 = 0x00000000 *2014-02-20 22:25:33 [10639] [20] DEBUG: short_message: ""* 2014-02-20 22:25:33 [10639] [20] DEBUG: message_payload: "Hola Mundo" Thank you in advanced.