|
Hi friends,
I am trying to send a long unicode message using
SMPP.
But when it is recieved on mobile each part is recieved as different messages. Its not getting combined. I tried with english SMS also and got the same result. In my conf file, I had set concatenation=true and max-messages=5 etc. I am using Kanell-1.4.0 The following is the log file for 4 split message.
I had also
tried using 2 splits and 3 splits. Kindly help me in solving my problem. Is there any more parameters I should set to get it corrected. I also tried to manually split the messages and
send as different msgs
by adding the UDH header manually. But then also I got the same result. 2006-09-26 11:31:33 [1993] [14] DEBUG: boxc_receiver: sms received 2006-09-26 11:31:33 [1993] [14] DEBUG: new split_parts created 0x81ac1b8 2006-09-26 11:31:33 [1993] [14] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2006-09-26 11:31:33 [1993] [11] DEBUG: SMPP[smsaddress]: Manually forced source addr ton = 5, source add npi = 1 2006-09-26 11:31:33 [1993] [11] DEBUG: SMPP[smsaddress]: Manually forced dest addr ton = 1, dest add npi = 1 2006-09-26 11:31:33 [1993] [11] DEBUG: SMPP[smsaddress]: Sending PDU: 2006-09-26 11:31:33 [1993] [11] DEBUG: SMPP PDU 0x81aa188 dump: 2006-09-26 11:31:33 [1993] [11] DEBUG: type_name: submit_sm 2006-09-26 11:31:33 [1993] [11] DEBUG: command_id: 4 = 0x00000004 2006-09-26 11:31:33 [1993] [11] DEBUG: command_status: 0 = 0x00000000 2006-09-26 11:31:33 [1993] [11] DEBUG: sequence_number: 4 = 0x00000004 2006-09-26 11:31:33 [1993] [11] DEBUG: service_type: NULL 2006-09-26 11:31:33 [1993] [11] DEBUG: source_addr_ton: 5 = 0x00000005 2006-09-26 11:31:33 [1993] [11] DEBUG: source_addr_npi: 0 = 0x00000000 2006-09-26 11:31:33 [1993] [11] DEBUG: source_addr: "AAC" 2006-09-26 11:31:33 [1993] [11] DEBUG: dest_addr_ton: 1 = 0x00000001 2006-09-26 11:31:33 [1993] [11] DEBUG: dest_addr_npi: 1 = 0x00000001 2006-09-26 11:31:33 [1993] [11] DEBUG: destination_addr: "911123456789" 2006-09-26 11:31:33 [1993] [11] DEBUG: esm_class: 67 = 0x00000043 2006-09-26 11:31:33 [1993] [11] DEBUG: protocol_id: 0 = 0x00000000 2006-09-26 11:31:33 [1993] [11] DEBUG: priority_flag: 0 = 0x00000000 2006-09-26 11:31:33 [1993] [11] DEBUG: schedule_delivery_time: NULL 2006-09-26 11:31:33 [1993] [11] DEBUG: validity_period: NULL 2006-09-26 11:31:33 [1993] [11] DEBUG: registered_delivery: 1 = 0x00000001 2006-09-26 11:31:33 [1993] [11] DEBUG: replace_if_present_flag: 0 = 0x00000000 2006-09-26 11:31:33 [1993] [11] DEBUG: data_coding: 8 = 0x00000008 2006-09-26 11:31:33 [1993] [11] DEBUG: sm_default_msg_id: 0 = 0x00000000 2006-09-26 11:31:33 [1993] [11] DEBUG: sm_length: 140 = 0x0000008c 2006-09-26 11:31:33 [1993] [11] DEBUG: short_message: 2006-09-26 11:31:33 [1993] [11] DEBUG: Octet string at 0x81ad360: 2006-09-26 11:31:33 [1993] [11] DEBUG: len: 140 2006-09-26 11:31:33 [1993] [11] DEBUG: size: 1024 2006-09-26 11:31:33 [1993] [11] DEBUG: immutable: 0 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 05 00 03 03 04 01 06 2a 06 30 06 43 06 4a 06 31 .......*.0.C.J.1 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 00 3a 00 20 06 2a 06 42 06 27 06 45 00 20 06 27 .:. .*.B.'.E. .' 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 06 44 06 4a 06 48 06 45 00 20 00 32 00 30 00 30 .D.J.H.E. .2.0.0 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 00 36 00 2f 00 39 00 2f 00 32 00 30 00 20 06 45 .6./.9./.2.0. .E 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 06 28 06 27 06 31 06 27 06 29 00 20 06 27 06 44 .(.'.1.'.). .'.D 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 06 39 06 4a 06 46 00 20 00 2d 00 32 00 31 00 35 .9.J.F. .-.2.1.5 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 00 2d 00 20 06 27 06 44 06 42 06 27 06 2f 06 33 .-. .'.D.B.'./.3 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 06 4a 06 29 00 20 06 27 06 44 06 43 06 48 06 4a .J.). .'.D.C.H.J 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 06 2a 06 4a 00 20 06 36 06 45 06 46 ..*.J. .6.E.F 2006-09-26 11:31:33 [1993] [11] DEBUG: Octet string dump ends. 2006-09-26 11:31:33 [1993] [11] DEBUG: more_messages_to_send: 1 = 0x00000001 2006-09-26 11:31:33 [1993] [11] DEBUG: SMPP PDU dump ends. 2006-09-26 11:31:33 [1993] [11] DEBUG: SMPP[smsaddress]: Manually forced source addr ton = 5, source add npi = 1 2006-09-26 11:31:33 [1993] [11] DEBUG: SMPP[smsaddress]: Manually forced dest addr ton = 1, dest add npi = 1 2006-09-26 11:31:33 [1993] [11] DEBUG: SMPP[smsaddress]: Sending PDU: 2006-09-26 11:31:33 [1993] [11] DEBUG: SMPP PDU 0x81aa188 dump: 2006-09-26 11:31:33 [1993] [11] DEBUG: type_name: submit_sm 2006-09-26 11:31:33 [1993] [11] DEBUG: command_id: 4 = 0x00000004 2006-09-26 11:31:33 [1993] [11] DEBUG: command_status: 0 = 0x00000000 2006-09-26 11:31:33 [1993] [11] DEBUG: sequence_number: 5 = 0x00000005 2006-09-26 11:31:33 [1993] [11] DEBUG: service_type: NULL 2006-09-26 11:31:33 [1993] [11] DEBUG: source_addr_ton: 5 = 0x00000005 2006-09-26 11:31:33 [1993] [11] DEBUG: source_addr_npi: 0 = 0x00000000 2006-09-26 11:31:33 [1993] [11] DEBUG: source_addr: "AAC" 2006-09-26 11:31:33 [1993] [11] DEBUG: dest_addr_ton: 1 = 0x00000001 2006-09-26 11:31:33 [1993] [11] DEBUG: dest_addr_npi: 1 = 0x00000001 2006-09-26 11:31:33 [1993] [11] DEBUG: destination_addr: "911123456789" 2006-09-26 11:31:33 [1993] [11] DEBUG: esm_class: 67 = 0x00000043 2006-09-26 11:31:33 [1993] [11] DEBUG: protocol_id: 0 = 0x00000000 2006-09-26 11:31:33 [1993] [11] DEBUG: priority_flag: 0 = 0x00000000 2006-09-26 11:31:33 [1993] [11] DEBUG: schedule_delivery_time: NULL 2006-09-26 11:31:33 [1993] [11] DEBUG: validity_period: NULL 2006-09-26 11:31:33 [1993] [11] DEBUG: registered_delivery: 0 = 0x00000000 2006-09-26 11:31:33 [1993] [11] DEBUG: replace_if_present_flag: 0 = 0x00000000 2006-09-26 11:31:33 [1993] [11] DEBUG: data_coding: 8 = 0x00000008 2006-09-26 11:31:33 [1993] [11] DEBUG: sm_default_msg_id: 0 = 0x00000000 2006-09-26 11:31:33 [1993] [11] DEBUG: sm_length: 140 = 0x0000008c 2006-09-26 11:31:33 [1993] [11] DEBUG: short_message: 2006-09-26 11:31:33 [1993] [11] DEBUG: Octet string at 0x81ab940: 2006-09-26 11:31:33 [1993] [11] DEBUG: len: 140 2006-09-26 11:31:33 [1993] [11] DEBUG: size: 1024 2006-09-26 11:31:33 [1993] [11] DEBUG: immutable: 0 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 05 00 03 03 04 02 00 20 06 25 06 4a 06 27 06 28 ....... .%.J.'.( 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 00 20 06 2a 06 35 06 41 06 4a 06 27 06 2a 00 20 . .*.5.A.J.'.*. 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 06 43 06 23 06 33 00 20 06 22 06 33 06 4a 06 27 .C.#.3. .".3.J.' 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 00 20 06 44 06 44 06 23 06 46 06 2f 06 4a 06 29 . .D.D.#.F./.J.) 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 00 20 06 27 06 44 06 23 06 28 06 37 06 27 06 44 . .'.D.#.(.7.'.D 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 00 20 06 27 06 44 06 2f 06 48 06 31 00 20 06 31 . .'.D./.H.1. .1 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 06 28 06 39 00 20 06 27 06 44 06 46 06 47 06 27 .(.9. .'.D.F.G.' 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 06 26 06 4a 00 20 06 41 06 4a 00 20 06 33 06 2a .&.J. .A.J. .3.* 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 06 27 06 2f 00 20 06 2e 06 44 06 4a ..'./. ...D.J 2006-09-26 11:31:33 [1993] [11] DEBUG: Octet string dump ends. 2006-09-26 11:31:33 [1993] [11] DEBUG: more_messages_to_send: 1 = 0x00000001 2006-09-26 11:31:33 [1993] [11] DEBUG: SMPP PDU dump ends. 2006-09-26 11:31:33 [1993] [11] DEBUG: SMPP[smsaddress]: Manually forced source addr ton = 5, source add npi = 1 2006-09-26 11:31:33 [1993] [11] DEBUG: SMPP[smsaddress]: Manually forced dest addr ton = 1, dest add npi = 1 2006-09-26 11:31:33 [1993] [11] DEBUG: SMPP[smsaddress]: Sending PDU: 2006-09-26 11:31:33 [1993] [11] DEBUG: SMPP PDU 0x81aa188 dump: 2006-09-26 11:31:33 [1993] [11] DEBUG: type_name: submit_sm 2006-09-26 11:31:33 [1993] [11] DEBUG: command_id: 4 = 0x00000004 2006-09-26 11:31:33 [1993] [11] DEBUG: command_status: 0 = 0x00000000 2006-09-26 11:31:33 [1993] [11] DEBUG: sequence_number: 6 = 0x00000006 2006-09-26 11:31:33 [1993] [11] DEBUG: service_type: NULL 2006-09-26 11:31:33 [1993] [11] DEBUG: source_addr_ton: 5 = 0x00000005 2006-09-26 11:31:33 [1993] [11] DEBUG: source_addr_npi: 0 = 0x00000000 2006-09-26 11:31:33 [1993] [11] DEBUG: source_addr: "AAC" 2006-09-26 11:31:33 [1993] [11] DEBUG: dest_addr_ton: 1 = 0x00000001 2006-09-26 11:31:33 [1993] [11] DEBUG: dest_addr_npi: 1 = 0x00000001 2006-09-26 11:31:33 [1993] [11] DEBUG: destination_addr: "911123456789" 2006-09-26 11:31:33 [1993] [11] DEBUG: esm_class: 67 = 0x00000043 2006-09-26 11:31:33 [1993] [11] DEBUG: protocol_id: 0 = 0x00000000 2006-09-26 11:31:33 [1993] [11] DEBUG: priority_flag: 0 = 0x00000000 2006-09-26 11:31:33 [1993] [11] DEBUG: schedule_delivery_time: NULL 2006-09-26 11:31:33 [1993] [11] DEBUG: validity_period: NULL 2006-09-26 11:31:33 [1993] [11] DEBUG: registered_delivery: 0 = 0x00000000 2006-09-26 11:31:33 [1993] [11] DEBUG: replace_if_present_flag: 0 = 0x00000000 2006-09-26 11:31:33 [1993] [11] DEBUG: data_coding: 8 = 0x00000008 2006-09-26 11:31:33 [1993] [11] DEBUG: sm_default_msg_id: 0 = 0x00000000 2006-09-26 11:31:33 [1993] [11] DEBUG: sm_length: 140 = 0x0000008c 2006-09-26 11:31:33 [1993] [11] DEBUG: short_message: 2006-09-26 11:31:33 [1993] [11] DEBUG: Octet string at 0x81adbf0: 2006-09-26 11:31:33 [1993] [11] DEBUG: len: 140 2006-09-26 11:31:33 [1993] [11] DEBUG: size: 1024 2006-09-26 11:31:33 [1993] [11] DEBUG: immutable: 0 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 05 00 03 03 04 03 06 41 06 29 00 20 06 27 06 44 .......A.). .'.D 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 06 33 06 27 06 39 06 29 00 20 00 37 00 3a 00 32 .3.'.9.). .7.:.2 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 00 35 06 45 00 20 00 0a 06 45 06 44 06 27 06 2d .5.E. ...E.D.'.- 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 06 38 06 29 00 3a 00 20 06 27 06 44 06 2f 06 2e .8.).:. .'.D./.. 2006-09-26 11:31:33 [1993] [11] DEBUG: data: 06 48 06 44 00 20 06 28 06 28 06 37 06 27 06 42 .H.D. .(.(.7.'.B 2006-09-26 11:31:34 [1993] [11] DEBUG: data: 06 29 00 20 06 27 06 44 06 45 06 48 06 33 06 45 .). .'.D.E.H.3.E 2006-09-26 11:31:34 [1993] [11] DEBUG: data: 00 20 06 27 06 44 06 45 06 27 06 36 06 4a 00 20 . .'.D.E.'.6.J. 2006-09-26 11:31:34 [1993] [11] DEBUG: data: 06 45 06 46 00 20 06 27 06 44 06 28 06 48 06 27 .E.F. .'.D.(.H.' 2006-09-26 11:31:34 [1993] [11] DEBUG: data: 06 28 06 29 00 20 06 31 06 42 06 45 ..(.). .1.B.E 2006-09-26 11:31:34 [1993] [11] DEBUG: Octet string dump ends. 2006-09-26 11:31:34 [1993] [11] DEBUG: more_messages_to_send: 1 = 0x00000001 2006-09-26 11:31:34 [1993] [11] DEBUG: SMPP PDU dump ends. 2006-09-26 11:31:34 [1993] [11] DEBUG: SMPP[smsaddress]: Manually forced source addr ton = 5, source add npi = 1 2006-09-26 11:31:34 [1993] [11] DEBUG: SMPP[smsaddress]: Manually forced dest addr ton = 1, dest add npi = 1 2006-09-26 11:31:34 [1993] [11] DEBUG: SMPP[smsaddress]: Sending PDU: 2006-09-26 11:31:34 [1993] [11] DEBUG: SMPP PDU 0x81aa188 dump: 2006-09-26 11:31:34 [1993] [11] DEBUG: type_name: submit_sm 2006-09-26 11:31:34 [1993] [11] DEBUG: command_id: 4 = 0x00000004 2006-09-26 11:31:34 [1993] [11] DEBUG: command_status: 0 = 0x00000000 2006-09-26 11:31:34 [1993] [11] DEBUG: sequence_number: 7 = 0x00000007 2006-09-26 11:31:34 [1993] [11] DEBUG: service_type: NULL 2006-09-26 11:31:34 [1993] [11] DEBUG: source_addr_ton: 5 = 0x00000005 2006-09-26 11:31:34 [1993] [11] DEBUG: source_addr_npi: 0 = 0x00000000 2006-09-26 11:31:34 [1993] [11] DEBUG: source_addr: "AAC" 2006-09-26 11:31:34 [1993] [11] DEBUG: dest_addr_ton: 1 = 0x00000001 2006-09-26 11:31:34 [1993] [11] DEBUG: dest_addr_npi: 1 = 0x00000001 2006-09-26 11:31:34 [1993] [11] DEBUG: destination_addr: "911123456789" 2006-09-26 11:31:34 [1993] [11] DEBUG: esm_class: 67 = 0x00000043 2006-09-26 11:31:34 [1993] [11] DEBUG: protocol_id: 0 = 0x00000000 2006-09-26 11:31:34 [1993] [11] DEBUG: priority_flag: 0 = 0x00000000 2006-09-26 11:31:34 [1993] [11] DEBUG: schedule_delivery_time: NULL 2006-09-26 11:31:34 [1993] [11] DEBUG: validity_period: NULL 2006-09-26 11:31:34 [1993] [11] DEBUG: registered_delivery: 0 = 0x00000000 2006-09-26 11:31:34 [1993] [11] DEBUG: replace_if_present_flag: 0 = 0x00000000 2006-09-26 11:31:34 [1993] [11] DEBUG: data_coding: 8 = 0x00000008 2006-09-26 11:31:34 [1993] [11] DEBUG: sm_default_msg_id: 0 = 0x00000000 2006-09-26 11:31:34 [1993] [11] DEBUG: sm_length: 38 = 0x00000026 2006-09-26 11:31:34 [1993] [11] DEBUG: short_message: 2006-09-26 11:31:34 [1993] [11] DEBUG: Octet string at 0x81ad360: 2006-09-26 11:31:34 [1993] [11] DEBUG: len: 38 2006-09-26 11:31:34 [1993] [11] DEBUG: size: 1024 2006-09-26 11:31:34 [1993] [11] DEBUG: immutable: 0 2006-09-26 11:31:34 [1993] [11] DEBUG: data: 05 00 03 03 04 04 00 20 00 32 00 0a 00 2a 06 47 ....... .2...*.G 2006-09-26 11:31:34 [1993] [11] DEBUG: data: 06 4a 06 26 06 29 00 20 06 27 06 44 06 34 06 31 .J.&.). .'.D.4.1 2006-09-26 11:31:34 [1993] [11] DEBUG: data: 06 41 00 2a 00 0a ..A.*.. 2006-09-26 11:31:34 [1993] [11] DEBUG: Octet string dump ends. 2006-09-26 11:31:34 [1993] [11] DEBUG: SMPP PDU dump ends. Pls help me.
Thanks
Shanavaz.
__________________________________________________ |
