Asterisk in the media stream... How to know from the CLI

Is there a CLI cmd that will show if asterisk is in the media stream? I can do a ethereal trace, but I was looking for something easier…

I have looked at SIP show channels & show channels. But I am not sure how to tell where the media stream.

Many Thanks!
Doug

tcpdump -vv |grep rtp should work.

or rtp debug from the * cli

Ian

That will do thanks!

Doug