Commit Graph

15424 Commits (01e2bd1e2f774158277621e90c50dbbfd21df8cc)
 

Author SHA1 Message Date
Tilghman Lesher bbab1a6d2f Merge refcounting of res_odbc
17 years ago
Tilghman Lesher e82b7365b7 Merged revisions 115333 via svnmerge from
17 years ago
Mark Michelson 276118a776 #execing the same file multiple times led to warning messages saying that the same file was
17 years ago
Joshua Colp fc120bf827 Merged revisions 115327 via svnmerge from
17 years ago
Russell Bryant 7f29bc7bc6 Simplify code by using a taskprocessor for dispatching events in the Asterisk core.
17 years ago
Mark Michelson c854ba85a5 Merged revisions 115320 via svnmerge from
17 years ago
Russell Bryant 27521f9e63 Remove my rant, since I have now replaced the rant with code.
17 years ago
Tilghman Lesher 8aa3c0e2e1 Merged revisions 115312 via svnmerge from
17 years ago
Tilghman Lesher bb061a7ca4 Merged revisions 115308 via svnmerge from
17 years ago
Russell Bryant 2a966cdb03 Merged revisions 115304 via svnmerge from
17 years ago
Tilghman Lesher 2e6537c5db Note change for ExecIf syntax (caught by jmls on IRC)
17 years ago
Tilghman Lesher 73581f3905 Optionally display the value of several variables within the Status command.
17 years ago
Joshua Colp aa2e9d2fdc Document the 'B' option of app_chanspy.
17 years ago
Kevin P. Fleming 705ba4304d clarify wording
17 years ago
Tilghman Lesher e01ada1ca7 Merged revisions 115285 via svnmerge from
17 years ago
Joshua Colp b8dae12c06 Merged revisions 115282 via svnmerge from
17 years ago
Joshua Colp 9aeffd14cb Merged revisions 115279 via svnmerge from
17 years ago
Joshua Colp c363761278 Merged revisions 115276 via svnmerge from
17 years ago
Dwayne M. Hubbard 817e1ed55f app_voicemail uses a taskprocessor for mwi notification subscriptions
17 years ago
Dwayne M. Hubbard ca4ae77c91 pbx uses a taskprocessor for device state changes
17 years ago
Dwayne M. Hubbard 8fdea12f33 app_queue uses a taskprocessor for device state changes
17 years ago
Dwayne M. Hubbard b0b72e89a8 A taskprocessor is an object that has a name, a task queue, and an event processing thread. Modules reference a taskprocessor, push tasks into the taskprocessor as needed, and unreference the taskprocessor when the taskprocessor is no longer needed.
17 years ago
Brett Bryant b46a0bb19a Blocked revisions 115257 via svnmerge
17 years ago
Mark Michelson 1235d47242 Make res/snmp/agent.c build
17 years ago
Mark Michelson 3cdf2fe440 Merged revisions 115196 via svnmerge from
17 years ago
Tilghman Lesher 0113bd4bcf Okay, maybe FreeBSD will like this better.
17 years ago
Tilghman Lesher b11854445b Add attributes to various API calls, to help track down bugs (and remove a deprecated function)
17 years ago
Tilghman Lesher 9e82fd7ec4 Merged revisions 115102 via svnmerge from
17 years ago
Brett Bryant 4f3e4e22ef Add two new console commands "pri show version" and "ss7 show version" that will show the version of each library respectively.
17 years ago
Tilghman Lesher b5a127daac Modify TIMEOUT() to be accurate down to the millisecond.
17 years ago
Russell Bryant 44af1e23d0 Merge changes from team/russell/smdi-msg-searching
17 years ago
Tilghman Lesher 95490ee5c2 Merged revisions 115017 via svnmerge from
17 years ago
Brett Bryant e8c3130292 Add "read" capability to new libspeex functions in func_speex.c.
17 years ago
Russell Bryant 2c52c79e10 Clarify the deprecation notice about Macro() to note that it will not be removed
17 years ago
Brett Bryant 5634048c98 Add two new dialplan functions from libspeex for applying audio gain control
17 years ago
Jason Parker c48c37909c Allow dringXrange to properly default to 10, as was done in 1.4.
17 years ago
Joshua Colp f4237076bf Add support for specifying the registration expiry on a per registration basis in the register line. This comes from a Switchvox patch. (issue AST-24)
17 years ago
Mark Michelson e37dafdd3a Adding new configuration options to app_queue. This adds two new values
17 years ago
Tilghman Lesher 527c601d0c Lock around variables retrieved, and copy the values, if they stay persistent,
17 years ago
Olle Johansson 4c3aecfc55 Merged revisions 114890 via svnmerge from
17 years ago
Russell Bryant 59f170973e Merged revisions 114891 via svnmerge from
17 years ago
Jeff Peeler 7cfd8389ac Fixes a bug where if a stream monitor thread was not created (caused from failure of opening or starting the stream) pthread_cancel was called with an invalid thread ID.
17 years ago
Kevin P. Fleming 63f5e27842 Merged revisions 114880 via svnmerge from
17 years ago
Kevin P. Fleming f7fa7b52a2 Merged revisions 114875 via svnmerge from
17 years ago
Tilghman Lesher fe2d50a4c9 Document the Incomplete application addition.
17 years ago
Jeff Peeler 0d4ce02e5b Fixes a problem where all the templates were marked as dead no matter what. The templates should only be marked as dead if a configuration file has been successfully loaded and has changes. Bug found while making API documentation for 1.6.0.
17 years ago
Mark Michelson 1bff41eb44 Patching app_chanspy to jibe better with what is documented. This allows for
17 years ago
Jason Parker 4a64c88e79 Fix formatting
17 years ago
Mark Michelson 6447280c2f Merged revisions 114848 via svnmerge from
17 years ago
Kevin P. Fleming fc4390ac37 fix this logic to actually be correct... the fd can't be *both* -1 and an array index to be checked in rfds/efds (bug found by gcc-4.3)
17 years ago