On 03/04/2016 09:14 AM, Jeremy Kister wrote:
after installing a module in asterisk, I want to also install some
docs for it for "core show application"
I can easily insert the appropriate xml in
documentation/core-en_US.xml but the only way I've found Asterisk will
use the new xml is to restart.
Is there another way/method to get my docs in there without restarting ?
The best way to do this is to insert the XML directly into the source
for your module. If you bound your XML inside a
/*** DOCUMENTATION
***/
section, then Asterisk will, during compilation/installation, add the
XML to core-en_US.xml so that it will be present when Asterisk starts up.
There currently is no way to adjust XML documentation at runtime and
have it reflected in "core show application" though. A restart is necessary.
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev