]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_channel: Reorganize documentation 27/3527/1
authorMatt Jordan <mjordan@digium.com>
Fri, 12 Aug 2016 16:15:38 +0000 (11:15 -0500)
committerMatt Jordan <mjordan@digium.com>
Fri, 12 Aug 2016 16:15:38 +0000 (11:15 -0500)
commitcfd6852d3929f77bd045dc59952a2c3b4ec6d9dc
tree400d0fa177203b0158021f2940ca0ee3f26ea3c2
parent1a3cc843718a35eb69168304c54ec9e7caec6ffd
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