[Home]

Summary:ASTERISK-07027: [patch] new application: SayCurrency
Reporter:Clod Patry (junky)Labels:
Date Opened:2006-05-23 22:04:11Date Closed:2011-06-07 14:03:02
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) saycurrency_rev1.diff
Description:This application is to stream really easily any amount of money.
Like:
46 dollars and 13 cents.

Since a lot of users have to write wrappers for this.
Since a lot of AGI developpers has to write it (SAY CURRENCY for AGI will come if needed.)

exten => 20,1,SayCurrency(10.02);

exten => 21,1,SayCurrency(12);

exten => 22,1,Set(CHANNEL(language)=fr);
exten => 22,n,SayCurrency(1211.34);

exten => 23,1,SayCurrency(1211.01);


****** ADDITIONAL INFORMATION ******

This is just a first draft, just to see if this could raise some interests.

We could use the cents.gsm and cent.gsm from asterisk-sounds package.

I'll ask June Wallack to record it for the french official prompts too.
Comments:By: Clod Patry (junky) 2006-05-23 22:34:44

Maybe we could call it SayDollars(number)
or
SayCurrency(number,"EUR")
and support a specific currency, like USD,EUR, etc.

By: Clod Patry (junky) 2006-05-31 22:02:10

any interest in this app?

By: Clod Patry (junky) 2006-06-30 11:05:50

If someone has some interest in that app for a better support for currency, just re-open this one.