Has anyone been able to get a Sony-Ericsson T616 phone
to ever actually like an M-Notification-Ind message? I am
using the latest CVS build of Kannel and attempting to do
a WAP Push to a T616 phone using GSM SMS as the network
and bearer. I can successfully get a notification message
to Nokia phones (unsure of the models), and even a P900
Sony-Ericsson, but not a T616. It just ignores it. I've
been working directly with Sony-Ericsson on this problem
with no luck. They told me it wouldn't accept a
concatenated message, so I slimmed it down to fit into
one SMS. I've also tried manually editing the Kannel
source to get a DCS (data coding scheme) of 0xf5 instead
of the 0x04 it automatically uses. The current SMS looks
like this:
type_name: submit_sm
command_id: 4 = 0x00000004
command_status: 0 = 0x00000000
sequence_number: 2372 = 0x00000944
service_type: NULL
source_addr_ton: 2 = 0x00000002
source_addr_npi: 1 = 0x00000001
source_addr: "11231231234"
dest_addr_ton: 1 = 0x00000001
dest_addr_npi: 1 = 0x00000001
destination_addr: "11231231234"
esm_class: 67 = 0x00000043
protocol_id: 0 = 0x00000000
priority_flag: 0 = 0x00000000
schedule_delivery_time: NULL
validity_period: "040304125508020-"
registered_delivery: 0 = 0x00000000
replace_if_present_flag: 0 = 0x00000000
data_coding: 245 = 0x000000f5
sm_default_msg_id: 0 = 0x00000000
sm_length: 115 = 0x00000073
short_message:
Octet string at 0x81ab5b8:
len: 115
size: 1024
immutable: 0
data: 06 05 04 0b 84 23 f0 0c 06 26 61 70 70 6c 69 63 .....#...&applic
data: 61 74 69 6f 6e 2f 76 6e 64 2e 77 61 70 2e 6d 6d ation/vnd.wap.mm
data: 73 2d 6d 65 73 73 61 67 65 00 af 84 8d c3 c3 93 s-message.......
data: 8c 82 98 31 00 8d 90 86 81 8a 80 8e 02 23 7a 88 ...1.........#z.
data: 06 80 04 40 4a 10 7c 83 68 74 74 70 3a 2f 2f 31 [EMAIL PROTECTED]|.http://1
data: 30 2e 31 30 2e 30 2e 39 37 2f 6d 6d 73 2f 6d 6d 0.10.0.97/mms/mm
data: 73 2e 70 68 70 3f 69 64 3d 34 31 35 64 32 33 64 s.php?id=415d23d
data: 31 00 0a 1..
MSISDNs have been changed to protect the innocent.
Thanks for any help.
Jon