Hi,<br><br>I am developing a call quality measurement application in asterisk 1.4 and I need a channel to share its rtt, when using rtp and rtcp, with the other channel. Let's say, when a call is running between channels A and B, I need to do something like this inside channel.c:<br>
<br>channelA->channelB_rtt = rtpB->rtcp->rtt;<br><br>So far, I can't see a way to do it without working inside the channel implementation (chan_sip.c, chan_ooh323.c...), where the rtp structure is created.<br>
<br>Is there a more elegant way of doing this?<br clear="all"><br>-- <br>Kind regards,<br>André de Abrantes