root/freepbx/trunk/upgrades/2.8.0.md5

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