Fix typo in cdr.txt (bug 2510)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3839 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
James Golovich 22 years ago
parent cbc39f7d71
commit 998ef5948c

@ -20,7 +20,7 @@ MSSQL: Asterisk can currently store CDRs into an MSSQL database in
Compile, configure, and install the latest FreeTDS package:
tar -zxvf freetds-0.62.4.tar.gz &&
cd freetds-0.62.4 &&
./configure --prefix=/usr --with -tdsver=7.0 \
./configure --prefix=/usr --with-tdsver=7.0 \
--with-unixodbc=/usr/lib &&
make &&
make install

Loading…
Cancel
Save