Unicast RTP Paging
Hi All,
I playing around with multicast paging, I saw a post from Josh Colp about adding unicast support into chan_multicast_rtp but not finding details if this is incorporated in dialplan functions or not.
Basically I would like to send a unicast page/rtp stream out to a unicast-to-multicast re-director cisco router.
Can anyone point me in the right direction?
Thanks.
JR
5 thoughts on - Unicast RTP Paging
I’ve got a blog post[1] which explains how I use it for AstriDevCon streaming, it includes the format.
Cheers,
[1] http://www.joshua-colp.com/broadcasting-asterisk-conferences/
Thanks Josh. I spun up the latest version 13.6 (current) and added chan_rtp.c to channels/ but it will not compile, getting a lot of missing declaration parameters, are there any dependencies needed or what else should I try. What version of Asterisk did you build chan_rtp with Unicast support? Is it in Trunk or SVN testing branch?
Thanks.
JR
It is currently only available in git master, I haven’t tried throwing it into 13 so I’m uncertain of what all would need to be changed.
Works as expected using git master branch, I’m not running git master in production but could really use this functionality. Any ideas on how I could backport/patch UnicastRTP to another branch?
Thanks.
JR
It’s basically doing what you did before, copying it back and fixing any compilation errors.