projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbc39f7
)
Fix typo in cdr.txt (bug 2510)
author
James Golovich
<james@gnuinter.net>
Sun, 26 Sep 2004 16:39:11 +0000
(16:39 +0000)
committer
James Golovich
<james@gnuinter.net>
Sun, 26 Sep 2004 16:39:11 +0000
(16:39 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3839
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
doc/cdr.txt
patch
|
blob
|
history
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 &&
- ./configure --prefix=/usr --with -tdsver=7.0 \
+ ./configure --prefix=/usr --with-tdsver=7.0 \
--with-unixodbc=/usr/lib &&
make &&
make install