root/freepbx/trunk/upgrades/2.8.0rc1.md5

Revision 10122, 29.9 kB (checked in by p_lindheimer, 2 years ago)

Merged revisions 9746-9768,9770-10121 via svnmerge from
http://www.freepbx.org/v2/svn/freepbx/branches/2.8

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

r9750 | p_lindheimer | 2010-05-25 10:10:09 -0700 (Tue, 25 May 2010) | 1 line


closes #4256 make all versions of parse_amportal_conf() use the same preg_match() line using framework's functions.inc.php as authoritative

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

r9770 | mickecarlsson | 2010-05-26 11:17:11 -0700 (Wed, 26 May 2010) | 1 line


Reverted r7730 so that amportal setting SERVERINTITLE starts working again. See also #4299

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

r9771 | mbrevda | 2010-05-26 11:30:20 -0700 (Wed, 26 May 2010) | 1 line


re: #4300; bug fix for firefox. IE wont remember expanded state between page reload, everything else seems to be working.

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

r9772 | mickecarlsson | 2010-05-26 22:11:01 -0700 (Wed, 26 May 2010) | 1 line


Close #4299 adds hostname in header for gui

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

r9777 | p_lindheimer | 2010-05-28 11:34:16 -0700 (Fri, 28 May 2010) | 1 line


closes #4306 make lnav sections expandable/collapse-able

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

r9779 | p_lindheimer | 2010-05-29 09:33:15 -0700 (Sat, 29 May 2010) | 1 line


revert r9772 re #4299 we are not going to call hostname on every call in addition to it has the potential of messing up the display with an unknown length and could have other un-forseen consequences (and if we were going to do this, we should be using php gethostname() (and then defining a substitute for php versions that don't have that function

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

r9780 | p_lindheimer | 2010-05-29 10:01:36 -0700 (Sat, 29 May 2010) | 1 line


fixes #4307 unable to press apply configuration changes bar. Please open a new bug for IE, tested to work on FF, Safari, Chrome - so something is up with IE or there is some sort of bug/mis-matched html tag or something that the others are immune to...

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

r9781 | p_lindheimer | 2010-05-29 10:25:39 -0700 (Sat, 29 May 2010) | 1 line


fix some formatting so viewing source pages is easier, and adds a closing div that appeared to be missing

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

r9782 | p_lindheimer | 2010-05-29 10:51:30 -0700 (Sat, 29 May 2010) | 1 line


