Displaying 1 result from an estimated 1 matches for "mickeysoft".
2008 Feb 23
2
MySQL Voicemail Storage Questions\Errors
...=> XXXX
pre-connect => yes
; Certain servers, such as MS SQL Server and Sybase use the TDS protocol, which
; limits the number of active queries per connection to 1. By setting up pools
; of connections, Asterisk can be made to work with these servers.
[sqlserver]
enabled => no
dsn => mickeysoft
pooling => yes
limit => 5
username => oscar
password => thegrouch
pre-connect => yes
[root at Aiur asterisk]# cat /etc/asterisk/voicemail.conf
odbcstorage=mysql
odbctable=voicemail_messages
[root at Aiur asterisk]# asterisk -vvv | grep odbc
== Parsing '/etc/asterisk/res_odb...