[Home]

Summary:ASTERISK-09791: saying unixtime in 24Hrs format in french says two times "o'clock"
Reporter:niff (niff)Labels:
Date Opened:2007-07-02 11:15:19Date Closed:2007-07-02 12:45:00
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_sayunixtime
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:(translated) example: 15:10 reads:  "fifteen" "o'clock" "o'clock" "Ten"

IN v.1.2.20 (bug report page doesn't give this version's choice !)

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

There's an extra negation (exclamation) mark in say.c:4096, once removed, everything's Ok.


IN v.1.2.20 (bug report page doesn't give this version's choice !)
Comments:By: Jason Parker (jparker) 2007-07-02 11:21:44

Could you show us the CLI output of which sound files are played?

By: niff (niff) 2007-07-02 12:20:05

-- Executing AGI("SIP/20-b70030e0", "wakeup.agi") in new stack
Jul  2 19:29:05 VERBOSE[23762] logger.c:     -- Launched AGI Script /var/lib/asterisk/agi-bin/wakeup.agi
Jul  2 19:29:05 VERBOSE[23762] logger.c:     -- Playing 'wakeup-menu' (language 'fr')
Jul  2 19:29:05 DEBUG[23752] chan_sip.c: Stopping retransmission on '917992e03be01cb1@192.168.1.180' of Response 14650: Match Found
Jul  2 19:29:07 DEBUG[23752] chan_sip.c: Stopping retransmission on '1da1267a2af02f4f566f11dd5ad2c1ed@192.168.1.175' of Request 102: Match Found
Jul  2 19:29:07 DEBUG[23752] chan_sip.c: Stopping retransmission on '7a807faa3c2fe9bc0fd1fe2436d641a9@192.168.1.175' of Request 102: Match Found
Jul  2 19:29:08 VERBOSE[23762] logger.c:     -- Playing 'enter-a-time' (language 'fr')
Jul  2 19:29:15 DEBUG[23752] chan_sip.c: Auto destroying call '3ad0ef7c808cec55@192.168.1.181'
Jul  2 19:29:17 DEBUG[23752] chan_sip.c: Auto destroying call '08f024b28392c508@192.168.1.180'
Jul  2 19:29:18 DEBUG[23752] chan_sip.c: Stopping retransmission on '3fb3459e2759acf112e747877a953b8c@192.168.1.175' of Request 102: Match Found
Jul  2 19:29:19 VERBOSE[23762] logger.c:     -- AGI Script Executing Application: (SayUnixTime) Options: (1183391100||HM)
Jul  2 19:29:19 DEBUG[23762] say.c: Parsing H (offset 0) in HM
Jul  2 19:29:19 VERBOSE[23762] logger.c:     -- Playing 'digits/17' (language 'fr')
Jul  2 19:29:20 VERBOSE[23762] logger.c:     -- Playing 'digits/oclock' (language 'fr')
Jul  2 19:29:20 VERBOSE[23762] logger.c:     -- Playing 'digits/oclock' (language 'fr')
Jul  2 19:29:21 DEBUG[23762] say.c: Parsing M (offset 1) in HM
Jul  2 19:29:21 VERBOSE[23762] logger.c:     -- Playing 'digits/40' (language 'fr')
Jul  2 19:29:22 VERBOSE[23762] logger.c:     -- Playing 'digits/5' (language 'fr')
Jul  2 19:29:22 DEBUG[23752] chan_sip.c: Auto destroying call 'f49b687dd5081ed0@192.168.1.180'
Jul  2 19:29:23 DEBUG[23762] res_agi.c: SIP/20-b70030e0 hungup

By: Jason Parker (jparker) 2007-07-02 12:45:00

Fixed in svn branch 1.2 in revision 72924.  This was already fixed in 1.4.