Commit Graph

620 Commits (cb11263607eb5afc2ee1e5ec2bc2adf8d9e7e47c)

Author SHA1 Message Date
Tilghman Lesher 1d8804c117 Merged revisions 33615 via svnmerge from
19 years ago
Kevin P. Fleming e3ddee7d7f make latest header file changes for this file too
19 years ago
Kevin P. Fleming b31b0be819 various minor portability fixes (mostly from tholo for OpenBSD)
19 years ago
Matt O'Gorman 76fae31988 oops moved block without renaming a variable correctly.
19 years ago
Matt O'Gorman 124357f300 convert one of my linked lists to ast_linklist
19 years ago
Matt O'Gorman 1e530787f3 solves some bugs with memory allocation, and adds
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Russell Bryant 503f99e2e8 remove the need to have to re-run make after a default menuselect.makeopts
19 years ago
Matt O'Gorman 6c0155e6cb fixes some issues with description loggin on presence
19 years ago
Matt O'Gorman 835c77ccfa fix a potential segfault
19 years ago
Russell Bryant 1f7db8df6a add missing include
19 years ago
Matt O'Gorman c04e4bd380 allow presence events to be handled before the
19 years ago
Matt O'Gorman c7dbc3c166 fixed autoregister bug.
19 years ago
Kevin P. Fleming e856010714 use module names, not file names, in menuselect
19 years ago
Matt O'Gorman 4e9549c361 oops
19 years ago
Matt O'Gorman 24ed170273 solves some issues with jabberstatus app
19 years ago
Russell Bryant 006989cbe2 Use a dynamically sized array to store the list of files for moh "files" mode
19 years ago
Russell Bryant 61d295f187 when using moh files mode, don't look for a file past the number of files
19 years ago
Russell Bryant a6d039cd37 add a comment where some memory usage optimization needs to be done
19 years ago
Kevin P. Fleming 736dc15d0b Merged revisions 31555 via svnmerge from
19 years ago
Matt O'Gorman fa339925dc more minor fixes thanks Julian on pointing out
19 years ago
Matt O'Gorman 073e346f4e solves bug where reload deleted things it shouldnt have
19 years ago
Matt O'Gorman 8cfb992c1e adds statusmessage customization from Julian Lyndon-Smith
19 years ago
Russell Bryant 6ff6536f13 Merged revisions 31194 via svnmerge from
19 years ago
Joshua Colp 6ab22f2268 Be gone unused res! (issue #7238 reported by casper)
19 years ago
Joshua Colp 10467be4c0 attended transfer use transferer context first and set who is transfering at the beginning (issue #6752 reported by moy -- minor mods done by myself)
19 years ago
Joshua Colp 1c158f0ea4 Add the video stream for AGI function STREAM FILE (issue #5392 reported by areski -- minor mods by me)
19 years ago
Russell Bryant 26271fbd3a allow setting a channel variable to disable sending SIGHUP to the AGI process
19 years ago
Russell Bryant 238cdb249f Add the ability to retrieve the exit code of the forked AGI process. If there
19 years ago
Russell Bryant 0cccaf8408 - add support for setting an AGISTATUS variable that indicates successful
19 years ago
Matt O'Gorman 45e83fa7c1 reset timeout on reconnect.
19 years ago
Kevin P. Fleming dd45d18515 Merged revisions 29973 via svnmerge from
19 years ago
Matt O'Gorman f297f2ec29 get rid of that transport sillyness
19 years ago
Matt O'Gorman d419d41c2e hmm still need a way to get rid of connections
19 years ago
Matt O'Gorman 600d37873d fixes bug where server goes away.
19 years ago
Matt O'Gorman 45107ed763 allows for configurable answer timeout on attended transfer
19 years ago
Matt O'Gorman 5d51260c36 finish cleaning up some more stuff before russell
19 years ago
Russell Bryant a20db7dde6 remove another excess "debug" message
19 years ago
BJ Weschke 99fe70da00 Merged revisions 29696 via svnmerge from
19 years ago
Russell Bryant cb25b874cb remove an unnecessary error message that is really an old debug message
19 years ago
Matt O'Gorman 7aa1a77e75 asterisk-xmpp merge in
19 years ago
Joshua Colp 64b94dad80 Merged revisions 29512 via svnmerge from
19 years ago
BJ Weschke 5235890be4 This is part 2/2 of the patches for #7090. Adds one-step call parking to /trunk via builtin functions and 'k' 'K' application options added to app_dial. This also resolves #6340.
19 years ago
BJ Weschke 4733732b61 Merged revisions 29196 via svnmerge from
19 years ago
Russell Bryant 53df01c9cc when displaying the list of registered music on hold classes, only show
19 years ago
Kevin P. Fleming eeb01cda95 revert bogus change
19 years ago
Olle Johansson e274a70d52 Add missing argument to ast_carefulwrite
19 years ago
Russell Bryant f9c578a8a0 - The recent change to linklists.h broke the build on linux for some reason.
19 years ago
Russell Bryant 6ea26d0bee use the channel lock wrappers (issue #7128)
19 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
19 years ago
Kevin P. Fleming ed3ffb4b46 various doxygen fixes
19 years ago
Russell Bryant 61aaf4dd14 remove a check of the result of ast_mutex_lock
19 years ago
Joshua Colp 3fbd46099e Incorrect log statement when playing transfer sounds (issue #7008 reported and fixed by nathan)
19 years ago
Russell Bryant 4fe3960478 move ast_carefulwrite from manager.c to utils.c so that cli.c and
19 years ago
BJ Weschke 282eb80ed4 Correct call parking behavior when there is no courtesytone specified. #6306 (murf)
19 years ago
Tilghman Lesher aeed5ca05d Merged revisions 24019 via svnmerge from
19 years ago
Kevin P. Fleming f3eaae4593 remove macro defined that is no longer needed
19 years ago
Russell Bryant 8085f4e14b a bunch of conversion to ast_channel_*lock (issue #7058)
19 years ago
Russell Bryant 00f9884604 - convert lists to use linked list macros
19 years ago
Russell Bryant 711f35fdc3 - don't create duplicate log messages
19 years ago
Luigi Rizzo 532e552c1f add reload() (bug 9981)
19 years ago
Kevin P. Fleming 574e14cbea Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
19 years ago
Luigi Rizzo 7e0d402e88 move wait_and_stream to ast_wait_and_stream() because equivalent
19 years ago
Luigi Rizzo 11551079cf more strncpy/ast_copy_string replacement.
19 years ago
Luigi Rizzo 66c4068149 more strncpy/ast_copy_string replacement
19 years ago
Luigi Rizzo 23c6d5eff8 comment a possible memory leak
19 years ago
Luigi Rizzo 6553aa3a36 merge some common code into a function
19 years ago
Luigi Rizzo 7ecc442d77 more NULL "" equivalence in cid fields.
19 years ago
Luigi Rizzo 4cef4ef720 more NULL / "" equivalence for CID fields.
19 years ago
Russell Bryant 501ac5189c update res_odbc to support pooled connections
19 years ago
Luigi Rizzo 51743a4aea simplify the flow of builtin_atxfer().
19 years ago
Tilghman Lesher 5bcdea5102 Merged revisions 20966 via svnmerge from
19 years ago
Olle Johansson 39b530f4d6 - Doxygen formatting
19 years ago
Luigi Rizzo b7e36b50cc preparation for reduction of the nesting of a large function
19 years ago
Luigi Rizzo 7cb4a9df38 more usages of stream_and_wait
19 years ago
Luigi Rizzo db107f93e1 more usages of function 'finishup()'
19 years ago
Luigi Rizzo 2c7b77814c one more instance of stream_and_wait, and remove an extra
19 years ago
Luigi Rizzo 6e6315099c more replaceemnt of dup code with functions.
19 years ago
Luigi Rizzo ed8f2e43f6 localize several variables, and simplify the last part of park_exec()
19 years ago
Luigi Rizzo 3e20f8d75d more formatting cleanup including removal of a useless check
19 years ago
Luigi Rizzo 09a1511672 rename a variable same as used in a very similar function,
19 years ago
Luigi Rizzo 4ca8c0fc8d s/pu->chan/chan in a few places;
19 years ago
Luigi Rizzo 36ea51ecd7 put some common code into functions (still more instances to be replaced)
19 years ago
Luigi Rizzo 70109abc39 properly reindent a large block.
19 years ago
Luigi Rizzo e304a986fd more readability fixes - localize some variables and invert
19 years ago
Luigi Rizzo d29f8a677e introduce a function to set context, extension and priority
19 years ago
Luigi Rizzo 81ed862e67 minor readability fixes in preparation for more work on this file:
19 years ago
Joshua Colp 4657dc770c We are shaking up trunk tonight! allow data dir to be specified (issue #6967 reported by tzafrir)
19 years ago
Luigi Rizzo e42087f5e3 - normalize for() loops to navigate through variables,
19 years ago
Luigi Rizzo d043954dc1 - remove some unnecessary casts and braces;
19 years ago
Luigi Rizzo 62712ea668 constification and code simplifications
19 years ago
Luigi Rizzo 6d574f36ca partial fix of the module API to use the new method.
19 years ago
Luigi Rizzo 8d98d44e82 fix another svn merge bug
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
Joshua Colp 5e43f18529 Updates to speech recognition API and dialplan utilities. Moved to using dialplan functions, and some other misc things.
19 years ago
Luigi Rizzo 7507309732 normalize code in preparation to module changes
19 years ago
Joshua Colp e4811a8248 Presenting a revised data stores and oh my, a generic speech recognition API! I wonder what we can do with this now...
19 years ago
BJ Weschke 70e407c5be Merged revisions 18866 via svnmerge from
19 years ago
Russell Bryant f7c5aee2ad remove a couple more unnecessary "out of memory" error messages
19 years ago
Russell Bryant 7878538953 use ast_*alloc and don't create duplicated error messages.
19 years ago
Russell Bryant 9a5c7c75a3 Instead of using strncpy, use ast_copy_string. Also, in the case of copying a
19 years ago
Russell Bryant d13bc3fc83 run the module through indent to fix the formatting issues that violate the
19 years ago
Russell Bryant d203e9c6c0 add back braces that were removed in a recent commit that leave a bunch of
19 years ago
Olle Johansson 70f18e5f31 Issue 6917 - some cleanups for res_config_pgsql.c (mithraen)
19 years ago
Kevin P. Fleming 699f55071b a few cleanups from the last commit
19 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
19 years ago
Russell Bryant af2609dfbe fix bug in smdi config parsing (issue #6908)
19 years ago
Olle Johansson 7089dc1341 Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c
19 years ago
Luigi Rizzo c3249e2cb4 normalize repeated instances of code as follows:
19 years ago
Luigi Rizzo e5d48fd45f use the new module interface for this module, but make it
19 years ago
Olle Johansson d75fed39ca Issue #6893 - Compiler warnings for PostgreSQL ARA driver
19 years ago
Joshua Colp 1001cc0656 Unbreak res/Makefile (issue #6891 as reported by casper)
19 years ago
Olle Johansson ef6b50b706 Issue #5637 - Realtime driver for PostgreSQL (mguesdon)
19 years ago
Tilghman Lesher 756c7cbb12 Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand() to threadsafe ast_random()
19 years ago
Luigi Rizzo 6c232811c0 as discussed with Mark a few weeks ago, the 'newstack' argument
19 years ago
Joshua Colp bf7f1ec0f8 Merged revisions 16534 via svnmerge from
19 years ago
Luigi Rizzo 48864ab877 do not export the tzlock and the list head, and introduce a new method,
19 years ago
Olle Johansson dfc9952986 Set default value of adsipark (import from 1.2)
19 years ago
Luigi Rizzo fb75d34e70 use ast_cli_complete() to largely simplify the command completion code.
19 years ago
Luigi Rizzo 2326d0d499 Bring in the new loader code as described in mantis #4377
19 years ago
Luigi Rizzo 0159823ede Use the standard macros to manipulate usecount.
19 years ago
Matt O'Gorman a5ece3388a Janitor work converting !ast_strlen_zero(a)?a:b
19 years ago
Mark Spencer 9164eac21a Add micro-http server and abstract manager interface, make snmp not die
19 years ago
Kevin P. Fleming b0ac62573a revert loader changes that have clearly not undergone adequate testing before commit
19 years ago
Tilghman Lesher bdd24455b4 Bug 4377 - Round 2 of the loader updates
19 years ago
Joshua Colp 539f8a6502 Merged revisions 14523 via svnmerge from
19 years ago
Russell Bryant d56674b341 Merged revisions 13961 via svnmerge from
19 years ago
Russell Bryant 9d2f8b284d add a CLI command that allows conversion of files to other formats using
19 years ago
Olle Johansson b4a0e2a8bb - Formatting fix in musiconhold
19 years ago
Tilghman Lesher 34f64d0891 Bug 6304 - Add Park command to the manager interface
20 years ago
Olle Johansson 9c35741e5f Issue #6628 - Disable res_snmp on incompatible platforms until
20 years ago
Olle Johansson 1bff19f219 Some days... Sorry.
20 years ago
Olle Johansson 13a3c7299a Oops
20 years ago
Russell Bryant 30a972341a Merged revisions 11561 via svnmerge from
20 years ago
Tilghman Lesher c6f691fbcc Merged revisions 11503 via svnmerge from
20 years ago
Russell Bryant 0e611cb4b4 Merged revisions 11382 via svnmerge from
20 years ago
Mark Spencer 03e2e423d5 Fix the make file *again*
20 years ago
Mark Spencer 3a1c0b9e5c Fix snmp build
20 years ago
Mark Spencer 6a86c7c5c9 Add SNMP support (bug #6439)
20 years ago
Olle Johansson acfc219733 Reverting revision 10998 that was accidentaly committed to trunk. My apologies.
20 years ago
Olle Johansson dd5222fd30 Update to trunk
20 years ago
Kevin P. Fleming 302c943001 add 'consumed' argument to ast_get_time_t, so callers can know how many characters were used in the parser
20 years ago
Kevin P. Fleming 6204abdae2 merge rizzo's patch to make compiler warnings stop the build, and fix a bunch of warnings found
20 years ago
Russell Bryant 938f7ddc0f remove -lssl for asterisk, and add it for res_osp (issue #6496, different patch)
20 years ago
Russell Bryant a0d438fb6c remove the uses of the deprecated STANDARD_LOCAL_USER
20 years ago
Kevin P. Fleming e6ca0f1fab Merged revisions 10021,10108 via svnmerge from
20 years ago
Kevin P. Fleming 4662d58b01 add API function for parsing strings to time_t (issue #6320, with mods)
20 years ago
Mark Spencer 59990fc904 Fix build issues...
20 years ago
Kevin P. Fleming e7c198453d ensure that dependencies are rebuilt after 'make update' so that builds don't break when files are removed/renamed
20 years ago
Kevin P. Fleming 96bf384e7d major dialplan functions update
20 years ago