git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6978 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-11-06 14:30:53 +00:00
parent 314bdba709
commit 75c812f26d
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
* many files: alphabetize options in applicaiton descriptions
* channels/chan_iax2.c: Use an enum to define iax peer/user flags as well as the pvt structure state. Use the ast_flags macros for checking or setting the state.
* sounds.txt: Add missing words from the description of the vm-opts prompt
* apps/app_externalivr.c: Add a space that fixes building on older versions of gcc
2005-11-05 Kevin P. Fleming <kpfleming@digium.com>