projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix typo in cdr.txt (bug 2510)
[asterisk/asterisk.git]
/
doc
/
cdr.txt
diff --git
a/doc/cdr.txt
b/doc/cdr.txt
index
1abef87
..
5806197
100755
(executable)
--- a/
doc/cdr.txt
+++ b/
doc/cdr.txt
@@
-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 &&
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
--with-unixodbc=/usr/lib &&
make &&
make install