Commit Graph

15671 Commits (9d403c379fcac970210c6d42dbfe4e98b175bccc)
 

Author SHA1 Message Date
Joshua Colp fc120bf827 Merged revisions 115327 via svnmerge from
18 years ago
Russell Bryant 7f29bc7bc6 Simplify code by using a taskprocessor for dispatching events in the Asterisk core.
18 years ago
Mark Michelson c854ba85a5 Merged revisions 115320 via svnmerge from
18 years ago
Russell Bryant 27521f9e63 Remove my rant, since I have now replaced the rant with code.
18 years ago
Tilghman Lesher 8aa3c0e2e1 Merged revisions 115312 via svnmerge from
18 years ago
Tilghman Lesher bb061a7ca4 Merged revisions 115308 via svnmerge from
18 years ago
Russell Bryant 2a966cdb03 Merged revisions 115304 via svnmerge from
18 years ago
Tilghman Lesher 2e6537c5db Note change for ExecIf syntax (caught by jmls on IRC)
18 years ago
Tilghman Lesher 73581f3905 Optionally display the value of several variables within the Status command.
18 years ago
Joshua Colp aa2e9d2fdc Document the 'B' option of app_chanspy.
18 years ago
Kevin P. Fleming 705ba4304d clarify wording
18 years ago
Tilghman Lesher e01ada1ca7 Merged revisions 115285 via svnmerge from
18 years ago
Joshua Colp b8dae12c06 Merged revisions 115282 via svnmerge from
18 years ago
Joshua Colp 9aeffd14cb Merged revisions 115279 via svnmerge from
18 years ago
Joshua Colp c363761278 Merged revisions 115276 via svnmerge from
18 years ago
Dwayne M. Hubbard 817e1ed55f app_voicemail uses a taskprocessor for mwi notification subscriptions
18 years ago
Dwayne M. Hubbard ca4ae77c91 pbx uses a taskprocessor for device state changes
18 years ago
Dwayne M. Hubbard 8fdea12f33 app_queue uses a taskprocessor for device state changes
18 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.
18 years ago
Brett Bryant b46a0bb19a Blocked revisions 115257 via svnmerge
18 years ago
Mark Michelson 1235d47242 Make res/snmp/agent.c build
18 years ago
Mark Michelson 3cdf2fe440 Merged revisions 115196 via svnmerge from
18 years ago
Tilghman Lesher 0113bd4bcf Okay, maybe FreeBSD will like this better.
18 years ago
Tilghman Lesher b11854445b Add attributes to various API calls, to help track down bugs (and remove a deprecated function)
18 years ago
Tilghman Lesher 9e82fd7ec4 Merged revisions 115102 via svnmerge from
18 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.
18 years ago
Tilghman Lesher b5a127daac Modify TIMEOUT() to be accurate down to the millisecond.
18 years ago
Russell Bryant 44af1e23d0 Merge changes from team/russell/smdi-msg-searching
18 years ago
Tilghman Lesher 95490ee5c2 Merged revisions 115017 via svnmerge from
18 years ago
Brett Bryant e8c3130292 Add "read" capability to new libspeex functions in func_speex.c.
18 years ago
Russell Bryant 2c52c79e10 Clarify the deprecation notice about Macro() to note that it will not be removed
18 years ago
Brett Bryant 5634048c98 Add two new dialplan functions from libspeex for applying audio gain control
18 years ago
Jason Parker c48c37909c Allow dringXrange to properly default to 10, as was done in 1.4.
18 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)
18 years ago
Mark Michelson e37dafdd3a Adding new configuration options to app_queue. This adds two new values
18 years ago
Tilghman Lesher 527c601d0c Lock around variables retrieved, and copy the values, if they stay persistent,
18 years ago
Olle Johansson 4c3aecfc55 Merged revisions 114890 via svnmerge from
18 years ago
Russell Bryant 59f170973e Merged revisions 114891 via svnmerge from
18 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.
18 years ago
Kevin P. Fleming 63f5e27842 Merged revisions 114880 via svnmerge from
18 years ago
Kevin P. Fleming f7fa7b52a2 Merged revisions 114875 via svnmerge from
18 years ago
Tilghman Lesher fe2d50a4c9 Document the Incomplete application addition.
18 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.
18 years ago
Mark Michelson 1bff41eb44 Patching app_chanspy to jibe better with what is documented. This allows for
18 years ago
Jason Parker 4a64c88e79 Fix formatting
18 years ago
Mark Michelson 6447280c2f Merged revisions 114848 via svnmerge from
18 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)
18 years ago
Mark Michelson 8b1cb3ce53 Make app_directory dependent on app_voicemail. This is because the function
18 years ago
Mark Michelson 6e45d3c223 Since there is now a globally available function for saying someone's name, a LOT of
18 years ago
Mark Michelson 1016811538 Fix a crash happening in app_directory. This crash would occur if a users.conf existed.
18 years ago