|
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
|