[asterisk-users] Adding new recorded phrases to the release

2007-11-29 Thread Philip Prindeville
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()








___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Adding new recorded phrases to the release

2007-11-29 Thread Tilghman Lesher
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

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users