Displaying 5 results from an estimated 5 matches for "backslash_is_escap".
Did you mean:
backslash_is_escape
2010 Jan 21
1
odbc question
Hello,
I want to know what is timeout for MS SQL connection? My config is:
[mydb]
enabled => yes
dsn => MYDB
pooling => yes
limit => 200
share_connections => no
username => login
password => password
pre-connect => yes
backslash_is_escape => no
In the peak , I can see :
ODBC DSN Settings
-----------------
Name: mydb
DSN: MYDB
Pooled: Yes
Limit: 200
Connections in use: 93
Is it possible to free idle connections? When limit was 40, I had lost part
of data. My asterisk version is 1.6.0.20 .
Thanks
--
Pagarbiai...
2009 Feb 26
0
[cdr_odbc] error: Cannot insert the value NULL into column 'calldate'
...ion=sqlserver
table=cdr
alias calldate => start
a16-q1:/etc/asterisk# cat res_odbc.conf
[ENV]
[sqlserver]
enabled => yes
dsn => DSN_NAME
share_connections => no
limit => 5
username => sa
password => password
pre-connect => yes
sanitysql => select count(*) from systables
backslash_is_escape => no
a16-q1:/etc/asterisk# ls
asterisk.conf cdr.conf chan_dahdi.conf
extensions.conf iax.conf modules.conf queuerules.conf
res_odbc.conf
cdr_adaptive_odbc.conf cdr_odbc.conf dialplan func_odbc.conf
manager.conf musiconhold.conf queues.conf sip.con...
2008 Dec 19
5
Authorize & Microsoft SQL
Hello Everyone,
I have an installation where the client has a Microsoft SQL database that holds all of their case information. They would like the asterisk system to require users to enter a valid case number when making an outgoing call. I?m seeing some documentation regarding people using Microsoft SQL for CDR storage, however nothing regarding validating authentication using a Microsoft SQL
2012 Jun 18
4
Asterisk 1.8.13.0 / problem with cdr logging (mysql, odbc)
Hi,
I am trying now for over 4 hours setting up cdr-logging via odbc into a
mysql database. But with no success. Do you have any hint for me?
cat /etc/odbc.ini
------------------
[MySQL-asterisk]
Description = MySQL ODBC Driver
Driver = MySQL
Socket = /var/run/mysqld/mysqld.sock
Server = localhost
User = xxx
Password = xxx
Database = asterisk
Option = 3
Port =
and
/etc/odbcinst.ini
2013 Apr 19
1
Dynamic realtime + queues.conf Unresolved
Hi,
?
I want queues.conf to be stored on a MySQL database using dynamic realtime. I am using asterisk 11.2.1 and?MySQL 5.1.67, the?MySQL database is hosted on?another server but?I can access the?database via ODBC.
?
I have created the following tables:
?
SQL> show tables;
+-----------------------------------------------------------------+
|