Hi Michael,
What you describe does make it sound like the PUTAUT(CTX) setting has not been picked up by the channel. I am curious about the part of your script that does:-
STOP CHANNEL(SENDER3.TO.RECEIVER2)
START CHANNEL(SENDER3.TO.RECEIVER2)
I assume that perhaps you have a script that you have been gradually developing and that is why you have this - to stop the previously running channel and then restart it to allow it to get the new definition. I wonder if this might mean that the PUTAUT(CTX) setting has not been picked up because perhaps, because these two commands are so close together, that the channel might not have actually been stopped.
If you issue a start channel too rapidly after a stop channel, if the channel has not yet stopped, it will just cancel the stop. This of course, is not what you want in your case.
Can I get you to try to manually stop the channel, and use channel status to make sure it has really stopped - i.e. no longer running at either end, and then start it up again and see if it still shows the same behaviour.
Cheers,
Morag