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&#39;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-&gt;channelB_rtt = rtpB-&gt;rtcp-&gt;rtt;<br><br>So far, I can&#39;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