[Home]

Summary:ASTERISK-10087: Ukrainian language in app_voicemal
Reporter:Oleh Oleh (oleh)Labels:
Date Opened:2007-08-15 04:08:10Date Closed:2007-08-20 10:19:16
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/Internationalization
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_voicemail.patch
Description:Support for ukrainian language in voicemail.

Ukrainian requires the following additional soundfile:
vm-nove
vm-stare
digits/ua/1e



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

Also i fix a bug in russian language:
if (!res && vms->oldmessages) {
               lastnum = get_lastdigits(vms->oldmessages);
-               dcnum = vms->newmessages - lastnum;
+               dcnum = vms->oldmessages - lastnum;
Comments:By: Digium Subversion (svnbot) 2007-08-15 09:08:53

Repository: asterisk
Revision: 79527

------------------------------------------------------------------------
r79527 | mmichelson | 2007-08-15 09:08:52 -0500 (Wed, 15 Aug 2007) | 5 lines

Fixed an error in the Russian language voicemail intro.

(issue ASTERISK-10087, reported and patched by Oleh)


------------------------------------------------------------------------

By: Digium Subversion (svnbot) 2007-08-15 09:09:48

Repository: asterisk
Revision: 79529

------------------------------------------------------------------------
r79529 | mmichelson | 2007-08-15 09:09:48 -0500 (Wed, 15 Aug 2007) | 13 lines

Merged revisions 79527 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r79527 | mmichelson | 2007-08-15 09:26:40 -0500 (Wed, 15 Aug 2007) | 5 lines

Fixed an error in the Russian language voicemail intro.

(issue ASTERISK-10087, reported and patched by Oleh)


........

------------------------------------------------------------------------

By: Mark Michelson (mmichelson) 2007-08-15 09:13:28

I went ahead and committed your fix for the error in the Russian intro. Thanks for the contribution!

By: Digium Subversion (svnbot) 2007-08-15 15:43:13

Repository: asterisk
Revision: 79622

------------------------------------------------------------------------
r79622 | tilghman | 2007-08-15 15:43:12 -0500 (Wed, 15 Aug 2007) | 89 lines

Merged revisions 79471,79507,79524,79529,79558,79595,79611 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r79471 | russell | 2007-08-14 13:50:12 -0500 (Tue, 14 Aug 2007) | 10 lines

Merged revisions 79470 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r79470 | russell | 2007-08-14 13:49:10 -0500 (Tue, 14 Aug 2007) | 2 lines

Fix another spot where an iax2_peer would be leaked if realtime was in use.

........

................
r79507 | crichter | 2007-08-15 06:27:51 -0500 (Wed, 15 Aug 2007) | 9 lines

Merged revisions 78936 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r78936 | crichter | 2007-08-10 15:24:03 +0200 (Fr, 10 Aug 2007) | 1 line

fixed a bug with the useruser information element. We send them now also in the disconnect message.
........

................
r79524 | file | 2007-08-15 09:20:36 -0500 (Wed, 15 Aug 2007) | 14 lines

Merged revisions 79523 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r79523 | file | 2007-08-15 11:18:44 -0300 (Wed, 15 Aug 2007) | 6 lines

(closes issue ASTERISK-10085)
Reported by: irroot
Patches:
     sip_timeout.patch uploaded by irroot (license 52)
Change hardcoded timer value to defined value. I'm doing this in 1.4 as well so if it needs to be changed in the future this place would not have been forgotten.

........

................
r79529 | mmichelson | 2007-08-15 09:27:35 -0500 (Wed, 15 Aug 2007) | 13 lines

Merged revisions 79527 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r79527 | mmichelson | 2007-08-15 09:26:40 -0500 (Wed, 15 Aug 2007) | 5 lines

Fixed an error in the Russian language voicemail intro.

(issue ASTERISK-10087, reported and patched by Oleh)


........

................
r79558 | file | 2007-08-15 09:42:49 -0500 (Wed, 15 Aug 2007) | 14 lines

Merged revisions 79553 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r79553 | file | 2007-08-15 11:40:23 -0300 (Wed, 15 Aug 2007) | 6 lines

(closes issue ASTERISK-10073)
Reported by: irroot
(closes issue ZAP-217)
Reported by: flo_turc
Increase maximum timestamp skew to 120. 20 was apparently far too low.

........

................
r79595 | murf | 2007-08-15 14:21:27 -0500 (Wed, 15 Aug 2007) | 1 line

This commit closes bug 7605, and half-closes 7638. The AEL code has been redistributed/repartitioned to allow code re-use both inside and outside of Asterisk. This commit introduces the utils/conf2ael program, and an external config-file reader, for both normal config files, and for extensions.conf (context, exten, prio); It provides an API for programs outside of asterisk to use to play with the dialplan and config files.
................
r79611 | file | 2007-08-15 14:34:42 -0500 (Wed, 15 Aug 2007) | 2 lines

Remove properties that appeared from Steve's last branch merge. Automerge has already run so everyone's branches based off of trunk are probably toast by now.

................

------------------------------------------------------------------------

By: Digium Subversion (svnbot) 2007-08-20 10:16:47

Repository: asterisk
Revision: 80044

------------------------------------------------------------------------
r80044 | mmichelson | 2007-08-20 10:16:46 -0500 (Mon, 20 Aug 2007) | 5 lines

Ukrainian language voicemail support.

(closes issue ASTERISK-10087, reported and patched by Oleh)


------------------------------------------------------------------------

By: Digium Subversion (svnbot) 2007-08-20 10:19:16

Repository: asterisk
Revision: 80045

------------------------------------------------------------------------
r80045 | mmichelson | 2007-08-20 10:19:16 -0500 (Mon, 20 Aug 2007) | 13 lines

Merged revisions 80044 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r80044 | mmichelson | 2007-08-20 10:34:43 -0500 (Mon, 20 Aug 2007) | 5 lines

Ukrainian language voicemail support.

(closes issue ASTERISK-10087, reported and patched by Oleh)


........

------------------------------------------------------------------------