Ok, I've been away from the list for sometime now and feel as though I'm going to ask something that's been asked many times before, yet I find nothing in the wiki, so here goes: I notice that allison has done recordings for weather forecasts, yet I find no agi's that parse forecasts and use this recordings to piece together the forecast. I find plenty of weather agi's, but they all seem to be festival related rather than using prerecorded bits and pieces. Anybody know of a script that makes use of these recordings? Thanks for the help!
At 12:08 AM -0500 on 3/18/05, Kris Edwards wrote:>Ok, I've been away from the list for sometime now and feel as though I'm >going to ask something that's been asked many times before, yet I find >nothing in the wiki, so here goes: > >I notice that allison has done recordings for weather forecasts, yet I >find no agi's that parse forecasts and use this recordings to piece >together the forecast. I find plenty of weather agi's, but they all >seem to be festival related rather than using prerecorded bits and >pieces. Anybody know of a script that makes use of these recordings? > >Thanks for the help!To my knowledge, they were recorded in anticipation of somebody getting ambitious and writing some AGIs around the recordings. Perhaps you can try your hand at some Perl... JT
There is a script on the asterisk@home sourceforge list that reads the weather for you. Basically ftp's a text file from the BOM and then uses festival to read it out to you Cheers, Dean -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of John Todd Sent: Friday, March 18, 2005 2:22 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] About the weather.. At 12:08 AM -0500 on 3/18/05, Kris Edwards wrote:>Ok, I've been away from the list for sometime now and feel as thoughI'm>going to ask something that's been asked many times before, yet I find >nothing in the wiki, so here goes: > >I notice that allison has done recordings for weather forecasts, yet I >find no agi's that parse forecasts and use this recordings to piece >together the forecast. I find plenty of weather agi's, but they all >seem to be festival related rather than using prerecorded bits and >pieces. Anybody know of a script that makes use of these recordings? > >Thanks for the help!To my knowledge, they were recorded in anticipation of somebody getting ambitious and writing some AGIs around the recordings. Perhaps you can try your hand at some Perl... JT _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Lol, if he could do all that then he wouldn't need the asterisk@home weather script. Cheers, Dean -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Matt Riddell Sent: Friday, March 18, 2005 3:44 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] About the weather.. dean collins wrote:> There is a script on the asterisk@home sourceforge list that reads the > weather for you. > > Basically ftp's a text file from the BOM and then uses festival toread> it out to you:) Yeah but he doesn't want to use festival. He wants to use the recorded prompts by Allison. I guess you could parse the text to look for cloudy/sunny/raining etc and then use that to form the playback statement. Oh well, looks like your post may be useful to him after all. I'll just crawl back to the Daily Asterisk News now! :) -- Cheers, Matt Riddell _______________________________________________ http://www.sineapps.com/news.php (Daily Asterisk News - html) http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss) _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
The asterisk@home script does all the work for you. (BTW because of your wording I think you may be thinking it is specifically for asterisk@home it isn't if you cut and paste the text there you can be up and running in about 10 mins). The text files are already available on the ftp site indicated in the script. Cheers, Dean -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kris Edwards Sent: Friday, March 18, 2005 6:10 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] About the weather.. I'm proud to say I have yet to see the asterisk@home weather script :p I was just hoping somebody had done all the work :D I'm looking at various sources for weather to find one easiest to work with. xoap.weather.com has nice XML so I'll probably go with that. But, since I suck with perl, it will most likely be having a bash script grab the forecast and generate the exten for me in a seperate file that I include in my main extensions.conf... Either that or I'll get half way through and start thinking about all the other readily available sources for the weather and go play some Quake. :D Thanks for the replies though. Kris dean collins wrote:> Lol, if he could do all that then he wouldn't need the asterisk@home > weather script. > > > Cheers, > Dean > > > > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Matt > Riddell > Sent: Friday, March 18, 2005 3:44 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] About the weather.. > > dean collins wrote: > >>There is a script on the asterisk@home sourceforge list that reads the >>weather for you. >> >>Basically ftp's a text file from the BOM and then uses festival to > > read > >>it out to you > > > :) > > Yeah but he doesn't want to use festival. He wants to use therecorded> prompts by Allison. > > I guess you could parse the text to look for cloudy/sunny/raining etc > and then use that to form the playback statement. > > Oh well, looks like your post may be useful to him after all. > > I'll just crawl back to the Daily Asterisk News now! > > :) >_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Hi As a users voicemail box increase will there be a problem in the way the files are organised on the server, they seem to be in one directory namely context/mailbox/INBOX/ would it not be better to split it like the old mailsystems context/m/a/i/INBOX/ Iqbal
Take a look on the asterisk@home sourceforge forum for festival-weather, it's like the most popular topic over there. I think like about 50 people have downloaded it since it got put up a few weeks ago. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Matt Sent: Sunday, March 20, 2005 9:15 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] About the weather.. Which script in asterisk@home are we talking about? I can't say I've ever seen it! On Fri, 18 Mar 2005 21:29:48 -0500, Steve Prior <sprior@geekster.com> wrote:> Wolfgang S. Rupprecht wrote: > > > sprior@geekster.com (Steve Prior) writes: > > > >>The recorded prompts by Allison are more in line with the very > >>language structured text forecasts typically seen by pilots > > > > > > There are "home" weather stations with computer interfaces thatsimply> > tell you the current stats (temp, pressure, humidity, winddirection,> > wind speed, rainfall rate). Converting this information tosomething> > that could use the asterisk sound snippets wouldn't be that hard. > > > > -wolfgang > > You're right (I even have a weather station on my roof), but I thought > the discussion was more about the forecast than the current stats. > > Steve > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users