Unicast RTP Paging

Home » Asterisk Users » Unicast RTP Paging
Asterisk Users 5 Comments

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

  • 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