bar top left
bar top right
left curve
right curve
Bienvenido, Invitado
Abajo
Publicar respuesta
Publicar nuevo tema
Página: 1
TEMA: weather by zip
#37496
weather by zip hace 2 Años, 4 Meses 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
Introducir código aquí   
Por favor, aunque no se vea ningún BBcode ni botones de smiley, son usables igualmente
armandomuniz
Fresh Boarder
Mensajes: 11
graphgraph
Usuario Offline Presiona aquí para ver el perfil de este usuario
Reply Quote
 
#37497
Re:weather by zip hace 2 Años, 4 Meses Karma: 2
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
Introducir código aquí   
Por favor, aunque no se vea ningún BBcode ni botones de smiley, son usables igualmente
dwells
Senior Boarder
Mensajes: 125
graphgraph
Usuario Offline Presiona aquí para ver el perfil de este usuario
Sexo: Hombre Localización: Ontario Cumpleaños: 03/19
Hope That Helps
.:|DWELLSY|:.
Reply Quote
 
#37501
Re:weather by zip hace 2 Años, 4 Meses 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
Introducir código aquí   
Por favor, aunque no se vea ningún BBcode ni botones de smiley, son usables igualmente
armandomuniz
Fresh Boarder
Mensajes: 11
graphgraph
Usuario Offline Presiona aquí para ver el perfil de este usuario
Reply Quote
 
#37505
Re:weather by zip hace 2 Años, 4 Meses Karma: 33
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 Enlaces ocultos para usuarios no registrados. Inicie sesión o regístrese Aquí.

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
Introducir código aquí   
Por favor, aunque no se vea ningún BBcode ni botones de smiley, son usables igualmente
Patrick_elx
Gold Boarder
Mensajes: 1112
graphgraph
Usuario Offline Presiona aquí para ver el perfil de este usuario
Sexo: Hombre Localización: Florida, USA
Última edición: 05/10/2009 15:45 por Patrick_elx.
Reply Quote
 
#38440
Re:weather by zip hace 2 Años, 3 Meses 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
Introducir código aquí   
Por favor, aunque no se vea ningún BBcode ni botones de smiley, son usables igualmente
armandomuniz
Fresh Boarder
Mensajes: 11
graphgraph
Usuario Offline Presiona aquí para ver el perfil de este usuario
Reply Quote
 
#75302
Re:weather by zip hace 10 Meses, 2 Semanas Karma: 0
i tried steps in elastix without tears:
/usr/bin/wget -O /tmp/weather1.txt ftp://ftp2.bom.gov.au/anon/gen/fwo/IDN10064.txt
/usr/bin/flite /tmp/weather1.txt /tmp/weather1.wav
/usr/bin/wget -O /tmp/weather2.txt ftp://ftp2.bom.gov.au/anon/gen/fwo/IDN10031.txt
/usr/bin/flite /tmp/weather2.txt /tmp/weather2.wav


but it depends on austrailian site, is there a site generates the weather in txt format for world wide countries??
Introducir código aquí   
Por favor, aunque no se vea ningún BBcode ni botones de smiley, son usables igualmente
mostafa33
Junior Boarder
Mensajes: 79
graphgraph
Usuario Offline Presiona aquí para ver el perfil de este usuario
Reply Quote
 
Arriba
Publicar respuesta
Publicar nuevo tema
Página: 1
Moderadores: Bob, jgutierrez