Re: [asterisk-users] SIP and podcasts
Not sure. I know once I register on a PC I get a file on my PC that tells it where to go ( too tired to think of it now). - Original Message - From: "Matt Riddell (NZ)" <[EMAIL PROTECTED]> To: "Asterisk Users Mailing List - Non-Commercial Discussion" Sent: Sunday, July 30, 2006 9:47 AM Subject: Re: [asterisk-users] SIP and podcasts -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dovid Bender wrote: Does anyone know if there is such a solution to listen to XM radio's service thru thier site ? What format is the feed? - -- Cheers, Matt Riddell ___ http://www.sineapps.com/news.php (Daily Asterisk News - html) http://freevoip.gedameurope.com (Free Asterisk Voip Community) http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss) -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEzLhVS6d5vy0jeVcRAr/ZAJ4kC7XFuQY2/CWGIju+KERc7ZMcWgCeO7sH PTtovIxfTWUbVHN48dOzQ44= =ASrU -END PGP SIGNATURE- ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Re: [asterisk-users] SIP and podcasts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dovid Bender wrote: > Does anyone know if there is such a solution to listen to XM radio's service > thru thier site ? What format is the feed? - -- Cheers, Matt Riddell ___ http://www.sineapps.com/news.php (Daily Asterisk News - html) http://freevoip.gedameurope.com (Free Asterisk Voip Community) http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss) -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEzLhVS6d5vy0jeVcRAr/ZAJ4kC7XFuQY2/CWGIju+KERc7ZMcWgCeO7sH PTtovIxfTWUbVHN48dOzQ44= =ASrU -END PGP SIGNATURE- ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Re: [asterisk-users] SIP and podcasts
Does anyone know if there is such a solution to listen to XM radio's service thru thier site ? - Original Message - From: Alex Robar To: Asterisk Users Mailing List - Non-Commercial Discussion Sent: Tuesday, July 25, 2006 12:06 PM Subject: Re: [asterisk-users] SIP and podcasts Should be doable, but it would take a bit of scripting. You would have to get a program that subscribes to the feeds in Linux (bashpodder does this) and downloads the files to a given directory. You would then have to run something to convert those mp3s into something Asterisk can use, then move the converted files to the appropriate MoH directories. Create a dial code (say *703 -> *POD) and have it play MoH for the files in that folder. If you wanted to be really clever about it, you could create an IVR that lets you pick from the most recent show, one show back, two shows back, etc, etc... And have the script that copies the files over remove the oldest file, rename the older files so that they become "show2" and "show3", and then rename the newest show to "show1". As I said, a bit of work... But doable if you're willing to put some work into it.Alex On 7/25/06, kael < [EMAIL PROTECTED]> wrote: Hi,Would it be possible to use Asterisk to retrieve podcasts and make them accessible via a softphone like Ekiga ?Thanks.--kael___--Bandwidth and Colocation provided by Easynews.com --asterisk-users mailing listTo UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users-- Alex Robar[EMAIL PROTECTED] ___--Bandwidth and Colocation provided by Easynews.com --asterisk-users mailing listTo UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Re: [asterisk-users] SIP and podcasts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 kael wrote: > I find curious there's no solution to listen to podcasts via SIP servers. Um, I've just uploaded a total hack to the wiki: http://www.voip-info.org/wiki/view/PodCast You will need phpagi, the script, the extensions.conf entry, magpie rss and a bit of patience. Drop me a line in you have any problems! BTW: It is a total hack, I was planning to clean it up, but never got round to it, seeing as you're looking for it I thought I'd post it anyway. It works for me, but YMMV! :) - -- Cheers, Matt Riddell ___ http://www.sineapps.com/news.php (Daily Asterisk News - html) http://freevoip.gedameurope.com (Free Asterisk Voip Community) http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss) -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFExq5vS6d5vy0jeVcRAvdOAJ9dbiEEp2MSj/SIZki29GSHCSAkaACfV0tZ hNm2DsK9j1vrAxJ+wg2RYg4= =IYze -END PGP SIGNATURE- ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Re: [asterisk-users] SIP and podcasts
Alex Robar wrote: Should be doable, but it would take a bit of scripting. You would have to get a program that subscribes to the feeds in Linux (bashpodder does this) and downloads the files to a given directory. You would then have to run something to convert those mp3s into something Asterisk can use, then move the converted files to the appropriate MoH directories. Create a dial code (say *703 -> *POD) and have it play MoH for the files in that folder. If you wanted to be really clever about it, you could create an IVR that lets you pick from the most recent show, one show back, two shows back, etc, etc... And have the script that copies the files over remove the oldest file, rename the older files so that they become "show2" and "show3", and then rename the newest show to "show1". Thanks for the suggestion. I'd need to learn scripting. :-/ I haven't installed Asterisk yet but was thinking there would a hack specially for podcasts. I find curious there's no solution to listen to podcasts via SIP servers. -- kael ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Re: [asterisk-users] SIP and podcasts
Marco Mouta wrote: GABcast has IVR to allow users access podcast from Asterisk GABcast doesn't seem to allow to subscribe to podcasts but only to create them from a softphone, does it ? -- kael ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Re: [asterisk-users] SIP and podcasts
Should be doable, but it would take a bit of scripting. You would have to get a program that subscribes to the feeds in Linux (bashpodder does this) and downloads the files to a given directory. You would then have to run something to convert those mp3s into something Asterisk can use, then move the converted files to the appropriate MoH directories. Create a dial code (say *703 -> *POD) and have it play MoH for the files in that folder. If you wanted to be really clever about it, you could create an IVR that lets you pick from the most recent show, one show back, two shows back, etc, etc... And have the script that copies the files over remove the oldest file, rename the older files so that they become "show2" and "show3", and then rename the newest show to "show1". As I said, a bit of work... But doable if you're willing to put some work into it.AlexOn 7/25/06, kael < [EMAIL PROTECTED]> wrote:Hi,Would it be possible to use Asterisk to retrieve podcasts and make them accessible via a softphone like Ekiga ?Thanks.--kael___--Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing listTo UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Alex Robar[EMAIL PROTECTED] ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Re: [asterisk-users] SIP and podcasts
GABcast has IVR to allow users access podcast from Asterisk On 7/25/06, kael <[EMAIL PROTECTED]> wrote: Hi, Would it be possible to use Asterisk to retrieve podcasts and make them accessible via a softphone like Ekiga ? Thanks. -- kael ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Best regards, Marco Mouta ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
[asterisk-users] SIP and podcasts
Hi, Would it be possible to use Asterisk to retrieve podcasts and make them accessible via a softphone like Ekiga ? Thanks. -- kael ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users