Re: [asterisk-users] ODBCExec and Asterisk 1.6 New Thread

2008-11-07 Thread Sebastian Gutierrez
and Asterisk 1.6 New Thread On Thursday 06 November 2008 18:59:29 Sebastian Gutierrez wrote: Dou you have any example? Can I call directly to querys without the templates??? func_odbc.conf: [EXEC] read=${ARG1} write=${ARG1} dsn=something extensions.conf: exten = 123,1,Set(result=${ODBC_EXEC(SELECT foo

[asterisk-users] ODBCExec and Asterisk 1.6 New Thread

2008-11-06 Thread Sebastian Gutierrez
Ok, sorry for the response on the same thread. This is a new one. The main thing is that with this I set the Store Procedure or Query directly on the dialplan line, is easier to configure, change, manage, etc. I also know that works great with heavy load, and it reconnects when the network

Re: [asterisk-users] ODBCExec and Asterisk 1.6 New Thread

2008-11-06 Thread Tilghman Lesher
On Thursday 06 November 2008 12:27:05 Sebastian Gutierrez wrote: The main thing is that with this I set the Store Procedure or Query directly on the dialplan line, is easier to configure, change, manage, etc. I also know that works great with heavy load, and it reconnects when the network

Re: [asterisk-users] ODBCExec and Asterisk 1.6 New Thread

2008-11-06 Thread Sebastian Gutierrez
Discussion Asunto: Re: [asterisk-users] ODBCExec and Asterisk 1.6 New Thread On Thursday 06 November 2008 12:27:05 Sebastian Gutierrez wrote: The main thing is that with this I set the Store Procedure or Query directly on the dialplan line, is easier to configure, change, manage, etc. I also know

Re: [asterisk-users] ODBCExec and Asterisk 1.6 New Thread

2008-11-06 Thread Tilghman Lesher
On Thursday 06 November 2008 18:59:29 Sebastian Gutierrez wrote: Dou you have any example? Can I call directly to querys without the templates??? func_odbc.conf: [EXEC] read=${ARG1} write=${ARG1} dsn=something extensions.conf: exten = 123,1,Set(result=${ODBC_EXEC(SELECT foo FROM bar)}) --