]> git.ipfire.org Git - thirdparty/asterisk.git/commit
configs/features.conf: Add documentation noting potential chan_agent conflict
authorMatthew Jordan <mjordan@digium.com>
Sun, 9 Nov 2014 00:59:43 +0000 (00:59 +0000)
committerMatthew Jordan <mjordan@digium.com>
Sun, 9 Nov 2014 00:59:43 +0000 (00:59 +0000)
commitcc46ce38bc98e1544d6d077c910238ee0c7b51ed
tree08a438c04210aa4f04eabdcd54ec1959bcf9fee6
parent938f6d3bc02d888a1640e6833d06cfea429a4591
configs/features.conf: Add documentation noting potential chan_agent conflict

In chan_agent, a '*' is used by default to terminate a bridge with a caller.
This can lead to all sorts of problems if '*' is used by a feature in
features.conf, as the chan_agent disconnect '*' may be detected first.

This patch adds a documentation snippet to features.conf so that users who
attempt to use features with agents know of the potential conflict.

ASTERISK-20402 #close
Reported by: Matt Riddell
patches:
  features.conf.diff uploaded by Matt Riddell (License 5023)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@427617 65c4cc65-6c06-0410-ace0-fbb531ad65f3
configs/features.conf.sample