As many web apps are created everyday, I think it could be very useful to help FreePBX sysadmins with a new Custom Links module.
When downloaded, this module would add :
a new Custom Links section between Edit Extension and Extension Options within Extension edit page,
a new Custom Links Management section inside Advanced Settings page.
In the Custom Links section inside Extension edit page, would be displayed a couple of clickable URLs, each with its own (localized ?) label.
Clicking on this URL would, as you may guess, render this URL content.
Within the Custom Links Management section inside Advanced Settings page, sysadmin could define URL templates such as http://myserver/foo/{ext}/${username} where {ext} or {username} would be replaced at runtime by relevant and corresponding values.
well it’s possible for modules to insert links to many of the display pages, but I do not at all understand what the purpose of these are from what you describe?
Well, my goal with this Custom Links feature is to offer a “not too intrusive” or a “soft way” to extend FreePBX features with external web applications.
In other words, the goal is to add connectivity (see RESTful apps principles) in key FreePBX pages
(my first thought was targeted at Extensions admin page but this Custom Links feature could be also useful in other pages).