Garry.
When you are killing a reply message, you need to use the disposition ‘KILLREPLY’ rather than KILL.
The hcitpsmsgkill performs this for you, as long as the reply context is sms_ib_reply.
eg from the scipt …
if [cequal $context sms_ib_reply] {
set disp KILLREPLY
} else {
set disp KILL
}
Are you sure you are killing the mesage from the correctmessage context?