On Fri, Jan 23, 2009 at 3:32 AM, David Clark <vdc1048 at tx.rr.com> wrote: > Benny, > > Ok my request is for a function that would return the current tx or rx > frequency on a given port. Just like the existing > function pjsua_conf_get_signal_level(). I would be willing to build it > myself and test it then submit it back to pjsip....but > I got a problem. I can see where to put it. But not how to come up with > the frequency data. > > David, you can do this by creating your own pjmedia port to do the frequency analysis, and then it's just a matter of registering this port to the bridge and connecting it to whatever source which frequency you want to analyze. It's much cleaner approach than to do this inside the bridge itself, which already is too hairy since it has too many features, and it is the approach to extend the bridge functionality in general. cheers Benny -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090126/f744b521/attachment.html>