bar top left
bar top right
left curve
right curve
Welcome, Guest
Go to bottom
Post Reply
Post New Topic
Page: 1
TOPIC: weather by zip
#37496
weather by zip 9 Months, 4 Weeks ago Karma: 0
Hi Guys

justa few questions I'm tring to install this weatherbyzip I saw the other post but there isn't full instructions

1 i downloaded the module and installed it through the unembedded freepbx after that I rebooted the server I now have a *947 feature code that all I could understand from the other post.

where do i go from here I'm kinda lost if I dial *947 it awnsers and the hangs up?

Armando
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
armandomuniz
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#37497
Re:weather by zip 9 Months, 4 Weeks ago Karma: 1
Sounds like the dial plan isn't correct.

exten => 947,1,Answer
exten => 947,2,Wait(1)
exten => 947,3,DigitTimeout(7)
exten => 947,4,ResponseTimeout(10)
exten => 947,5,Flite("At the beep enter the five digit zip code for the weather report you wish to retrieve.")
exten => 947,6,Read(ZIPCODE,beep,5)
exten => 947,7,Flite("Please hold a moment while we contact the National Weather Service for your report.")
exten => 947,8,AGI(nv-weather-zip.php|${ZIPCODE})
exten => 947,9,NoOp(Wave file: ${TMPWAVE})
exten => 947,10,Playback(${TMPWAVE})
exten => 947,11,Hangup

This was a snippit I found about this application.
Do you have flite working? Try 'core show application flite' if you get "Your application(s) is (are) not registered" it's not setup correctly.
Are you sure the feature code includes the "*"?

What happens in the logs? What does your CLI look like? (asterisk -vvvr)

-dwellsy
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
dwells
Senior Boarder
Posts: 117
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Ontario Birthday: 03/19
Hope That Helps
.:|DWELLSY|:.
Reply Quote
 
#37501
Re:weather by zip 9 Months, 4 Weeks ago Karma: 0
I guess I need top look some more cause I had no idea I had to install flite or anything else I which there was better instructions some like a step by step looking on google now

Thank again
Armando
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
armandomuniz
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#37505
Re:weather by zip 9 Months, 4 Weeks ago Karma: 31
if you don't have flite or cepstral installed, I would suggest that you read chapter 22.1 of Elastix Without Tears (available in the download section) that is a step by step flite install manual.

Here's the copy below:


Since flite is not installed in Elastix, you will have to download flite and install it. Flite can
be downloaded at Links hidden for unregistered users. Login or register Here.

After downloading copy the downloaded file into your root directory (the file I
downloaded was flite-1.3-release.tar.gz) and install it thus:

tar zxvf flite-1.3-release.tar.gz
cd flite-XXX
./configure
make
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
Patrick_elx
Gold Boarder
Posts: 1083
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Florida, USA
Last Edit: 2009/10/05 16:45 By Patrick_elx.
Reply Quote
 
#38440
Re:weather by zip 9 Months, 1 Week ago Karma: 0
OK Guys

I'm back from out of town If possible I would like to get this Weather zip to work.

Heres what I have so far!

I went in to freepbx modules and added weather zip 1.1.5
now I found flite install on nerd uno web site and installed it but when I do a core show applications it says not registered
from my understandeing once you install the module thats it I can understand we have to install the flite TTS engine but I'm doing something wrong I've searched theis forum and find no awnsers or instructions maybe a step by step would be nice.

Much appreiciated for all you help
Armando
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
armandomuniz
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
Go to top
Post Reply
Post New Topic
Page: 1
Moderators: ramoncio, Bob, dicko