I’m currently trying to see if there is a way to strip out any numerical data that comes over in the OBR.13. I know a xlate table this can be done, but i’d preferably want to do this via a tcl script.
I meant to say, not letting the message pass through if it has numerical data in the OBR.13. I don’t care if the numerical data is stripped, just want the message blocked or killed.
Yes, this can be done. Grab the value out of the message, check if it’s a number, set the disposition to KILL or CONTINUE based on your check. Which part of this are you having problems with?