[Home]

Summary:ASTERISK-09910: Separation of filenames if the filename consist of many "."
Reporter:BicomSystems Ltd. (fkasumovic)Labels:
Date Opened:2007-07-20 03:47:13Date Closed:2007-07-20 11:54:38
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_convert
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) res_conver.patch
Description:This fixes seperation of filenames if the filename consist of many "."
(dots). For instance, if using convert application for filenames that
are formed out of channel uniqueid (eg. 1184853371.3.gsm), convert
application will detect '3.gsm' extension!

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

This affects all versions of 1.4 asterisk.
Comments:By: Digium Subversion (svnbot) 2007-07-20 11:53:18

Repository: asterisk
Revision: 76067

------------------------------------------------------------------------
r76067 | file | 2007-07-20 11:53:17 -0500 (Fri, 20 Jul 2007) | 6 lines

(closes issue ASTERISK-9910)
Reported by: fkasumovic
Patches:
     res_conver.patch uploaded by fkasumovic (license ASTERISK-97)
Use the last occurance of . to find the extension, not the first occurance.

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

By: Digium Subversion (svnbot) 2007-07-20 11:54:38

Repository: asterisk
Revision: 76070

------------------------------------------------------------------------
r76070 | file | 2007-07-20 11:54:37 -0500 (Fri, 20 Jul 2007) | 14 lines

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

........
r76067 | file | 2007-07-20 14:10:17 -0300 (Fri, 20 Jul 2007) | 6 lines

(closes issue ASTERISK-9910)
Reported by: fkasumovic
Patches:
     res_conver.patch uploaded by fkasumovic (license ASTERISK-97)
Use the last occurance of . to find the extension, not the first occurance.

........

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