Merge pull request #339 in FS/freeswitch from ~LAZEDO/freeswitch:feature/fs-7760 to master

* commit '4dc7b3b246c273706e24ee62a3b2fd75b4e4cbff':
  FS-7760 #resolve
This commit is contained in:
Mike Jerris 2015-07-09 14:04:00 -05:00
commit 3238157656
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ static struct xml_section_t SECTIONS[] = {
{"dialplan", SWITCH_XML_SECTION_DIALPLAN},
{"languages", SWITCH_XML_SECTION_LANGUAGES},
{"chatplan", SWITCH_XML_SECTION_CHATPLAN},
{"channels", SWITCH_XML_SECTION_CHANNELS},
{NULL, 0}
};