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/doc
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
..
lang Add numbers in Urdu, the national language of Pakistan 2009-05-06 16:28:02 +00:00
tex UniqueID column has a maximum size of 150 2009-04-28 17:31:43 +00:00
CODING-GUIDELINES Mostly just whitespace, but also convert 'CVS' to 'SVN' in a couple 2008-12-31 23:07:14 +00:00
India-CID.txt These changes were submitted via bug 6683, to allow CID detection in India, with carriers that do Polarity/DTMF CID signalling. 2007-06-19 17:07:28 +00:00
PEERING Merged revisions 85523 via svnmerge from 2007-10-12 18:37:34 +00:00
api-1.6.0-changes.odt add document describing API changes from 1.4.0 to 1.6.0 2008-05-24 01:14:41 +00:00
api-1.6.2-changes.txt Add timezone to the possible fields in a timespec. 2008-12-16 22:57:17 +00:00
appdocsxml.dtd Implement a new element in AstXML for AMI actions documentation. 2009-05-22 17:52:35 +00:00
asterisk-mib.txt Merged revisions 124372 via svnmerge from 2008-06-20 21:36:01 +00:00
asterisk.8 Optional light colored background, for those who use black on white terminals. 2008-08-25 23:13:32 +00:00
asterisk.sgml Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 2008-06-12 17:27:55 +00:00
backtrace.txt Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 2008-06-12 17:27:55 +00:00
callfiles.txt More spelling fixes (issue 7930) 2006-09-11 17:02:37 +00:00
chan_sip-perf-testing.txt This is the scariest commit I've done in a long time. This is the astobj2-ification of chan_sip. I've tested a number of scenarios like crazy. It used to have 4x the call setup/teardown performance of trunk, but now it's roughly at parity. I will attempt to find the bottlenecks and get it back to the 4x mark. The changes made were somewhat invasive, but the value to the community of these upgrades outweighs waiting further for more testing. Every change being made to chan_sip was lousing this code up when we tried to merge. Peers, Users, Dialogs, are all now astobj2 objects, indexed via hashtables. Refcounting is used to track objects and free them at the bitter end of their lives. Please file issues on bugs.digium.com, and PLEASE, please, please be patient. One natural advantage to all the hash-table work is that loading large sip.conf files full of thousands of peers now goes much faster. One more please: PLEASE help thrash this code and test it. 2008-04-16 23:53:27 +00:00
cli.txt Merged revisions 118052 via svnmerge from 2008-05-23 13:00:10 +00:00
database_transactions.txt Document how to use database transactions 2009-02-19 19:46:13 +00:00
datastores.txt Merged revisions 66398 via svnmerge from 2007-05-29 15:44:51 +00:00
digium-mib.txt Merged revisions 124372 via svnmerge from 2008-06-20 21:36:01 +00:00
distributed_devstate.txt Mark res_ais as experimental, as the binary event format is subject to change. 2009-02-27 21:47:18 +00:00
externalivr.txt Enhance ExternalIVR with new options and commands. 2008-05-22 05:10:01 +00:00
followme.txt Realtime capabilities for the Find-Me-Follow-Me application. 2008-08-25 16:02:56 +00:00
google-soc2009-ideas.txt Replace contents of this doc with a pointer to its new home 2009-03-11 16:19:38 +00:00
hoard.txt Merge in changes that allow Asterisk to be built against the Hoard 2008-08-03 16:14:14 +00:00
jabber.txt Merged revisions 78646 via svnmerge from 2007-08-08 19:30:33 +00:00
janitor-projects.txt Finish conversion to using ARRAY_LEN and remove it as a janitor project. 2008-12-10 01:09:06 +00:00
jingle.txt seperate jingle and gtalk so it will be easier to track 2006-09-18 16:36:14 +00:00
ldap.txt Add res_config_ldap for realtime LDAP engine. 2008-01-22 22:33:20 +00:00
macroexclusive.txt add the doc file about the MacroExclusive app (issue #7366, Steve Davies) 2006-08-14 03:26:02 +00:00
manager_1_1.txt New actions should go under "New Actions", not "new events" 2009-04-14 14:22:39 +00:00
modules.txt Fix a trivial typo, to test our new commit bot 2007-09-20 19:05:16 +00:00
osp.txt remove remaining Zaptel references in various places 2008-07-28 16:42:00 +00:00
queue.txt Update with info about SIP channels and queues 2007-02-02 20:05:52 +00:00
realtimetext.txt Adding documentation on the T.140 support in Asterisk. This is a function that we're 2008-07-06 10:13:45 +00:00
res_config_sqlite.txt Add support for #include, var_metric, and cat_metric in res_config_sqlite 2007-09-17 20:24:50 +00:00
rtp-packetization.txt Add support for RTP packetization in chan_jingle and chan_gtalk. 2007-04-03 22:33:03 +00:00
sip-retransmit.txt Merged revisions 132645 via svnmerge from 2008-07-22 20:46:11 +00:00
siptls.txt Fix a typo. Someone on IRC copied this literally and then wondered why it 2008-06-27 19:19:08 +00:00
smdi.txt Merge changes from team/russell/smdi-msg-searching 2008-05-01 19:05:36 +00:00
sms.txt Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 2008-06-12 17:27:55 +00:00
snmp.txt update documentation to reflect the changes in the way configure detects net-snmp. 2008-03-26 17:24:54 +00:00
speechrec.txt More spelling fixes (issue 7930) 2006-09-11 17:02:37 +00:00
ss7.txt remove remaining Zaptel references in various places 2008-07-28 16:42:00 +00:00
timing.txt Add documentation for timing modules used in Asterisk 2009-03-03 20:59:16 +00:00
unistim.txt Merged revisions 175921 via svnmerge from 2009-02-16 00:26:59 +00:00
valgrind.txt Merged revisions 155803 via svnmerge from 2008-11-10 20:50:50 +00:00
video.txt add documentation on video console support 2008-07-01 16:14:28 +00:00
video_console.txt add documentation on video console support 2008-07-01 16:14:28 +00:00
voicemail_odbc_postgresql.txt Merged revisions 107826 via svnmerge from 2008-03-11 23:38:00 +00:00