# # ChangeLog for /modules/branches/2.5/core/images # # Generated by Trac 0.10.5 # 05/19/13 21:13:33 # 07/09/08 01:11:04 p_lindheimer [5972] * modules/branches/2.5/backup/page.backup.php (modified) * modules/branches/2.5/conferences/page.conferences.php (modified) * modules/branches/2.5/core/images/core_add.png (added) * modules/branches/2.5/core/page.trunks.php (modified) * modules/branches/2.5/daynight/page.daynight.php (modified) * modules/branches/2.5/disa/page.disa.php (modified) * modules/branches/2.5/findmefollow/page.findmefollow.php (modified) * modules/branches/2.5/miscdests/page.miscdests.php (modified) * modules/branches/2.5/music/page.music.php (modified) * modules/branches/2.5/paging/page.paging.php (modified) * modules/branches/2.5/recordings/images/sound_delete.png (added) * modules/branches/2.5/recordings/page.recordings.php (modified) more add and delete icons on links 07/08/08 00:30:19 p_lindheimer [5953] * modules/branches/2.5/core/functions.inc.php (modified) * modules/branches/2.5/core/images/core_delete.png (added) * modules/branches/2.5/core/images/link.png (added) * modules/branches/2.5/core/images/telephone_delete.png (added) * modules/branches/2.5/core/images/user_add.png (added) * modules/branches/2.5/core/images/user_delete.png (added) * modules/branches/2.5/core/images/user_edit.png (added) * modules/branches/2.5/core/images/user_go.png (added) * modules/branches/2.5/core/module.xml (modified) * modules/branches/2.5/core/page.ampusers.php (modified) * modules/branches/2.5/core/page.did.php (modified) * modules/branches/2.5/core/page.routing.php (modified) * modules/branches/2.5/core/page.trunks.php (modified) added delete and edit icons, moved devices and users next to each other in lnav bar, added links between devices and users 07/04/08 03:56:12 p_lindheimer [5898] * modules/branches/2.5/core/functions.inc.php (modified) * modules/branches/2.5/core/images (added) * modules/branches/2.5/core/images/email_edit.png (added) * modules/branches/2.5/core/images/telephone_edit.png (added) * modules/branches/2.5/core/images/telephone_key.png (added) * modules/branches/2.5/core/install.php (modified) * modules/branches/2.5/core/page.did.php (modified) Modified User Page (in Users Mode) to list each device that is either a fixed device to the user or is Adhoc with the this user as default. Each list item a link to edit the device. Merged directdids to inbound routing and then made the following changes: - any did that has extension as destination is listed with an edit link under with the destination. This includes DID/CID pairs. - you can add a did/cid pair to an extension but once added you can not delete it. The link takes you to the inbound routes page. - modified inbound routes to provide filters to see just directdids, just non-directdid, or routes with no destination. - added a "Clear Destination & Submit" button to clear a destination prior to submiting. - core_get_config will not create ext-did contexts for dids with no destination. - old core_direct_did() functions have been deprecrated and return an empty array(), the equivalent as if there were not directdids found. - Question to ponder - if there is an any/any route, should we send un-assigned did's to it?