Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] Unicast RTP Paging


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
jmr.richardson at gmai...
Guest





PostPosted: Tue Oct 20, 2015 5:18 pm    Post subject: [asterisk-users] Unicast RTP Paging Reply with quote

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
--
JR Richardson
Engineering for the Masses
Chasing the Azeotrope

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
jcolp at digium.com
Guest





PostPosted: Tue Oct 20, 2015 5:20 pm    Post subject: [asterisk-users] Unicast RTP Paging Reply with quote

On 15-10-20 07:18 PM, JR Richardson wrote:
Quote:
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?

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/

--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
jmr.richardson at gmai...
Guest





PostPosted: Thu Oct 22, 2015 5:21 pm    Post subject: [asterisk-users] Unicast RTP Paging Reply with quote

Quote:
On 15-10-20 07:18 PM, JR Richardson wrote:
Quote:
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?

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/

--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org


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
--
JR Richardson
Engineering for the Masses
Chasing the Azeotrope

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
jcolp at digium.com
Guest





PostPosted: Thu Oct 22, 2015 5:27 pm    Post subject: [asterisk-users] Unicast RTP Paging Reply with quote

On 15-10-22 07:21 PM, JR Richardson wrote:

<snip>

Quote:

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?

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.

--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
jmr.richardson at gmai...
Guest





PostPosted: Fri Oct 23, 2015 3:47 pm    Post subject: [asterisk-users] Unicast RTP Paging Reply with quote

Quote:
Quote:
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?

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.

--
Joshua Colp

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
--
JR Richardson
Engineering for the Masses
Chasing the Azeotrope

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
jcolp at digium.com
Guest





PostPosted: Fri Oct 23, 2015 3:49 pm    Post subject: [asterisk-users] Unicast RTP Paging Reply with quote

On 15-10-23 05:47 PM, JR Richardson wrote:
Quote:
Quote:
Quote:
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?

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.

--
Joshua Colp

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?

It's basically doing what you did before, copying it back and fixing any
compilation errors.

--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services