mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-25 03:10:39 +00:00
cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5882 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
c8c6d97d9e
commit
e3acfce77d
@ -307,7 +307,7 @@ static switch_status_t en_say_time(switch_core_session_t *session, char *tosay,
|
|||||||
if (hours) {
|
if (hours) {
|
||||||
say_num(hours, SSM_PRONOUNCED);
|
say_num(hours, SSM_PRONOUNCED);
|
||||||
if (hours == 1) {
|
if (hours == 1) {
|
||||||
say_file("time/hour.wav"); //TODO -- NEED TO GET "hour.wav" recorded
|
say_file("time/hour.wav");
|
||||||
} else {
|
} else {
|
||||||
say_file("time/hours.wav");
|
say_file("time/hours.wav");
|
||||||
}
|
}
|
||||||
@ -407,7 +407,7 @@ static switch_status_t en_say_money(switch_core_session_t *session, char *tosay,
|
|||||||
{
|
{
|
||||||
switch_channel_t *channel;
|
switch_channel_t *channel;
|
||||||
|
|
||||||
char sbuf[16] = ""; /* enuough for 999,999,999,999.99 (w/o the commas or leading $) */
|
char sbuf[16] = ""; /* enough for 999,999,999,999.99 (w/o the commas or leading $) */
|
||||||
char *dollars = NULL;
|
char *dollars = NULL;
|
||||||
char *cents = NULL;
|
char *cents = NULL;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user