Check for new asterisk 1.6 trunk version number.

This commit is contained in:
MelwareDE 2009-07-24 17:00:50 +00:00
parent 7eac23a7d6
commit a59cdad65e
1 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,11 @@ case "$AVERSIONNUM" in
echo " * assuming Asterisk version 1.4"
VER=1_4
;;
999999)
echo "#define CC_AST_HAS_VERSION_1_6" >>$CONFIGFILE
echo " * assuming Asterisk version 1.6"
VER=1_6
;;
*)
if [ "$VER" = "1_6" ]; then
echo "#define CC_AST_HAS_VERSION_1_6" >>$CONFIGFILE