]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_channel: Reorganize documentation 39/3539/1
authorMatt Jordan <mjordan@digium.com>
Fri, 12 Aug 2016 16:15:38 +0000 (11:15 -0500)
committerMatt Jordan <mjordan@digium.com>
Mon, 15 Aug 2016 12:39:12 +0000 (07:39 -0500)
commit89dccb04bcfe0d465c5820c5c9b5bb771e6ccd17
tree5a7272d4dbef9d838c3093ddd171ca4cfaceb208
parent0bb8366580573d8c78265656036f97d75bd5fd74
func_channel: Reorganize documentation

* Following the example of the PJSIP channel driver, the channel
  technology specific documentation has been moved to the respective
  channel drivers that provide that functionality. This has the benefit
  of locating the documentation of items with those modules that provide
  it.

* Examples of using the CHANNEL function for both standard items as well
  as for PJSIP have been added.

* The 'max_forwards' standard item has been documented.

Change-Id: Ifaa79a232c8ac99cf8da6ef6cc7815d398b1b79b
addons/chan_ooh323.c
channels/chan_dahdi.c
channels/chan_iax2.c
channels/pjsip/dialplan_functions.c
channels/sip/dialplan_functions.c
doc/appdocsxml.dtd
funcs/func_channel.c