Tilghman Lesher
|
bc5632c952
Should use the named handle, not one hardcoded
|
18 years ago |
Mark Spencer
|
05a8e3c94e
Lets not commit things that cause Asterisk to break when config files aren't present.
|
18 years ago |
Tilghman Lesher
|
8bd6b3e287
Escaping commas within fields isn't always desireable.
|
18 years ago |
Tilghman Lesher
|
0d715d866e
Argument macro janitor for func_odbc, fixes #7171
|
18 years ago |
BJ Weschke
|
c6435a8452
Fix output delimiters and add prefix parameter to func_odbc #7025 (Corydon76)
|
18 years ago |
Kevin P. Fleming
|
1c5e5adc40
Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
|
18 years ago |
Russell Bryant
|
69425d17bb
update res_odbc to support pooled connections
|
18 years ago |
Tilghman Lesher
|
9e50066d84
Compatibility fixes for loader changes
|
18 years ago |
Luigi Rizzo
|
c8d72dde26
This rather large commit changes the way modules are loaded.
|
18 years ago |
Tilghman Lesher
|
e6833830e7
Bugs 6883, 6930: compiler warnings
|
18 years ago |
Kevin P. Fleming
|
9f7c341f1c
since the module API is changing, it's a good time to const-ify the description() and key() return values
|
18 years ago |
Tilghman Lesher
|
1bb9c42546
Some sick individuals use SQL queries longer than 512 bytes in the dialplan. ;-)
|
19 years ago |
Kevin P. Fleming
|
aaa2886f2d
major dialplan functions update
|
19 years ago |
Kevin P. Fleming
|
06479d4258
set standard properties on all non-binary files
|
19 years ago |
Kevin P. Fleming
|
1c208300a0
build function modules independently (no more pbx_functions.so)
|
19 years ago |
Russell Bryant
|
021c169391
on this pass, only remove duplicate log messages
|
19 years ago |
Russell Bryant
|
d7374d83ff
revert my pass through the tree to remove checks of the result of ast_strdupa
|
19 years ago |
Russell Bryant
|
f39c31a11e
remove useless checks of the result of ast_strdupa
|
19 years ago |
Russell Bryant
|
ce2d148b36
update doxygen docs to specify authors
|
19 years ago |
Tilghman Lesher
|
0427a7faf4
Add SQL_ESC to allow single ticks to be escaped
|
19 years ago |
Tilghman Lesher
|
419e7868fd
Bug 5055 - Simple SQL commands from the dialplan
|
19 years ago |