Philip Prindeville
2007-Nov-29 19:29 UTC
[asterisk-users] Adding new recorded phrases to the release
This might be a frequently asked question, but how do new sounds get added to the release? I was trying to do a "popcorn" extension on my phone (that gives the date and time... maybe even getting fancy and adjusting for the caller's timezone based on country code or area code)... but didn't have the word "local" or phrase "local time" in the lexicon. Now if I could just figure out how to grab time current time as UNIX seconds... add a small delay to it (like 5, the time it takes to sound out the time), and then wait for that time... then play a sychronizing tone... then I'll be all done: [popcorn] exten => s,1,Answer() exten => s,n,SayUnixTime(,Zulu,HNS) exten => s,n,SayPhonetic(z) exten => s,n,SayUnixTime(,,HNS) exten => s,n,Playback(vm-localtime) exten => s,n,Return()
Tilghman Lesher
2007-Nov-29 23:23 UTC
[asterisk-users] Adding new recorded phrases to the release
On Thursday 29 November 2007 13:29:42 Philip Prindeville wrote:> This might be a frequently asked question, but how do new sounds get > added to the release?Patches that use new sounds have to be added to the bugtracker, and Digium pays for sounds to be recorded in the 3 languages that we distribute for: English, Spanish, and French. -- Tilghman