dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/apps
eliel cbbfdc573c Implement a new element in AstXML for AMI actions documentation.
A new xml element was created to manage the AMI actions documentation,
using AstXML.
To register a manager action using XML documentation it is now possible
using ast_manager_register_xml().
The CLI command 'manager show command' can be used to show the parsed
documentation.

Example manager xml documentation:
<manager name="ami action name" language="en_US">
    <synopsis>
        AMI action synopsis.
    </synopsis>
    <syntax>
        <xi:include xpointer="xpointer(...)" /> <-- for ActionID
        <parameter name="header1" required="true">
	    <para>Description</para>
	</parameter>
	...
    </syntax>
    <description>
        <para>AMI action description</para>
    </description>
    <see-also>
    	...
    </see-also>
</manager>



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@196308 f38db490-d61c-443f-a65b-d21fe96a405b
2009-05-22 17:52:35 +00:00
..
Makefile Merged revisions 127892,127895 via svnmerge from 2008-07-03 22:23:04 +00:00
app_adsiprog.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_alarmreceiver.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_amd.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_authenticate.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_cdr.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_chanisavail.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_channelredirect.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_chanspy.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_confbridge.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_controlplayback.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_dahdibarge.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_dahdiras.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_db.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_dial.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_dictate.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_directed_pickup.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_directory.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_disa.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_dumpchan.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_echo.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_exec.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_externalivr.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_fax.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_festival.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_flash.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_followme.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_forkcdr.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_getcpeid.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_ices.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_image.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_ivrdemo.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_jack.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_macro.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_meetme.c Implement a new element in AstXML for AMI actions documentation. 2009-05-22 17:52:35 +00:00
app_milliwatt.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_minivm.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_mixmonitor.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_morsecode.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_mp3.c Fix constify the world compile problem. 2009-05-22 15:07:48 +00:00
app_nbscat.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_originate.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_osplookup.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_page.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_parkandannounce.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_playback.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_playtones.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_privacy.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_queue.c Implement a new element in AstXML for AMI actions documentation. 2009-05-22 17:52:35 +00:00
app_read.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_readexten.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_readfile.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_record.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_rpt.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_sayunixtime.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_senddtmf.c Implement a new element in AstXML for AMI actions documentation. 2009-05-22 17:52:35 +00:00
app_sendtext.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_setcallerid.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_skel.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_sms.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_softhangup.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_speech_utils.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_stack.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_system.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_talkdetect.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_test.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_transfer.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_url.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_userevent.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_verbose.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_voicemail.c Implement a new element in AstXML for AMI actions documentation. 2009-05-22 17:52:35 +00:00
app_waitforring.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_waitforsilence.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_waituntil.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_while.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
app_zapateller.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
enter.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
leave.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
rpt_flow.pdf git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00