Commit Graph

1298 Commits (ed4b51a85e7927eb0a690db6db98dd2fbd321016)

Author SHA1 Message Date
Philippe Sultan dc9dc75379 Transmit proper invitation, thus conforming to XEP-0166 (Jingle general
19 years ago
Russell Bryant 0de872da8d Merged revisions 82929 via svnmerge from
19 years ago
Russell Bryant 384aea6257 Make sure that libpthread doesn't try to call free() directly when MALLOC_DEBUG
19 years ago
Russell Bryant 9388173f85 Make the MALLOC_DEBUG output for free() useful again. After changing calls to
19 years ago
Tilghman Lesher bc494164c8 Add a direct execute method to res_odbc (closes issue #10722)
19 years ago
Russell Bryant bf28185fce Merged revisions 82385 via svnmerge from
19 years ago
Russell Bryant 79d79ac840 Merged revisions 82337 via svnmerge from
19 years ago
Russell Bryant 1282de797d Various code and documentation cleanups for res_config_sqlite
19 years ago
Philippe Sultan 43d63b1027 Assign namespace properly
19 years ago
Philippe Sultan 92cc7aeff1 Changed Jingle and Jingle DTMF namespaces.
19 years ago
Tilghman Lesher 82cf384e03 Merged revisions 82285 via svnmerge from
19 years ago
Tilghman Lesher c4869b5f1d Merged revisions 82028 via svnmerge from
19 years ago
Russell Bryant 79246506e7 Add doxygen documentation for slinfactory_destroy(), mainly just noting that
19 years ago
Jason Parker 9f865889a2 Merged revisions 81778 via svnmerge from
19 years ago
Philippe Sultan da620112de Merged revisions 81743 via svnmerge from
19 years ago
Luigi Rizzo 8e62c6c4d0 various changes to the documentation, and redefinition of
19 years ago
Tilghman Lesher 9169ac8ef4 Merged revisions 81569 via svnmerge from
19 years ago
Russell Bryant 8bcfddc8ec Merged revisions 81599 via svnmerge from
19 years ago
Jason Parker d72ea80a00 Doxygen cleanups/fixes.
19 years ago
Steve Murphy dcb85e2456 this set of changes fixes issue # 10643 by keeping track of the last object defined in a file, and attaching any accumulated comments to that object (category header or variable declaration). The file_save routine also had to be upgraded to output these trailing comments. Config.h was modified to include the trailing comment list on categories and variables.
19 years ago
Russell Bryant 9bda1c5a94 Merged revisions 81448 via svnmerge from
19 years ago
Russell Bryant 782b8ca0c9 logger.h depends on options.h, so go ahead and include it
19 years ago
Mark Michelson 1bfe10997b Merged revisions 81426 via svnmerge from
19 years ago
Russell Bryant 5872c6d757 Merged revisions 81418 via svnmerge from
19 years ago
Joshua Colp 5a8feb826d Make the event header file work under C++.
19 years ago
Steve Murphy b5cd67adc3 This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I didn't add it to 1.4 yet, because it's not entirely clear to me if this is a bug fix or an enhancement. A lot of files were affected by small changes like ast_variable_new getting an added arg, for the file name the var was defined in; ast_category_new gets added args of filename and lineno; ast_category and ast_variable structures now record file and lineno for each entry; a list of all #include and #execs in a config file (or any of its inclusions are now kept in the ast_config struct; at save time, each entry is put back into its proper file of origin, in order. #include and #exec directives are folded in properly. Headers indicating that the file was generated, are generated also for each included file. Some changes to main/manager.c to take care of file renaming, via the UpdateConfig command. Multiple inclusions of the same file are handled by exploding these into multiple include files, uniquely named. There's probably more, but I can't remember it right now.
19 years ago
Joshua Colp c9445d4a68 To keep others happy... revert part of my additions so trunk works.
19 years ago
Joshua Colp 2351d789fd Add API calls for iterating through an event. This should allow events to have multiple information elements (while there was nothing preventing it before you could not actually access any except the first one).
19 years ago
Joshua Colp 440aab5ffa Add inline function for signed linear subtraction.
19 years ago
Russell Bryant 2c708fdef4 Change the audiohook lock and unlock wrappers to macros instead of inline
19 years ago
Russell Bryant 040a5f20f9 * Constify the uid field of channel datastores
19 years ago
Russell Bryant 43e9b0f67c (closes issue #7852)
19 years ago
Russell Bryant 2290819e6d Merged revisions 80573 via svnmerge from
19 years ago
Russell Bryant 2ac281e0ed Merged revisions 80426 via svnmerge from
19 years ago
Russell Bryant 50d7fc81aa Merged revisions 80362 via svnmerge from
19 years ago
Steve Murphy 337c44236d This change set fixes bug 8126 in trunk. It is implemented via compile time options, activated via the menuselect stuff, which defaults to the old way. non-zero sample data added. Translate tables expressed in microseconds instead of milliseconds, with 5-digit data now instead of 3, giving 2 more digits of precision.
19 years ago
Steve Murphy b69734ae09 Stephn Davies reports that this will help make things work on 64-bit machines
19 years ago
Jason Parker 100e2387db Merged revisions 79904 via svnmerge from
19 years ago
Russell Bryant f5bf66bcd7 This commit adds a scheduler API call, ast_sched_replace that can be used
19 years ago
Tilghman Lesher 56b9568164 Don't reload a configuration file if nothing has changed.
19 years ago
Tilghman Lesher 918348f03c Missing from murf's last trunk commit, which was why trunk won't compile
19 years ago
Steve Murphy 9836efb5fb This commit closes bug 7605, and half-closes 7638. The AEL code has been redistributed/repartitioned to allow code re-use both inside and outside of Asterisk. This commit introduces the utils/conf2ael program, and an external config-file reader, for both normal config files, and for extensions.conf (context, exten, prio); It provides an API for programs outside of asterisk to use to play with the dialplan and config files.
19 years ago
Joshua Colp 94b1dda1fa Merged revisions 79334 via svnmerge from
19 years ago
Joshua Colp 3dac92ecbf Merged revisions 79207 via svnmerge from
19 years ago
Russell Bryant 5f0c3e7dbc constify the return value of reason2str
19 years ago
Steve Murphy 526d1f39a2 Merged revisions 79099 via svnmerge from
19 years ago
Russell Bryant e113d36aa4 Merge a set of device state improvements from team/russell/events.
19 years ago
Russell Bryant fef7773d0b Merged revisions 78995 via svnmerge from
19 years ago
Russell Bryant 9d1acad76b Fix a problem that I had introduced into MWI handling. I had ignored
19 years ago
Joshua Colp 22114b509d Add support for using epoll instead of poll. This should increase scalability and is done in such a way that we should be able to add support for other poll() replacements.
19 years ago