Reply To: Problem with ‘Await Replies’

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Problem with ‘Await Replies’ Reply To: Problem with ‘Await Replies’

#58134
Richard Hart
Participant

    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?