removes the div that was wrapping a group of li tags (I don't think you can do that) which was messing up IE, however IE still can not reload, the modal orange box never comes up, re #4307

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

r9784 | mickecarlsson | 2010-05-29 13:56:17 -0700 (Sat, 29 May 2010) | 1 line


Fixed spelling error

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

r9787 | p_lindheimer | 2010-05-30 09:26:29 -0700 (Sun, 30 May 2010) | 1 line


closes #4253 cleanup default amportal.conf file (note: the patch still did not apply but the full copy was used so it should be good but please confirm)

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

r9788 | p_lindheimer | 2010-05-30 10:45:15 -0700 (Sun, 30 May 2010) | 1 line


add title to categories saying they can click to expand/collapse the section

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

r9799 | p_lindheimer | 2010-06-01 13:06:54 -0700 (Tue, 01 Jun 2010) | 1 line


closes #4311 use freepbx_menu.conf to make modifications to left navigation menu, if file is not present then the code path remains unchanged

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

r9812 | p_lindheimer | 2010-06-02 10:22:00 -0700 (Wed, 02 Jun 2010) | 13 lines


Merged revisions 9634-9729,9733-9795,9798-9811 via svnmerge from
http://www.freepbx.org/v2/svn/freepbx/branches/2.7


........

r9634 | p_lindheimer | 2010-05-14 07:10:47 -0700 (Fri, 14 May 2010) | 1 line


fixes #4269 enclose clid_format in quotes

........

r9811 | p_lindheimer | 2010-06-02 10:09:25 -0700 (Wed, 02 Jun 2010) | 1 line


fixes #4255 enclose the full set of searchstrings in ()

........

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

r9814 | p_lindheimer | 2010-06-02 13:19:02 -0700 (Wed, 02 Jun 2010) | 1 line


dont't run category through htmlspecialchars as only moh uses it, do it there since it breaks other things re: #4179

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

r9831 | p_lindheimer | 2010-06-15 10:34:02 -0700 (Tue, 15 Jun 2010) | 1 line


fixes #4345 fail an install when install.php or install.sql (or unintall versions) fails

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

r9833 | GameGamer?43 | 2010-06-15 12:02:29 -0700 (Tue, 15 Jun 2010) | 1 line


closes #4333 - check if outboundCID is set and it's not set to nothing

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

r9834 | GameGamer?43 | 2010-06-15 12:08:17 -0700 (Tue, 15 Jun 2010) | 1 line


closes #4331 - added ext_meetmeadmin class, to handle the management of meetme conferences from within freepbx

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

r9836 | p_lindheimer | 2010-06-15 13:09:42 -0700 (Tue, 15 Jun 2010) | 1 line


closes #4339 add displayconnects=no as default value, only helps with 1.6+

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

r9877 | p_lindheimer | 2010-06-18 12:22:07 -0700 (Fri, 18 Jun 2010) | 1 line


add template for freepbx_menu.conf allowing lnav manipulation from the defaults re #4311

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

r9891 | p_lindheimer | 2010-06-22 11:46:43 -0700 (Tue, 22 Jun 2010) | 1 line


fixes #4366 and fixes #4354 guielements should not be trying to do translations on passed in values, this should be done in the calling module prior to passing in the value

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

r9917 | mbrevda | 2010-06-25 05:10:30 -0700 (Fri, 25 Jun 2010) | 1 line


re #4369, migrate before the user can hit reload

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

r9919 | mbrevda | 2010-06-25 08:02:08 -0700 (Fri, 25 Jun 2010) | 1 line


re #4369, remove time condition migration, that should be done from thre CC module; also remove core_get_routes function to avoid any conflicts with the same function name further down the line

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

r9922 | p_lindheimer | 2010-06-25 11:09:36 -0700 (Fri, 25 Jun 2010) | 1 line


define sql() if not defined, some install methods does not have this function defined

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

r9933 | p_lindheimer | 2010-06-25 12:52:35 -0700 (Fri, 25 Jun 2010) | 1 line


Creating release 2.8.0rc1

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

r9958 | mickecarlsson | 2010-06-26 06:29:32 -0700 (Sat, 26 Jun 2010) | 1 line


Updated amp.pot

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

r9959 | mickecarlsson | 2010-06-26 06:30:59 -0700 (Sat, 26 Jun 2010) | 1 line


Added missing license text

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

r9960 | mickecarlsson | 2010-06-26 06:32:21 -0700 (Sat, 26 Jun 2010) | 1 line


Updated language tool

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

r9961 | p_lindheimer | 2010-06-26 09:17:47 -0700 (Sat, 26 Jun 2010) | 1 line


closes #4376 setting repository select box to extended if such modules are present, also changes 'type' form tool to what ever is currently selected

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

r9967 | mickecarlsson | 2010-06-27 03:17:51 -0700 (Sun, 27 Jun 2010) | 1 line


Updated amp.pot with latest changes

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

r9970 | mickecarlsson | 2010-06-27 10:02:16 -0700 (Sun, 27 Jun 2010) | 1 line


Updated all amp languages for 2.8

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

r9977 | p_lindheimer | 2010-06-28 11:20:44 -0700 (Mon, 28 Jun 2010) | 1 line


fixes #4382 enapsulate symlinking/copying into a class with error reporting at end

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

r9985 | p_lindheimer | 2010-06-28 18:37:10 -0700 (Mon, 28 Jun 2010) | 1 line


fixes #4386 don't generate an orphaned basetag if no extenions exists, fail at that point instead

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

r9999 | p_lindheimer | 2010-06-29 14:49:29 -0700 (Tue, 29 Jun 2010) | 1 line


fixes #4389 dahdi compatibility mode broken, 1.4 still has legacy zap applications even when in DAHDI mode so can't count on those

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

r10003 | p_lindheimer | 2010-06-30 08:47:03 -0700 (Wed, 30 Jun 2010) | 1 line


include module js files after all the standard js files as they will typically require things like standard jquery libraries, etc.

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

r10005 | p_lindheimer | 2010-06-30 14:11:31 -0700 (Wed, 30 Jun 2010) | 1 line


perl version no longer used

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

r10007 | p_lindheimer | 2010-06-30 14:36:30 -0700 (Wed, 30 Jun 2010) | 1 line


make freepbx_featurecodes.conf a template so it does not get read every time unless use is using it

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

r10010 | p_lindheimer | 2010-06-30 15:16:06 -0700 (Wed, 30 Jun 2010) | 1 line


fixes #4388 don't symlink from other fw_fop, fw_ari, fw_langpack modules, they are like framework also re #4382 leftover code deleted

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

r10027 | mickecarlsson | 2010-07-03 01:48:04 -0700 (Sat, 03 Jul 2010) | 1 line


amportal.conf: small spelling error

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

r10028 | p_lindheimer | 2010-07-03 09:35:06 -0700 (Sat, 03 Jul 2010) | 1 line


remove warning from incorrect (but harmless) call to connectdirs::create() re #4400

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

r10037 | mickecarlsson | 2010-07-07 01:07:26 -0700 (Wed, 07 Jul 2010) | 1 line


Re #4402 change from split to explode in callmonitor.module

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

r10038 | p_lindheimer | 2010-07-07 14:44:25 -0700 (Wed, 07 Jul 2010) | 1 line


if destination file is a different symlink or an actual file, and the md5 of the files are identical, then don't complain, just write out an error log re #4388

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

r10040 | p_lindheimer | 2010-07-07 14:54:28 -0700 (Wed, 07 Jul 2010) | 9 lines


Merged revisions 10019 via svnmerge from
http://www.freepbx.org/v2/svn/freepbx/branches/2.7


........

r10019 | p_lindheimer | 2010-07-01 07:12:54 -0700 (Thu, 01 Jul 2010) | 1 line


fixes #4185 use DAHDI channels when compatibility mode is used

........

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

r10041 | mbrevda | 2010-07-08 03:07:17 -0700 (Thu, 08 Jul 2010) | 1 line


closes #4403; symlink ari_modules dir on reload

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

r10044 | p_lindheimer | 2010-07-08 10:45:30 -0700 (Thu, 08 Jul 2010) | 1 line


create 2.8.0 release dir and migration script to add preloads if needed to modules.conf re #3963 and re #4411

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

r10045 | mickecarlsson | 2010-07-08 11:54:17 -0700 (Thu, 08 Jul 2010) | 1 line


Fixes typo

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

r10047 | mickecarlsson | 2010-07-08 12:00:17 -0700 (Thu, 08 Jul 2010) | 1 line


Fix that typo again

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

r10050 | p_lindheimer | 2010-07-08 12:19:33 -0700 (Thu, 08 Jul 2010) | 1 line


change struture for ari module symlinks to accomodate other assets re #4403

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

r10053 | p_lindheimer | 2010-07-09 09:32:37 -0700 (Fri, 09 Jul 2010) | 1 line


fixes #4413 don't change permissions on hidden folders in ASTVARLIBDIR to keep from affecting anything in the .ssh folder

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

r10054 | p_lindheimer | 2010-07-09 16:53:14 -0700 (Fri, 09 Jul 2010) | 1 line


closes #4418 adds ability for modules to include js scripts into the <head> of the page

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

r10055 | p_lindheimer | 2010-07-09 23:21:44 -0700 (Fri, 09 Jul 2010) | 1 line


keep apply config bar from fading if DEVELRELOAD is set

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

r10100 | mbrevda | 2010-07-12 02:50:42 -0700 (Mon, 12 Jul 2010) | 1 line


closes #4423; dont display a blamk page in ari if fm is not enabled

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

r10101 | mbrevda | 2010-07-12 02:53:02 -0700 (Mon, 12 Jul 2010) | 1 line


closes #4423; dont display a blamk page in ari if fm is not enabled

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

r10108 | p_lindheimer | 2010-07-13 08:30:28 -0700 (Tue, 13 Jul 2010) | 1 line


provide the src module when reporting symlink errors

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

r10109 | p_lindheimer | 2010-07-13 09:58:44 -0700 (Tue, 13 Jul 2010) | 1 line


use the extended repository when checking modules if Third Party Modules are present (used by automatic update checker), re #4376 and will also help re #4385 since the modules will show as new if the normal repository is ever checked followed by the extended repository

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

r10111 | p_lindheimer | 2010-07-13 15:53:18 -0700 (Tue, 13 Jul 2010) | 1 line


Creating release 2.8.0

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

  • Property svn:mime-type set to text/plain
  • Property svn:eol-style set to native
Line 
1 29e736ee4080e16f368682967ef44300  agi-bin/phpagi.php
2 bfc45047bd9c178bfa25a2096357888e  agi-bin/phpagi-asmanager.php
3 908b9ce76cd15508f20c425363127e5e  astetc/vm_general.inc
4 9af986c0580c168a78ce1ef72f9b6765  astetc/modem.conf
5 42b91fe325ff382ebed13a16876b8923  astetc/queues.conf
6 cfcfa0ee40d681ec7a35a2213a3b172d  astetc/phpagi.conf
7 43bf299ff451a42ee533259a734b4762  astetc/phone.conf
8 0e6eb2c35cd1ef9232910793f1dc5a44  astetc/privacy.conf
9 46f345bd437c523462e96f77c24cf0af  astetc/cdr_mysql.conf
10 3bbbd1a90599bd980598736d8348c6f7  astetc/indications.conf
11 18de73123994fe8731d198c27d004881  astetc/vm_email.inc
12 17967548828955bee4ded9419598de60  astetc/extensions_custom.conf.sample
13 3b530071d98c900e60c729d51bebbb5d  astetc/freepbx_menu.conf.template
14 2da0c64a49079e273cc012993f2faced  astetc/rtp.conf
15 0b5b247f4945dc14646f030b3f1111eb  astetc/chan_dahdi.conf.template
16 ed3bb9b783d1a48a7ddd8560e1929d42  astetc/voicemail.conf.template
17 3cb5675278aee143efdff07c6d63534d  astetc/manager.conf
18 ae334dd0eab91e3e69b36132a89d70f6  astetc/freepbx_module_admin.conf
19 ea7a7a0d4759bf7ce3133773b39f6117  astetc/freepbx_featurecodes.conf.template
20 33e9a683d6e6011d2cdd6d5c966784bc  astetc/modules.conf
21 48af608460d5e658f7f5796e426409b6  astetc/zapata.conf.template
22 2dd72f106b0f89c5aceaedbed44dbe93  astetc/enum.conf
23 996374437aa53cbf8cead00ac75df93c  astetc/logger.conf
24 ccdf575d97262fd16f1f4828ac686844  astetc/meetme.conf
25 8d187fcc021b610a17e11f4a9f60acfb  astetc/musiconhold.conf
26 4627be54efa9b2287dd868beb6ddc72c  bin/freepbx-cron-scheduler.php
27 e9315ff5dc6915a65a233d984b8f01ec  bin/generate_hints.php
28 658961d39c185ecbd792e72d9f1614ab  bin/freepbx_engine
29 fa0c89e745e8f082db0d745629081369  bin/retrieve_conf
30 4fd157aa8634041b8b7afd74983681cd  bin/libfreepbx.confgen.php
31 a7ee2b73801b498057a473be1776ec37  bin/archive_recordings
32 e4a357eb0d2d9c40d1ac47f5fedf3e42  bin/retrieve_parse_amportal_conf.pl
33 1e0ff9a3e8023920742b86e7230812f5  bin/retrieve_op_conf_from_mysql.php
34 ea4f94aa0af684d0f96a03627320d7a8  bin/bounce_op.sh
35 d1a37d5f8e54d8642864d39139e542aa  bin/module_admin
36 6ac3fed5b57d09c4dc0b9eb8fd46fa1e  bin/retrieve_op_conf_from_mysql.pl
37 ce6ad14274f4e459acfe53ecc1282892  htdocs/robots.txt
38 0e00f0839cc1b2d8744bb000343d6141  htdocs/recordings/CHANGE.log
39 ac63e0b6db942a66c6595fc367a30118  htdocs/recordings/version.php
40 1933d534f3f438f977c07dd5bc895fe3  htdocs/recordings/LICENSE.txt
41 2ca3cfc5b148cc90ecaec803eede5213  htdocs/recordings/theme/spacer.gif
42 06d81849bdc594a660376dd325c20d9e  htdocs/recordings/theme/iefixes.css
43 f12790033c0b90dd804aad70a7390fa3  htdocs/recordings/theme/layout.css
44 dc17bb488a3f581790373cf37318e8ff  htdocs/recordings/theme/page.tpl.php
45 899d5ac156e58c888e5c01d9a1fb817b  htdocs/recordings/theme/text.css
46 47bfca782e68558b5eee5627bb6aac18  htdocs/recordings/theme/main.css
47 5225477173c6a6e7056592483f38f60f  htdocs/recordings/theme/header.css
48 2d3c56a25f44b0c05f34570695d25c93  htdocs/recordings/theme/navigation.css
49 abc52ff1a7c85e72fa4df9158c8b4d7f  htdocs/recordings/theme/images/telephone.png
50 ee6249c7e2413d0daba8a6ff3605622c  htdocs/recordings/theme/images/arrow-desc.gif
51 4c6247d0a38dbfce8b2daf045ea044f5  htdocs/recordings/theme/images/drive_go.png
52 e0cc51f52b95abe88413210f88bf72fc  htdocs/recordings/theme/images/arrow-asc.gif
53 8158cd1e7493e88be977a0be37d73aaf  htdocs/recordings/theme/images/sound.png
54 fe4136ce40bf48a458cdc2fb1822d09f  htdocs/recordings/theme/logo.png
55 6cbba238d7d615d24cf35e49772ec2b4  htdocs/recordings/theme/logo.gif
56 0ba4393313ab0fa43d6808901771da18  htdocs/recordings/theme/global.css
57 4860665b36c09005ff388c7b07cecbf6  htdocs/recordings/index.php
58 3f92e6b058989dbbe0101e1ea921ca7a  htdocs/recordings/README.txt
59 a30b3bf81e2e1e33776d113964cd912d  htdocs/recordings/modules/followme.module
60 b3f58abbd9dbfe00838e051a65b0e83b  htdocs/recordings/modules/phonefeatures.module
61 dc813657ff72ef954074afb8a6c14595  htdocs/recordings/modules/settings.module
62 97d4f09dfac97233a8f7db65244687d4  htdocs/recordings/modules/featurecodes.module
63 d9c4c04c8786a52a2ab3a2b2e11722f3  htdocs/recordings/modules/VmX.module
64 48018517f883ff6dadc29513783383c3  htdocs/recordings/modules/voicemail.module
65 a0c6d326b744e3012bc4c6ea2b647378  htdocs/recordings/modules/callmonitor.module
66 121f9b1be84740c3b395cf23eb3f5e96  htdocs/recordings/misc/audio.php
67 eb81aca25f95ee8f97e37793a3718087  htdocs/recordings/misc/callme_page.php
68 35474afb170b8733e45696f23a40a8d4  htdocs/recordings/misc/play_page.php
69 7c23a49be5bbd5ec22b86d65a9ae986e  htdocs/recordings/includes/main.conf.php
70 9491e0b40ba88492a7a9083f6a1fa087  htdocs/recordings/includes/bootstrap.php
71 54fe53eecd56268d92d68929aec836a0  htdocs/recordings/includes/asi.php
72 2ac6d25df600507e757a634b08dee977  htdocs/recordings/includes/callme.php
73 f860a2a0f2f7c3aadc221d5a96ddc7e1  htdocs/recordings/includes/crypt.php
74 3f27590361fc0865613055db8cddc212  htdocs/recordings/includes/database.php
75 b6f900806354f7dd5d4987baa2805544  htdocs/recordings/includes/common.php
76 585a68e02a591615dbd0fd29b658ef2d  htdocs/recordings/includes/ajax.php
77 c98cab5acbf386e05d5dd8e2eb0ed1fb  htdocs/recordings/includes/login.php
78 7901ad5905bf2f2c247195a64e8f3d24  htdocs/recordings/includes/display.php
79 66506866d85d72ff12e22f171bffe68f  htdocs/recordings/includes/lang.php
80 7673eaa15772d978d6d2df4159540f69  htdocs/recordings/locale/de_DE/LC_MESSAGES/ari.po
81 db9949c3c4834155e17ac2549ca38c46  htdocs/recordings/locale/de_DE/LC_MESSAGES/ari.mo
82 72c2a72ccaec26c6490f9d890873a434  htdocs/recordings/locale/fr_FR/LC_MESSAGES/ari.po
83 4fe4c407fb039ee01ada46a5c2aca3bb  htdocs/recordings/locale/fr_FR/LC_MESSAGES/ari.mo
84 992c1e6689fd81b507c2e10be77b8ffa  htdocs/recordings/locale/hu_HU/LC_MESSAGES/ari.po
85 2421a370640468040f4bad1f2ab9b0f4  htdocs/recordings/locale/hu_HU/LC_MESSAGES/ari.mo
86 ff21165c9e78ad2488d8d8648c5e922f  htdocs/recordings/locale/bg_BG/LC_MESSAGES/ari.po
87 f7cdb20c94012e5a52e93262a78239c2  htdocs/recordings/locale/bg_BG/LC_MESSAGES/ari.mo
88 75a18330e115df0b850e6a67722101d3  htdocs/recordings/locale/sv_SE/LC_MESSAGES/ari.po
89 20a9784ddc6e6b5a144fb5b7353d6dbd  htdocs/recordings/locale/sv_SE/LC_MESSAGES/ari.mo
90 d6cae71abe24bd93b02b187506f2a451  htdocs/recordings/locale/es_ES/LC_MESSAGES/ari.po
91 362b19c494b136dda1ae05b8cf715bc4  htdocs/recordings/locale/es_ES/LC_MESSAGES/ari.mo
92 1cd5a28bdd64c623f6fcf294cab265c0  htdocs/recordings/locale/ari.pot
93 97e6fd7b597436202c4425e7d51dcfeb  htdocs/recordings/locale/el_GR/LC_MESSAGES/ari.po
94 4410c47554f9f44cb8a1483b54f3a793  htdocs/recordings/locale/el_GR/LC_MESSAGES/ari.mo
95 8ec4a6c37719c0f371b98da8620b16ba  htdocs/recordings/locale/readme_locale.txt
96 e63fa568d7b4ffb8903bf21577689b25  htdocs/recordings/locale/pt_BR/LC_MESSAGES/ari.po
97 ac7dc2028f80b442c1cf65a7325bacfc  htdocs/recordings/locale/pt_BR/LC_MESSAGES/ari.mo
98 56906b91659c8f939312d22eb9012a1b  htdocs/recordings/locale/uk_UA/LC_MESSAGES/ari.po
99 707a77d67e812506cf16702787d4a323  htdocs/recordings/locale/uk_UA/LC_MESSAGES/ari.mo
100 f79e457a2dad0182b5822a1510610393  htdocs/recordings/locale/it_IT/LC_MESSAGES/ari.po
101 2998c0c6959f5b6abc27a37b9f4a3bf6  htdocs/recordings/locale/it_IT/LC_MESSAGES/ari.mo
102 816a5088100d558ed64760b11375473c  htdocs/recordings/locale/he_IL/LC_MESSAGES/ari.po
103 d6a93baf74a77b1b8f69d0196787566c  htdocs/recordings/locale/he_IL/LC_MESSAGES/ari.mo
104 ecefc7f6b8854fdbb77033d66f4aa9e2  htdocs/recordings/locale/zh_TW/LC_MESSAGES/ari.po
105 115539dab62d250a6356a09d97202ff2  htdocs/recordings/locale/zh_TW/LC_MESSAGES/ari.mo
106 eed72e8181c123dcedc9a2a41d9f0268  htdocs/recordings/locale/da_DK/LC_MESSAGES/ari.po
107 cfc2700c9de4da109f2d4c21efce8578  htdocs/recordings/locale/da_DK/LC_MESSAGES/ari.mo
108 f29a17b386579b2cbecbc2079601ac33  htdocs/admin/favicon.ico
109 168c9c4b32b8c425840575156a518ca8  htdocs/admin/i18n/de_DE/LC_MESSAGES/amp.po
110 8743e67c74639c2d757d49a145f33c15  htdocs/admin/i18n/de_DE/LC_MESSAGES/amp.mo
111 41c303cf3f51685492361fc406fec0fd  htdocs/admin/i18n/fr_FR/LC_MESSAGES/amp.po
112 8662b158adb7188e27f30a61207ebfb6  htdocs/admin/i18n/fr_FR/LC_MESSAGES/amp.mo
113 db27befa54e1abdc9bde8dffd7c5d2de  htdocs/admin/i18n/readme.txt
114 cbee09beb4caef1f10223eea560c80f5  htdocs/admin/i18n/hu_HU/LC_MESSAGES/amp.po
115 51e6e5bb2404968a94899c23a3afcf20  htdocs/admin/i18n/hu_HU/LC_MESSAGES/amp.mo
116 a6ec46cd8aeb98aeea3c837468e088bb  htdocs/admin/i18n/amp.pot
117 a82971eb009da4cdaf04e7e976ad9b83  htdocs/admin/i18n/zh_CN/LC_MESSAGES/amp.po
118 d28e3f2da48c70d9535a2f776eacadaa  htdocs/admin/i18n/zh_CN/LC_MESSAGES/amp.mo
119 6c1c75233d3ab03c98b4fea0b11f88ac  htdocs/admin/i18n/bg_BG/LC_MESSAGES/amp.po
120 beec61baac30fc5610778dc498a26906  htdocs/admin/i18n/bg_BG/LC_MESSAGES/amp.mo
121 b6caaa4409eb91d3241794d3fd2b57a4  htdocs/admin/i18n/sv_SE/LC_MESSAGES/amp.po
122 1fc3e446fa50bcebbb5e2dd87c2d97cb  htdocs/admin/i18n/sv_SE/LC_MESSAGES/amp.mo
123 8f214c773e9b58bbd73d04da260dc28d  htdocs/admin/i18n/es_ES/LC_MESSAGES/amp.po
124 fac5027c3ef5073aef6a31748da299f1  htdocs/admin/i18n/es_ES/LC_MESSAGES/amp.mo
125 fce83467a5463ce1e1791f3d420ab30d  htdocs/admin/i18n/pt_BR/LC_MESSAGES/amp.po
126 3dd68335d1835179e70d6ad4503826f5  htdocs/admin/i18n/pt_BR/LC_MESSAGES/amp.mo
127 cc92ba5a47a98dd85cf09d56199df0ac  htdocs/admin/i18n/it_IT/LC_MESSAGES/amp.po
128 b4d94276207b23e046d585c7dadfa597  htdocs/admin/i18n/it_IT/LC_MESSAGES/amp.mo
129 882488a20b1e6cf0e82c3437855d6f7b  htdocs/admin/i18n/he_IL/LC_MESSAGES/amp.po
130 9fde10b30034dedc3e60c8258a7f5be3  htdocs/admin/i18n/he_IL/LC_MESSAGES/amp.mo
131 298a03dea2179c5bc458e187dba43db5  htdocs/admin/i18n/pt_PT/LC_MESSAGES/amp.po
132 629082229402fc7a10ff2174fe70dd5b  htdocs/admin/i18n/pt_PT/LC_MESSAGES/amp.mo
133 10d53f35e52f429592b42ab27a8e35ce  htdocs/admin/i18n/ru_RU/LC_MESSAGES/amp.po
134 65805a4eef21ba50711b98bc530f8404  htdocs/admin/i18n/ru_RU/LC_MESSAGES/amp.mo
135 0d70480691f781e53b2c9979363de3fc  htdocs/admin/config.php
136 11deb6d017ed66c454745983057de8dc  htdocs/admin/header.php
137 a82c45a305421189b7a9cc58ec2db645  htdocs/admin/module-builtin.xml
138 9ff763702104db9e37099ee29172470a  htdocs/admin/common/content.css
139 b06a5eadc6d4c98887a75a85acc6f5da  htdocs/admin/common/jquery.cookie.js
140 4dc722c4589ab0ac74942d3b68e533da  htdocs/admin/common/tabber-minimized.js
141 70df9c62957098a06cd4621977f63382  htdocs/admin/common/script.legacy.js
142 35aaaeee70948777ef7bfbc8ef9dc775  htdocs/admin/common/graph_pie.php
143 83bc25d968295acc3dc3df95e305cbff  htdocs/admin/common/interface.dim.js
144 01040f2d86c2bd2023c28bf3c5373053  htdocs/admin/common/encrypt.js
145 d91ca7b025a6886d3c6c5ed14e0f1107  htdocs/admin/common/graph_stat.php
146 5e0b78f214725c653279264ee5f8be13  htdocs/admin/common/ie.css
147 ec98e122f5d48f92b251727a8122b362  htdocs/admin/common/graph_statbar.php
148 630c1eff31e93cba2a3afba18bb21064  htdocs/admin/common/print.css
149 f05ee7710a45261f308fa9ab841e1d05  htdocs/admin/common/mainstyle.css
150 1e4022e77522c55283aab9e198dabd64  htdocs/admin/common/mainstyle-alternative.css
151 b58913d03a087a0d020dc896df68ed7b  htdocs/admin/common/layout.css
152 3b41c64e16204ab7a9cc351088613a40  htdocs/admin/common/db_connect.php
153 353e21212a408ebe7b9a4c620546a47e  htdocs/admin/common/script.js.php
154 78aa41dc7bc533df26ec64d570b9dda8  htdocs/admin/common/jquery.toggleval.3.0.js
155 942d93b3f88aaca2b6f4718d983b92d4  htdocs/admin/common/jquery-1.4.2.js
156 fdc48cf153c204c3bc632118e5f3d159  htdocs/admin/common/jquery-ui-1.8.custom.min.js
157 eca45da8e83b9853f5342aba44aca803  htdocs/admin/common/libfreepbx.javascripts.js
158 88a20e4fa57ef6f76a1b8f428f208c08  htdocs/admin/common/jquery.dimensions.js
159 10bfec77146a3d1f77bc1043e42e9c79  htdocs/admin/common/php-asmanager.php
160 ec06405685ed197f99e599f986ee70fe  htdocs/admin/common/graph_hourdetail.php
161 4ac9b681e91aaaf9faf400aee3846a0f  htdocs/admin/common/docbook.css
162 29b4c5955fca73d2787774351e673473  htdocs/admin/common/json.inc.php
163 a41f61a7ab6f96eb76ea1b1a976ffe26  htdocs/admin/functions.inc.php
164 a2bc5d6e1cb895257d361ee654f54b3b  htdocs/admin/views/welcome.php
165 9a68d975cca57e717bf901154a9b3b45  htdocs/admin/views/loggedout.php
166 e84f57cf2fca724ac5e343c6d29a3d8d  htdocs/admin/views/freepbx.php
167 ca2fb2d8ec5ece5a133ae06a968fe7d0  htdocs/admin/views/menuitem_disabled.php
168 040704b9df313800f997e4ee50cdbc5e  htdocs/admin/views/freepbx_admin.php
169 5a1588a2566acd4f8e63f769b7ccc210  htdocs/admin/views/panel.php
170 a868b36343c661ee25a4e98c45239f87  htdocs/admin/views/unauthorized.php
171 f5d3d3bfdaf37e833789be27ed390fd3  htdocs/admin/views/freepbx_reload.php
172 f77c76301abecb90b5958656c9912ea7  htdocs/admin/views/bad_refferer.php
173 326c8a08fa68b4e43d0035860cd26888  htdocs/admin/views/freepbx_reloadbar.php
174 154fdb4dd8768fcef0557366af41732c  htdocs/admin/views/reports.php
175 68b6eac4b7d8bc43c358838c5877a071  htdocs/admin/views/welcome_nomanager.php
176 69d4fac884502f0180a4a62de9dcf457  htdocs/admin/views/noaccess.php
177 9edbc73e9abc62655248220b3570e943  htdocs/admin/panel.php
178 bcafc577b7260e4c05f26b8e9cdf184c  htdocs/admin/featurecodes.class.php
179 cfcd208495d565ef66e7dff9f98764da  htdocs/admin/cdr/counter.txt
180 eef2e3198d5f9fa80adf951bcae256d2  htdocs/admin/cdr/call-comp.php
181 a0a6219367f901696009303cf8079887  htdocs/admin/cdr/call-daily-load.php
182 3d831e1b2fdab57677ee12ef40affa63  htdocs/admin/cdr/call-log.php
183 ab9a35b89319869f027b3ae78242b05e  htdocs/admin/cdr/lib/font/helveticabi.php
184 eb31b676c16cfcb2483013147a3ff80c  htdocs/admin/cdr/lib/font/helveticai.php
185 a58cfd53e8b2f0a5dea5ba28b63abfa2  htdocs/admin/cdr/lib/font/zapfdingbats.php
186 663e497c42b9bab81280d81686373f78  htdocs/admin/cdr/lib/font/helvetica.php
187 733174e356445de8ec1e2e2bd5318d44  htdocs/admin/cdr/lib/font/timesb.php
188 83ecaf01ee009dc60c74e4fdaff0aa26  htdocs/admin/cdr/lib/font/makefont/iso-8859-11.map
189 907301f283e7457d037fee0adb5ce187  htdocs/admin/cdr/lib/font/makefont/cp1253.map
190 9046b7222af56cb6bbc349cac9dbabdf  htdocs/admin/cdr/lib/font/makefont/koi8-u.map
191 46e48666d54b3bc0d7eba59e1fc768f3  htdocs/admin/cdr/lib/font/makefont/cp1254.map
192 d0712d80739797b3495f67490d328d08  htdocs/admin/cdr/lib/font/makefont/iso-8859-7.map
193 c469cfdac7010e50b7fbcabaaf1393b1  htdocs/admin/cdr/lib/font/makefont/cp1255.map
194 47507c221cb986421905861794102889  htdocs/admin/cdr/lib/font/makefont/iso-8859-2.map
195 0355d40c58aa1db273ced4e7697b15b0  htdocs/admin/cdr/lib/font/makefont/iso-8859-4.map
196 82a2003dbd3b5e359ea6b19898d4bc89  htdocs/admin/cdr/lib/font/makefont/iso-8859-5.map
197 8647a52d390b37e26ed05e5ed6793b76  htdocs/admin/cdr/lib/font/makefont/iso-8859-9.map
198 04f520a75d940d47dec77f1cc0539fbb  htdocs/admin/cdr/lib/font/makefont/koi8-r.map
199 6ee10e7c33a89680727856e2ce2111f4  htdocs/admin/cdr/lib/font/makefont/makefont.php
200 3d09f07dd446c6a2fc13a609c084e854  htdocs/admin/cdr/lib/font/makefont/iso-8859-15.map
201 86a4dee852783cc5b85ac83a82729d47  htdocs/admin/cdr/lib/font/makefont/cp1258.map
202 b56b0749d1ac137491e3714039009960  htdocs/admin/cdr/lib/font/makefont/iso-8859-16.map
203 4fbafebd9ea29f4e10889749ec414113  htdocs/admin/cdr/lib/font/makefont/cp874.map
204 ee2f10b8198819a33d4aa566a7df4ec6  htdocs/admin/cdr/lib/font/makefont/cp1251.map
205 8a021bf2c9796273f4b2c3824efefc1d  htdocs/admin/cdr/lib/font/makefont/cp1250.map
206 8d7358daa8b750747694e822111898f9  htdocs/admin/cdr/lib/font/makefont/cp1252.map
207 fe87c493f46ddfd8b57212cbc52e25ac  htdocs/admin/cdr/lib/font/makefont/cp1257.map
208 53bffea6677269f073516bb10d28de02  htdocs/admin/cdr/lib/font/makefont/iso-8859-1.map
209 a3c2aa6d84b4311fb8acb343dc01d0e1  htdocs/admin/cdr/lib/font/timesi.php
210 ba47945d0dc98c23e22da59c24ae2272  htdocs/admin/cdr/lib/font/symbol.php
211 da848899a09b1da953201a388693a23d  htdocs/admin/cdr/lib/font/timesbi.php
212 255e97e615e2a41f83125e8a4b1286b4  htdocs/admin/cdr/lib/font/helveticab.php
213 616acb48a7dac54412f55d6cccc9ab68  htdocs/admin/cdr/lib/font/courier.php
214 80ef04e354b1d677603a475c5ddd35a7  htdocs/admin/cdr/lib/font/times.php
215 05e2d6621744a7f6cc1d29dab56e91f9  htdocs/admin/cdr/lib/DB-modules/phplib_mssql.php
216 4e1d853d490625277cd79151a2d99e37  htdocs/admin/cdr/lib/DB-modules/phplib_sybase.php
217 bf63a6ff6c6a4a456e29f3d0d0b6b2b8  htdocs/admin/cdr/lib/DB-modules/phplib_odbc.php
218 7aabc4c96f2fb399fdc16c19fe998dd3  htdocs/admin/cdr/lib/DB-modules/phplib_oracle.php
219 4f8929192a9cf4dd4f3233b3492c52fb  htdocs/admin/cdr/lib/DB-modules/phplib_postgres.php
220 c5d73cfe9dde19fab5f9115cb3aa880e  htdocs/admin/cdr/lib/DB-modules/phplib_mysql.php
221 4e26e54117df3d7147b113c382fd2c91  htdocs/admin/cdr/lib/DB-modules/ciaosql.php
222 9c4ecffa81bbf4b4a363929a0cb464e8  htdocs/admin/cdr/lib/DB-modules/phplib_oci8.php
223 2401e5093b3282ae0cd7e57eca61909a  htdocs/admin/cdr/lib/fpdf.php
224 6bdbfc307d9303117e47706e187ccde5  htdocs/admin/cdr/lib/defines.php
225 17bd1caac2c44a261c958451376df04a  htdocs/admin/cdr/lib/iam_csvdump.php
226 991f5100bc0de468895bbcbf13992ddf  htdocs/admin/cdr/lib/Class.Table.php
227 fa716446f9bb99876b8dcd1b2deac621  htdocs/admin/cdr/call-last-month.php
228 f450ab74a547cdd99834f2f7807e7cc5  htdocs/admin/cdr/export_csv.php
229 3e696b30afaf193c7ed0e2a8a0922811  htdocs/admin/cdr/about.php
230 5e27c2a76e8166667681654840f447e4  htdocs/admin/cdr/CHANGELOG.txt
231 d26cb66465209a17cf5a60836f14e37e  htdocs/admin/cdr/jpgraph_lib/imgdata_squares.inc
232 b1d1b16e49a84023e030a08dd539e4cd  htdocs/admin/cdr/jpgraph_lib/jpgraph_pie.php
233 0845771bebc022161e7f2cfc61dafcf4  htdocs/admin/cdr/jpgraph_lib/imgdata_pushpins.inc
234 adbdc27985f0fde92dcd815cf022297f  htdocs/admin/cdr/jpgraph_lib/jpgraph_plotband.php
235 e82af18808995ffd9f4c3d0ec67c9788  htdocs/admin/cdr/jpgraph_lib/jpgraph_antispam.php
236 50f13838ede88cf77cf529aecbf39129  htdocs/admin/cdr/jpgraph_lib/jpgraph_bar.php
237 ad5af8ec72a2f68d946469aa14a2efc8  htdocs/admin/cdr/jpgraph_lib/jpgraph_gradient.php
238 1311cd93860be5d128775bf98a033122  htdocs/admin/cdr/jpgraph_lib/jpgraph_canvtools.php
239 57e1d4bcc6a21f315f2eefff3fbc8874  htdocs/admin/cdr/jpgraph_lib/jpgraph_pie3d.php
240 bbe0013211f77a8d110de0c735556095  htdocs/admin/cdr/jpgraph_lib/jpgraph_stock.php
241 7e7d54935cbe3dd9af180d68063ecace  htdocs/admin/cdr/jpgraph_lib/jpgraph_log.php
242 fcea98d7830a171cd7a8d29bcf6201bd  htdocs/admin/cdr/jpgraph_lib/jpgraph_plotmark.inc
243 404cdb936bb074239d1f3d1a1fb00f9a  htdocs/admin/cdr/jpgraph_lib/jpgraph_gantt.php
244 1ff32c360edba2a7a559000743cd0247  htdocs/admin/cdr/jpgraph_lib/imgdata_diamonds.inc
245 dc82143107031592156eaa414562d414  htdocs/admin/cdr/jpgraph_lib/jpgraph_error.php
246 a801c7419167b0469038602c4a9d9f23  htdocs/admin/cdr/jpgraph_lib/jpgraph_regstat.php
247 c55c975b2d1d448b081aed1420645d19  htdocs/admin/cdr/jpgraph_lib/jpgraph_iconplot.php
248 1f499785eb776bb8fd88a284da8c823d  htdocs/admin/cdr/jpgraph_lib/jpgraph.php
249 310842b39f060dcaf2290272a68271d7  htdocs/admin/cdr/jpgraph_lib/jpgraph_radar.php
250 fa6c5dada08075ec9272e4afd3ac7ce7  htdocs/admin/cdr/jpgraph_lib/jpg-config.inc
251 8fce5ad0d10feb370cd293a1529e0d05  htdocs/admin/cdr/jpgraph_lib/jpgraph_polar.php
252 9638521dd850ab55699c50e4b3f88436  htdocs/admin/cdr/jpgraph_lib/imgdata_bevels.inc
253 c942fc658cb0f0e9e5f23a02697c8882  htdocs/admin/cdr/jpgraph_lib/imgdata_balls.inc
254 987f9805873ccec543774194b7728059  htdocs/admin/cdr/jpgraph_lib/jpgraph_scatter.php
255 45f01d69ef22ddbee1e09d80346003a1  htdocs/admin/cdr/jpgraph_lib/jpgraph_antispam-digits.php
256 a6c790f5f0520eca8832a0e651daf5d5  htdocs/admin/cdr/jpgraph_lib/jpgraph_canvas.php
257 aedecde516b8f18f65adc86587b99fd0  htdocs/admin/cdr/jpgraph_lib/jpgraph_imgtrans.php
258 a5909e551ee28164eaf155c4ff57b44a  htdocs/admin/cdr/jpgraph_lib/jpgraph_flags.php
259 6916479efbbc8e574a93fa09209de580  htdocs/admin/cdr/jpgraph_lib/imgdata_stars.inc
260 d55b90316889109b752384c03286e35f  htdocs/admin/cdr/jpgraph_lib/jpgraph_line.php
261 c0321ed66458208942d81ea2e2419b83  htdocs/admin/cdr/jpgraph_lib/jpgraph_gb2312.php
262 32910e529d09b535175d6c884171ca04  htdocs/admin/cdr/cdr.php
263 ab3ecae0bca233b90e3d835266ab9d32  htdocs/admin/cdr/images/header-search.png
264 548a2f8b5ef73b413d66d2f5454eb952  htdocs/admin/cdr/images/header-projects.png
265 bf34cc33fe13d719666de9c8d854b6c4  htdocs/admin/cdr/images/printable.png
266 1d6fc3de1f3e4b62529c022ef51132bb  htdocs/admin/cdr/images/corner-bl.png
267 221d8352905f2c38b3cb2bd191d630b0  htdocs/admin/cdr/images/spacer.gif
268 d8bd7055f0d11ce15631afe342a98d5e  htdocs/admin/cdr/images/excel.png
269 b033abd553541af1831e882b792973e1  htdocs/admin/cdr/images/fleche-d.gif
270 69d10ac4ef5dfbc86a4918fb0fec2c56  htdocs/admin/cdr/images/fleche-g.gif
271 634e7d8c2b89ba200d417384f172a0ec  htdocs/admin/cdr/images/corner-br.png
272 0364bc0c6d2c53e62f4d52173f0402fe  htdocs/admin/cdr/images/corner-tl.png
273 a842a2f5b5467fec7477463f5181232e  htdocs/admin/cdr/images/pdf.png
274 2a73b8243a607e39fda97100c4cd30cd  htdocs/admin/cdr/images/call-compare.png
275 0c10e62b3570c8c1a826e110db8a18e0  htdocs/admin/cdr/images/icon_down_12x12.GIF
276 91af735e0fa29ce96108650a3b583ab4  htdocs/admin/cdr/images/header-faq.png
277 3957622b6b280a75f98b9446c6048256  htdocs/admin/cdr/images/asterisk.gif
278 6a2ccc324a86c8c58803fa8a9ffce9b5  htdocs/admin/cdr/images/btn_top_12x12.gif
279 093e2befcd148b30cde47edfcf03be74  htdocs/admin/cdr/images/sidenav-selected.gif
280 8f7857206263cda807b1650e7d55014b  htdocs/admin/cdr/images/th_call-compare.png
281 bcd0a92ab4c0a804636fa01ad3aed5fe  htdocs/admin/cdr/images/corner-tr.png
282 f319e7f1bce2bb7fcd7bd14716e446f2  htdocs/admin/cdr/images/header-download.png
283 03b87eb57e86e38279aa79314585f73f  htdocs/admin/cdr/images/clear.gif
284 673464d20823a391cf4bfd0ba327b040  htdocs/admin/cdr/images/jukebox_ti60.gif
285 1ed8a8a9b1c7cc65822743787967ac57  htdocs/admin/cdr/images/button-search.gif
286 06a84f8ab4e48ac878e4465a6507038c  htdocs/admin/cdr/images/icon_up_12x12.GIF
287 74d80a3fdf4eaaafa41fa9a7bdb4befd  htdocs/admin/cdr/images/th_call-logs.png
288 b435ad042e9ae4245bedf15b6f8bff5c  htdocs/admin/cdr/images/call-logs.png
289 dc0e5b5547931a96992933b413d99527  htdocs/admin/cdr/.DS_Store
290 66ed424a6fe312e78fc301c460c9b5bc  htdocs/admin/cdr/export_pdf.php
291 3827d23413630bb63664414f6f1cc992  htdocs/admin/cdr/info.txt
292 0ff4365a210bb52950339a687dd60748  htdocs/admin/reports.php
293 597b4cd72422d686a53324a2ed0384b1  htdocs/admin/index.php
294 9e1564775827fa80707a18bc0042d970  htdocs/admin/header_auth.php
295 1fa4bcdf9cd81a173fbdda31dbb4ea40  htdocs/admin/components.class.php
296 f4b8e8b4e72e879b8914ce9a0a3bebd8  htdocs/admin/modules/update.sh
297 b0cb0288acf8d816c1e42c0f126b52ba  htdocs/admin/modules/import.sh
298 ca5ae4a6abee062c7edf1bedf2f02ac2  htdocs/admin/modules/modlist.sh
299 d5d3dae3973b096d191ed7c9561b7ce7  htdocs/admin/modules/remove.sh
300 cc08324b89896cce91dfb22332dc42d1  htdocs/admin/modules/status.sh
301 3bc0a3e92f8170084dd102eda9a474b1  htdocs/admin/modules/.htaccess
302 6048a72893ed9e600d790c55005b3554  htdocs/admin/images/shadow-corner.png
303 4ea4c223d73b53620990b40961b1c027  htdocs/admin/images/modules-hover1.png
304 64457d604e7a85004f0adc1b19a22f4f  htdocs/admin/images/help_icon.gif
305 277535d3f502be3c1d0e82da2087c828  htdocs/admin/images/modules1.png
306 fe4136ce40bf48a458cdc2fb1822d09f  htdocs/admin/images/freepbx.png
307 2f8fdecb37a1da4a2f0738bc17147b2a  htdocs/admin/images/freepbx_large.png
308 4557790bbf6beb89458e1b07c9419a93  htdocs/admin/images/scrollup.gif
309 86a210cbd3d6e6cb3bb64ad9275e5fb0  htdocs/admin/images/tab-select.png
310 b80407e20efad5488b9136c7d55d5352  htdocs/admin/images/trash.png
311 8705f5483bac70eddfb6aad8e6a4caca  htdocs/admin/images/freepbx_small.png
312 b4149218a36d1b8bf4ff6849f9abb56b  htdocs/admin/images/cancel.png
313 91be0cf658d572261d08414955fc4f8b  htdocs/admin/images/amp.png
314 67d8812248d913e05b26aee261fb015a  htdocs/admin/images/delete.gif
315 cd34f6537bb1b4b9bd544c38a1eb4957  htdocs/admin/images/modules-current1.png
316 e9e3491ab4cd89bd0050d8139e7e1138  htdocs/admin/images/tab-first.png
317 6e497a3658aeaa4b7ac3f4ad4ffb92fe  htdocs/admin/images/tab-first-current.png
318 accba0b69f352b4c9440f05891b015c5  htdocs/admin/images/blank.gif
319 03b1f6c63bfc99328978c5f7b4d2ea84  htdocs/admin/images/scrolldown.gif
320 eb7cb46f1c8dc6ce177a08bee31209f8  htdocs/admin/images/shadow-side-background.png
321 369f47def03e6c1cee3709d16ae4f33f  htdocs/admin/images/loading.gif
322 f3c5b76cd54137888521947811667271  htdocs/admin/images/watermark.png
323 3ccdbad1ddaeff244e1cc2fa57f2a122  htdocs/admin/images/tab.png
324 41faaa70ffc3f7efbcea798b1449c6a5  htdocs/admin/images/tab-hover.png
325 6afe4a6695d6c27a0450eaf25ca3bc20  htdocs/admin/images/shadow-top.png
326 90d2dbcdde10d3bfb5e82567cdbdb3b3  htdocs/admin/images/header-back.png
327 8ad354706ac945431aa7daca821457c9  htdocs/admin/images/logo.png
328 5d4d84cf2a3b2e9be202bf9eb6173107  htdocs/admin/images/arrow_rotate_clockwise.png
329 cad6479a90a89a199c01882f8760c3ca  htdocs/admin/images/database_gear.png
330 3cd5fcd13a6ddfef401bec94a2f4af51  htdocs/admin/images/shadow-side.png
331 5ae0205e4ed7273b45824d26159d9c8e  htdocs/admin/images/category1.png
332 8bfed48756f192ed7afe6eaa4799aae4  htdocs/admin/images/accept.png
333 195fd2d516a83a6756995a1af72cd055  htdocs/admin/extensions.class.php
334 398816fbab6cc679db59eef37dca2801  htdocs/admin/page.modules.php
335 61a505cdce9ea70b5328c763b320dfe9  htdocs/_asterisk/play.gif
336 dd13cd26ef7766092b5a60319e668e5e  htdocs/_asterisk/animlogo.gif
337 a00c3d26722eecbd1de5ddd007bcd93b  htdocs/_asterisk/vmail.css
338 fbdd026946678c8da724ff566843f521  htdocs/mainstyle.css
339 683d8a4bcfc59957f6321d88441ae1e4  htdocs/index.html
340 2ad4bcba7fe641bc4e8752732f26bb4d  htdocs_panel/FAQ
341 1c0cbd639408d90ed4cf0125d3c28a60  htdocs_panel/flash/help_it.html
342 94b37857897fcbe826df285fcb73c964  htdocs_panel/flash/help_se.html
343 371f1f2654a7f3deff252160d3afd103  htdocs_panel/flash/help_fr.html
344 62d5fa9c1fb14a1713196673eeb1fdea  htdocs_panel/flash/index-crm.html
345 e611f5dc9af9274af45241518129d28d  htdocs_panel/flash/help_en.html
346 a984d0c8724ddc2d9c4768775a2d3ab3  htdocs_panel/flash/operator_panel.swf
347 71969e393cb22735aa08930cce34011b  htdocs_panel/flash/help_ru.html
348 f52ca24dd3fe73f97a040efcef59968b  htdocs_panel/flash/index-clicktodial.html
349 61e92b1f84701c98d7001e09ef121bd3  htdocs_panel/flash/mypage.php
350 ce5c6497ec83ea8a9b216e4d5ac14704  htdocs_panel/flash/index.html
351 8dc3ea97c2d5ac9fb166bd8cbe6953f3  htdocs_panel/flash/index-fixed.html
352 244a0130aaea05e19988d2d53df486c9  htdocs_panel/flash/index-restrict.html
353 bd4f6327420290e9019c3ef156cbe0e4  htdocs_panel/flash/help_de.html
354 099a29d5801187dabb2e8fbe8630ed54  htdocs_panel/flash/crossdomain.xml
355 3b2441126b56d663ba780dc8c08af92f  htdocs_panel/flash/help_es.html
356 902930eb6cec43d1a98407302e82a64b  htdocs_panel/flash/help_no.html
357 79a2e524bd784f1f746a18df27513cbd  htdocs_panel/op_server.cfg
358 da98d91ace4ccdd55996589a645c44e4  htdocs_panel/op_lang_ru.cfg
359 abb44a26b19830f062cdf850f40669c4  htdocs_panel/op_lang_no.cfg
360 d5be4311b5e7c2767855928dcedb7d1e  htdocs_panel/op_astdb.cfg
361 849c22cb85cdd0e14e6fbf64efe0a530  htdocs_panel/CHANGES
362 3904be3a9848a715fd7eaacbe45bd90b  htdocs_panel/op_lang_es.cfg
363 3eddabf859c0bea45d07fd4a91ec6e78  htdocs_panel/UPGRADE
364 8f4045b47cafb2cf682459e27005c977  htdocs_panel/ming-source/README
365 36bd6f89763dd5bc22d84f14b9b461b5  htdocs_panel/ming-source/comunicator.pl
366 d6b89a845a836c5d669457ca69e7e340  htdocs_panel/ming-source/operator_panel.pl
367 e9d76c6c3d9f437cd308aa39d99eb46c  htdocs_panel/safe_opserver
368 456ecc83ca5e6900404d04c52fe2e1b1  htdocs_panel/op_lang_de.cfg
369 f147ad382868d0afee7525ca723e7edf  htdocs_panel/init/op_panel_suse.sh
370 028c68324aed31a98953777b16e6adac  htdocs_panel/init/op_panel_debian.sh
371 0e0211a1bafea6dc19ac29859fe3fecd  htdocs_panel/init/op_panel_redhat.sh
372 0ed048c1fa42a0167cea6f1620b3dd47  htdocs_panel/RECIPES
373 2024c9bf0e2ea64268fbc90e393ba3a7  htdocs_panel/TODO
374 61d6e26dc5519a85f5434fbbb11dc34d  htdocs_panel/op_lang_ca.cfg
375 ec9262ab15a9f0f82d10140ff887d2d1  htdocs_panel/op_style.cfg
376 09343cb5a48ec02311083f1baafdc423  htdocs_panel/op_lang_se.cfg
377 4345b13bc52c58ea5c52e0ecd8457526  htdocs_panel/README
378 523b392e6b509c22c9842746a11d3d5f  htdocs_panel/op_lang_gl.cfg
379 0e3388d2219b50f8ffaa51d1aec27cb9  htdocs_panel/index_amp.php
380 665f3587d0ddfaeba9049c1b67d9c1c1  htdocs_panel/op_buttons.cfg
381 60c56e78d67a4ab0946477bf77294946  htdocs_panel/dhtml/css/operator.css
382 261bf77517fed7c794fbdca2557a5a4c  htdocs_panel/dhtml/css/default.css
383 1c9e59cf118477638f73a5bd71f20d0c  htdocs_panel/dhtml/comunicator.swf
384 44c17231b6e474ce40bfebc53226b722  htdocs_panel/dhtml/index.php
385 abc52ff1a7c85e72fa4df9158c8b4d7f  htdocs_panel/dhtml/images/telephone.png
386 7e9570ca9caea80598e0d8edef4e9ba2  htdocs_panel/dhtml/images/phone.png
387 3ebfb7e980127592b27354ed117a1004  htdocs_panel/dhtml/images/bug.png
388 49b9ca7025562ea7f070a9111282364b  htdocs_panel/dhtml/images/bottom_mid.gif
389 0cf1ec5b93f8ac8fcce0e2f72cf7f45e  htdocs_panel/dhtml/images/top_right.gif
390 bd567580b4ee16a7a2734057cfbbe219  htdocs_panel/dhtml/images/center_left.gif
391 536d40e87cda0c7ae7b11f1721aa52d0  htdocs_panel/dhtml/images/overlay.png
392 95471c72f06a40fab761005db50e5a03  htdocs_panel/dhtml/images/mail.gif
393 9c5e5920bfc189a45cc618099af93aa8  htdocs_panel/dhtml/images/top_left.gif
394 1b35a4ec3b734dfe37e31ba87bcc7d99  htdocs_panel/dhtml/images/bottom_right_resize.gif
395 320f534b5d444b39701e0b679529e779  htdocs_panel/dhtml/images/resize.gif
396 25e540088ae2dded78103626e57016be  htdocs_panel/dhtml/images/phone_sound.png
397 e46768f632765cd86c5fe5d0166dcf2c  htdocs_panel/dhtml/images/bottom_right.gif
398 fb99ffa815a8648f95f42698fe5dfaa1  htdocs_panel/dhtml/images/bottom_left.gif
399 3afbbb77c13a366898f9088f7ae086a0  htdocs_panel/dhtml/images/group.png
400 eef184d5d89d1710313581a2ccf408e8  htdocs_panel/dhtml/images/center_right.gif
401 a12ff2b944025ad2d127d033dae5e9e1  htdocs_panel/dhtml/images/top_mid.gif
402 af58188296abfe7adbf9280a563731f2  htdocs_panel/dhtml/images/email.png
403 8a08f243c37a8e25a88d4ac135b2f07d  htdocs_panel/dhtml/images/close.gif
404 a1d14ba996c66d6a0420171bf447e163  htdocs_panel/dhtml/images/status_online.png
405 f9ffc2b3bc3b08d53d994650199d82eb  htdocs_panel/dhtml/images/telephone_go.png
406 1b35a4ec3b734dfe37e31ba87bcc7d99  htdocs_panel/dhtml/images/sizer.gif
407 f57aaa32617e68bc8328178fd26c1f52  htdocs_panel/dhtml/js/prototype.js
408 aa5176110837ac6642ab333c981bc770  htdocs_panel/dhtml/js/operator.js
409 5723ef231fd913fa981a3dc5a2492131  htdocs_panel/dhtml/js/effects.js
410 b6dc0d8ec25d02e16993fb6f9553b138  htdocs_panel/dhtml/js/wz_tooltip.js
411 6b737ecca99b73e70149195653627e4a  htdocs_panel/dhtml/js/builder.js
412 465a2d5df9bf4ee241ac440cc1045912  htdocs_panel/dhtml/js/window.js
413 2a8ba7d2631729bb53b42530d522ff08  htdocs_panel/dhtml/js/dragdrop.js
414 ba6e48c926618bb08b6a5853efeb2463  htdocs_panel/dhtml/js/scriptaculous.js
415 0d8ebc41ef430769069d0bac96f135a4  htdocs_panel/dhtml/js/base64.js
416 e1169fc74b36a0c1529a15a85feda299  htdocs_panel/dhtml/js/slider.js
417 23cef7404ffe6d410b0c235433771d51  htdocs_panel/dhtml/js/controls.js
418 ac7890288f8d6e402d9f6dae3698af89  htdocs_panel/dhtml/variables.php
419 ef3b2dbcf9c1bfb2d076072417c812c1  htdocs_panel/op_server.pl
420 63116369f6f731216fdb6b1f47995551  htdocs_panel/index.php
421 515304280a8cd80f92c1cbf2b3b8b117  htdocs_panel/extensions.conf.sample
422 d9869ea3a941955bf543eca03d86a05e  htdocs_panel/op_lang_it.cfg
423 4ae39250dcee88c9f0cb9a61b82b897d  htdocs_panel/op_lang_fr.cfg
424 5a6e2f764d2347389e20f88f056cf3ce  htdocs_panel/op_lang_en.cfg
425 8e49919ab341812c8f8a7cf837f93e09  moh/TristeAlegriaPromo.sln
426 7f33eefc19f555d33a5be40fa378a240  moh/QuajiroPromo.sln
427 f4aee0152f15a20fdda0ea4f27d5468f  sbin/amportal
428 9f180b2b2dd808560df9b2a9db88094e  sounds/dir-intro-oper.gsm
429 86000073c5779a48083e64b64bb0a57b  sounds/dir-intro-fnln.gsm
430 3498e320a36de662fb0e6c5429fb151d  sounds/dir-intro-fn-oper.gsm
431 991aadaa08b82bfbf738f946563d4343  sounds/dir-intro-fnln-oper.gsm
Note: See TracBrowser for help on using the browser.