Commit Graph

2633 Commits (ce7b0a51f1eae12e0f4b8d206d1c4f06d4348786)

Author SHA1 Message Date
Jeff Peeler 1a219ad725 Fix compiling with LOW_MEMORY.
16 years ago
Jason Parker 21954cea7d Allow "REMAINDER" to function properly in expressions.
16 years ago
David Vossel 73cb2d507b Unit Test Framework API
16 years ago
Kevin P. Fleming ef9be94b35 Change all refererences to 1.6.3 to be 1.8, since that will be the next feature release
16 years ago
Tilghman Lesher 128e4022d0 Merged revisions 235821 via svnmerge from
16 years ago
Alec L Davis ec0581fef4 restarts busydetector (if enabled) when DTMF is received after call is bridged.
16 years ago
Jeff Peeler cf7b67d9d3 Merged revisions 235635 via svnmerge from
16 years ago
Tilghman Lesher e4c1fc1e4a Merged revisions 235421 via svnmerge from
16 years ago
Jeff Peeler 5b36dd59ea Enhance AMI redirect to allow channels to be redirected to different places.
16 years ago
Jeff Peeler 473837a4ab Change match criteria existence in ast_channel_cmp_cb to use ast_strlen_zero.
16 years ago
Alec L Davis 155931303b Whitespace.
16 years ago
Alec L Davis 6c50fad99f restarts busydetector (if enabled) when DTMF is received.
16 years ago
Sean Bright ecba877848 The default rate for 'timing test' is actually 50/sec, not 100/sec as advertised.
16 years ago
Tilghman Lesher d32c333f7c Trim leading/trailing spaces from the filename, to deal with common user error.
16 years ago
Jeff Peeler 2414bc8005 Add audio announcement option to app_page
16 years ago
David Vossel e44e6b33b3 fixes incorrect logic in ast_uri_encode
16 years ago
Tilghman Lesher cfd17ef0a6 Move implementation of closefrom(3) from app.c to strcompat.c
16 years ago
Tilghman Lesher fc7c2d917e Using the builtin function breaks OpenBSD 4.2
16 years ago
Russell Bryant 97bb26bf75 Merged revisions 233092 via svnmerge from
16 years ago
Matthias Nick 71ca1b54cb Merged revisions 233014 via svnmerge from
16 years ago
Jeff Peeler 51df77df8b Merged revisions 232581 via svnmerge from
16 years ago
Jeff Peeler d01451c076 Make manager response to "Action: events" finish with empty line
16 years ago
Joshua Colp d0e431ce3d Add an 'X' option to the asterisk application which enables #exec for configuration files.
16 years ago
David Vossel edf6605ae7 Merged revisions 232350 via svnmerge from
16 years ago
Tilghman Lesher f46840c107 So apparently, some platforms don't have ffsll(3).
16 years ago
Russell Bryant 1ed9e34c0d Use __builtin_ffsll() from gcc instead of ffssll() to fix a FreeBSD build error.
16 years ago
Russell Bryant 507e579dc9 Merged revisions 232007 via svnmerge from
16 years ago
Jeff Peeler d9f37a67e1 Merged revisions 231911 via svnmerge from
16 years ago
David Vossel 176c8a0185 Merged revisions 231853 via svnmerge from
16 years ago
Tilghman Lesher f59fe83c56 More 32->64 bit codec conversions.
16 years ago
Matthew Nicholson 65c9bfbead Merged revisions 231740 via svnmerge from
16 years ago
Kevin P. Fleming 5ba2b689b2 Another round of UDPTL stack fixes/improvements:
16 years ago
Matthew Nicholson 31848bcdd1 Merged revisions 231614 via svnmerge from
16 years ago
Matthew Nicholson 936a2bd202 Reverted 231616
16 years ago
Matthew Nicholson 8d1f4fa5ea Merged revisions 231614 via svnmerge from
16 years ago
Tilghman Lesher 6642c90029 Export dynamic (weak-linked) symbols correctly.
16 years ago
Tilghman Lesher 23b4a700f4 Reorder option flags. Change guidelines so that example code is consistent with guidelines
16 years ago
Tilghman Lesher f98c12a57d Merged revisions 231298 via svnmerge from
16 years ago
Jeff Peeler c10288ec01 Fix erroneous hangup extension execution
16 years ago
Matthew Nicholson cab2253d34 Merged revisions 230627 via svnmerge from
16 years ago
David Vossel 3595fbb70c audiohook signal trigger on every status change
16 years ago
Tilghman Lesher 5e2aa190fe Display a list of channel variables in each channel-oriented event.
16 years ago
Olle Johansson ebc3aff1c3 Fixing trunk in a way so that it compiles again.
16 years ago
Olle Johansson 75c015bfff Add the capability to require a module to be loaded, or else Asterisk exits.
16 years ago
David Brooks bac499e521 Merged revisions 229498 via svnmerge from
16 years ago
Tilghman Lesher 4c8319190b Merged revisions 229360 via svnmerge from
16 years ago
Leif Madsen fef304e641 Merged revisions 228896 via svnmerge from
16 years ago
Tilghman Lesher c0b3c923a4 Fix various problems detected with Valgrind.
16 years ago
David Vossel 10fa8fe8d0 Merged revisions 228692 via svnmerge from
16 years ago
Richard Mudgett 97de30df8f Fix compiler warning gcc 4.2.4 found
16 years ago
Matthew Nicholson f44f8650cb Merged revisions 228378 via svnmerge from
16 years ago
Joshua Colp 3f4328ed04 Merged revisions 228409 via svnmerge from
16 years ago
David Vossel 71a29c3ffc Merged revisions 228338 via svnmerge from
16 years ago
Tilghman Lesher 2e4832734a Rework codecs command to comply with the 64-bit scheme
16 years ago
Mark Michelson 2f4b5c8bb5 Add a couple more casts so that code compiles correctly.
16 years ago
Tilghman Lesher d8e0c58437 Expand codec bitfield from 32 bits to 64 bits.
16 years ago
Olle Johansson 037a6d287b Add destruction of iterators to avoid problems with refcounters
16 years ago
Russell Bryant b0778107c7 Resolve a warning from gcc 4.4.1.
16 years ago
David Brooks d87006ca1c AMI hook interface
16 years ago
Matthew Nicholson 7ed425ec80 This patch adds a sequence field to CDRs that can be combined with the linkedid or uniqueid field to uniquely identify a CDR.
16 years ago
Jason Parker 85e2c6d7fb Fix some build issues on Solaris.
16 years ago
Olle Johansson 8d64231c62 Adding external reference for doxygen
16 years ago
Russell Bryant 844a01b27e Add an "Asterisk Architecture Overview" section to the doxygen documentation.
16 years ago
Tilghman Lesher c6a34a201e Merged revisions 226138 via svnmerge from
16 years ago
Kevin P. Fleming ad7a9fb8e8 Correct broken logic from revision 225405.
16 years ago
David Vossel 776a14386a SIP TCP/TLS: move client connection setup/write into tcp helper thread, various related locking/memory fixes.
16 years ago
Kevin P. Fleming be796e703a Fix a refcount error introduced by yesterday's OBJ_MULTIPLE commit.
16 years ago
Tilghman Lesher 496282194c Merged revisions 225105 via svnmerge from
16 years ago
Richard Mudgett 1174a61612 Add support for calling and called subaddress. Partial support for COLP subaddress.
16 years ago
Kevin P. Fleming cdd1f9e296 Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterator to use it.
16 years ago
Russell Bryant 1ebf7767d0 Merged revisions 225171 via svnmerge from
16 years ago
Russell Bryant 9fbb9d0b6c Merged revisions 225169 via svnmerge from
16 years ago
Russell Bryant cd10bd931a Merged revisions 224931 via svnmerge from
16 years ago
Tilghman Lesher 77031501a5 Merged revisions 224855 via svnmerge from
16 years ago
Joshua Colp b518c7b9a7 Merged revisions 224773 via svnmerge from
16 years ago
Tilghman Lesher c80715706e Remove unnecessary typedef
16 years ago
Tilghman Lesher c74a2d0b45 Create an API for adding an optional time unit onto the ends of time periods.
16 years ago
Russell Bryant 72934ead4b Merged revisions 223485-223486 via svnmerge from
16 years ago
Matthew Nicholson 0d4726b0a2 Merged revisions 223225 via svnmerge from
16 years ago
Russell Bryant dd50b9e8b5 Merged revisions 222878 via svnmerge from
16 years ago
David Vossel db7b4ec65e fixes an ast_netsock_list memory leak.
16 years ago
David Vossel 9456ab2724 Deadlock in channel masquerade handling
16 years ago
Kevin P. Fleming 1c9fe00920 Recorded merge of revisions 222152 via svnmerge from
16 years ago
Kevin P. Fleming 20743ec07d Allow non-compliant T.38 endpoints to be supportable via configuration option.
16 years ago
Tilghman Lesher c1c25181af Merged revisions 221970 via svnmerge from
16 years ago
Tilghman Lesher ba10edfcac Initialize a variable that we check immediately upon startup.
16 years ago
Tilghman Lesher bd7ca4b764 One more off-by-one in trunk
16 years ago
Tilghman Lesher 8c7b3cf738 Merged revisions 221776 via svnmerge from
16 years ago
Kevin P. Fleming 19ba91cd22 Remove ability to control T.38 FAX error correction from udptl.conf.
16 years ago
Terry Wilson 10ce6cd757 Use rtp properties instead of adding a callback
16 years ago
Terry Wilson 865daf4858 Merged revisions 221086 via svnmerge from
16 years ago
Tilghman Lesher a4ece92018 Merged revisions 221200 via svnmerge from
16 years ago
Mark Michelson 01181a27a0 Fix channel reference leak.
16 years ago
Mark Michelson cee8c6cd47 Get rid of annoying and cryptic debug messages.
16 years ago
Kevin P. Fleming d04158f5b1 Eliminate unnecessary include of version.h in manager.c.
16 years ago
Kevin P. Fleming 8c30540269 Correct sense of logic test committed in revision 220494.
16 years ago
Kevin P. Fleming aabdc575a5 Don't use hash-based lookups for ast_channel_get_by_name_prefix().
16 years ago
Tilghman Lesher 17180120bf Change the default behavior of Set, AGI, and pbx_realtime to 1.6 behavior by default (starting in 1.6.3).
16 years ago
David Vossel 90746d26f3 fixes tcptls_session memory leak caused by ref count error
16 years ago
Jeff Peeler f150b48bc0 Add bridge related dial flags to the bridge app
16 years ago