Move files into app subdir
authorBen Klang <ben@alkaloid.net>
Wed, 30 Dec 2009 23:02:27 +0000 (18:02 -0500)
committerBen Klang <ben@alkaloid.net>
Wed, 30 Dec 2009 23:02:27 +0000 (18:02 -0500)
commitc117e4af33243766dc68c0d1668f8385e37aea0b
tree4148eaf0930b34fe5c16d08b40d4bd2f2d22f175
parentb5588cef1066b280d2a22c664f16fbc7dfd441d4
Move files into app subdir
92 files changed:
TODO [deleted file]
config/applist.xml.dist [deleted file]
config/conf.xml [deleted file]
devices.php [deleted file]
dialplan.php [deleted file]
dialplan/edit.php [deleted file]
extensions.php [deleted file]
index.php [deleted file]
lib/Dialplan.php [deleted file]
lib/Driver.php [deleted file]
lib/Driver/Ldap.php [deleted file]
lib/Driver/Sql.php [deleted file]
lib/Exception.php [deleted file]
lib/Forms/DeviceForm.php [deleted file]
lib/Forms/ExtensionForm.php [deleted file]
lib/Shout.php [deleted file]
lib/api.php [deleted file]
lib/base.php [deleted file]
lib/shoutAtts.php [deleted file]
lib/version.php [deleted file]
moh.php [deleted file]
security.php [deleted file]
shout/TODO [new file with mode: 0644]
shout/config/applist.xml.dist [new file with mode: 0644]
shout/config/conf.xml [new file with mode: 0644]
shout/devices.php [new file with mode: 0644]
shout/dialplan.php [new file with mode: 0644]
shout/dialplan/edit.php [new file with mode: 0644]
shout/extensions.php [new file with mode: 0644]
shout/index.php [new file with mode: 0644]
shout/lib/Dialplan.php [new file with mode: 0644]
shout/lib/Driver.php [new file with mode: 0644]
shout/lib/Driver/Ldap.php [new file with mode: 0644]
shout/lib/Driver/Sql.php [new file with mode: 0644]
shout/lib/Exception.php [new file with mode: 0644]
shout/lib/Forms/DeviceForm.php [new file with mode: 0644]
shout/lib/Forms/ExtensionForm.php [new file with mode: 0644]
shout/lib/Shout.php [new file with mode: 0644]
shout/lib/api.php [new file with mode: 0644]
shout/lib/base.php [new file with mode: 0644]
shout/lib/shoutAtts.php [new file with mode: 0644]
shout/lib/version.php [new file with mode: 0644]
shout/moh.php [new file with mode: 0644]
shout/security.php [new file with mode: 0644]
shout/templates/common-header.inc [new file with mode: 0644]
shout/templates/content_page [new file with mode: 0644]
shout/templates/context/contextline.inc [new file with mode: 0644]
shout/templates/devices/edit.inc [new file with mode: 0644]
shout/templates/devices/list.inc [new file with mode: 0644]
shout/templates/dialplan/contexttree.inc [new file with mode: 0644]
shout/templates/dialplan/dialplanlist.inc [new file with mode: 0644]
shout/templates/dialplan/extensiondetail.inc [new file with mode: 0644]
shout/templates/dialplan/manager.inc [new file with mode: 0644]
shout/templates/dialplan/priority-form-begin.inc [new file with mode: 0644]
shout/templates/dialplan/priority-form-end.inc [new file with mode: 0644]
shout/templates/dialplan/priority-form-line.inc [new file with mode: 0644]
shout/templates/extensions/edit.inc [new file with mode: 0644]
shout/templates/extensions/list.inc [new file with mode: 0644]
shout/templates/javascript/dialplan.js [new file with mode: 0644]
shout/templates/menu.inc [new file with mode: 0644]
shout/templates/table-limiter-begin.inc [new file with mode: 0644]
shout/templates/table-limiter-end.inc [new file with mode: 0644]
shout/themes/graphics/add-extension.gif [new file with mode: 0644]
shout/themes/graphics/add-user.gif [new file with mode: 0644]
shout/themes/graphics/shout.png [new file with mode: 0644]
shout/themes/graphics/telephone-pole.png [new file with mode: 0644]
shout/themes/graphics/user.png [new file with mode: 0644]
shout/themes/screen.css [new file with mode: 0644]
templates/common-header.inc [deleted file]
templates/content_page [deleted file]
templates/context/contextline.inc [deleted file]
templates/devices/edit.inc [deleted file]
templates/devices/list.inc [deleted file]
templates/dialplan/contexttree.inc [deleted file]
templates/dialplan/dialplanlist.inc [deleted file]
templates/dialplan/extensiondetail.inc [deleted file]
templates/dialplan/manager.inc [deleted file]
templates/dialplan/priority-form-begin.inc [deleted file]
templates/dialplan/priority-form-end.inc [deleted file]
templates/dialplan/priority-form-line.inc [deleted file]
templates/extensions/edit.inc [deleted file]
templates/extensions/list.inc [deleted file]
templates/javascript/dialplan.js [deleted file]
templates/menu.inc [deleted file]
templates/table-limiter-begin.inc [deleted file]
templates/table-limiter-end.inc [deleted file]
themes/graphics/add-extension.gif [deleted file]
themes/graphics/add-user.gif [deleted file]
themes/graphics/shout.png [deleted file]
themes/graphics/telephone-pole.png [deleted file]
themes/graphics/user.png [deleted file]
themes/screen.css [deleted file]