Commit Graph

3021 Commits (ca8d5676ab5d79f4dbdcd597825ce2d8bbfb2074)

Author SHA1 Message Date
David Vossel 091f850a58 fixes sample rate conversion issue with Monitor application
16 years ago
Tilghman Lesher 22b144cef4 Change the blanket rules to delete .lastclean on all CFLAGS menuselect targets to be more particular.
16 years ago
David Vossel 7d5d0311c1 Merged revisions 246545 via svnmerge from
16 years ago
David Vossel 9478670527 astobj2 unit test and bug fix
16 years ago
Russell Bryant 1321748c19 Add a test module for the event API, test_event.c.
16 years ago
Russell Bryant bbed34f764 Various updates to the unit test API.
16 years ago
Russell Bryant f2282722dd Fix return value of get_ie_str() and get_ie_str_hash() for non-existent IE.
16 years ago
Russell Bryant a0d74cef66 Use memmove() instead of memcpy() for a case where the buffers overlap.
16 years ago
Tilghman Lesher 2b01c7b185 Actually use _ASTLDFLAGS in the main/ and channels/ Makefiles.
16 years ago
Jason Parker e90a6b4646 Merged revisions 245496 via svnmerge from
16 years ago
Russell Bryant 2191c94336 Remove an extra space.
16 years ago
David Vossel bc16d44b73 fixes astobj2 unlinking of multiple objects when OBJ_MULTIPLE was disabled
16 years ago
Tilghman Lesher cf6592e58e Merge tests that verify the same thing. (Oops.)
16 years ago
Sean Bright acdb1bd82f Merged revisions 244926 via svnmerge from
16 years ago
David Vossel a7123b5f4f fixes memory leak in astobj2 test
16 years ago
Tilghman Lesher 962b1a22fd Try to make ast_format_str_reduce fail...
16 years ago
David Vossel 6c0399452c fix truncated format string in 'test show registered'
16 years ago
Jeff Peeler b527525ffc Add some additional option support for non-default parking lots.
16 years ago
Mark Michelson dbc3111652 Initialize counters in ast_sched_report so that resulting data is not bogus.
16 years ago
David Vossel 36bbf8f902 fixes crash during T.38 negotiation caused by invalid or missing FaxMaxDatagram field
16 years ago
Tilghman Lesher 72c1b76038 Merged revisions 244070 via svnmerge from
16 years ago
Jeff Peeler 80d3e91714 Optimization to manager events.
16 years ago
Jeff Peeler a170cd28e0 Add new option to asterisk.conf (lockconfdir) to protect conf dir during reloads
16 years ago
Mark Michelson 630b8027c3 Merged revisions 243486 via svnmerge from
16 years ago
David Vossel 7662c7fed2 Merged revisions 243390 via svnmerge from
16 years ago
Jeff Peeler c277952cea Merged revisions 243258 via svnmerge from
16 years ago
Jeff Peeler 1d293d0093 Fix crash resulting from frames with invalid data pointers.
16 years ago
David Vossel adfa169e46 modify 'test show registered' cli output format
16 years ago
David Vossel d16b89be17 RFC compliant uri and display-name encode/decode
16 years ago
Tilghman Lesher 1ffdf5c2ee Merged revisions 242969 via svnmerge from
16 years ago
Olle Johansson 7c61a7105f Change api for pbx_builtin_setvar to actually return error code if a function can't be written to.
16 years ago
Olle Johansson 52b0cb912b Merged revisions 242850 via svnmerge from
16 years ago
Tilghman Lesher 245bd1861f Merged revisions 242852 via svnmerge from
16 years ago
Tilghman Lesher afb9fab574 Merged revisions 242728 via svnmerge from
16 years ago
Tilghman Lesher 2016dbb826 Merged revisions 242683 via svnmerge from
16 years ago
Russell Bryant d6ad0f30b4 Update the doxygenification of some comments.
16 years ago
Mark Michelson c8c4ea9bf4 Add missing argument to ast_calloc calls.
16 years ago
Olle Johansson fccf277864 Make sure we initialize the ast_ha structure with ast_calloc
16 years ago
Russell Bryant e718ef4d45 Point to a useful reference on the XML output format.
16 years ago
Russell Bryant efdbde9c25 Modify test results XML format to match the JUnit format.
16 years ago
Alec L Davis 3a24f8ad06 Add Calling and Called Subaddress to CDR record
16 years ago
Alec L Davis c7be027151 Update CDR variables as pbx starts
16 years ago
Jeff Peeler 8fd9401e3d Initialize data on the stack so that Park doesn't interpret random arguments.
16 years ago
Tilghman Lesher 49bf540c71 Create iterative method for querying SRV results, and use that for finding AGI servers.
16 years ago
Jeff Peeler 568c057c4c Extend max call limit duration from 24.8 days to 292+ million years.
16 years ago
Jason Parker bbd290308f Fix an RTP instance allocation failure on Solaris.
16 years ago
Sean Bright bb03a2f7d9 Merged revisions 241015 via svnmerge from
16 years ago
Sean Bright 9e02292e5c Avoid a crash on Solaris when running 'core show functions.'
16 years ago
Tilghman Lesher 6c1e69370e Err, oops, it was already the way I intended.
16 years ago
Tilghman Lesher 8037982fa6 The previous attempt at using a pipe to guarantee astcanary shutdown did not work.
16 years ago
Tilghman Lesher e8a6d2995e Add pickup event to AMI. Also, fix AMI documentation.
16 years ago
Mark Michelson fe72baf06b Make sure to set owner_line, ownder_func, and owner_file in ast_calloc_with_stringfields.
16 years ago
Russell Bryant 86c57df84e Ensure payload type is properly checked when comparing against cached events.
16 years ago
Sean Bright e612d87695 Convert a few places to use ast_calloc_with_stringfields where applicable.
16 years ago
Jeff Peeler 9228fba7d7 Fix broken call pickup
16 years ago
Tilghman Lesher 3eb8f0a8dc Similarly, ensure that matchcid is duplicated correctly when merging contexts.
16 years ago
Tilghman Lesher 20e57b12e8 Ensure that the callerid is NULL when the parent is effectively NULL.
16 years ago
Matthew Nicholson ef0da09c74 This change fixes a few bugs in the way the far max IFP was calculated that were introduced in r231692.
16 years ago
Tilghman Lesher 87ea570ef1 Oops, another tag error
16 years ago
Tilghman Lesher b01df91513 Oops, missed a closing tag
16 years ago
Tilghman Lesher ecbe7eff7a Add the TESTTIME() dialplan function, which permits testing GotoIfTime.
16 years ago
Tilghman Lesher 919437428e Flex uses fwrite incorrectly, which breaks the build. Providing a workaround.
16 years ago
Jeff Peeler 495b701a85 Merged revisions 239838 via svnmerge from
16 years ago
Tilghman Lesher 6d1086ec86 Code previously added to ast_expr2f.c warranted a change in the source file ast_expr2.fl.
16 years ago
David Vossel 03529837cc add silence gen to wait apps
16 years ago
Olle Johansson c300b12b18 MAX() moved to utils.h
16 years ago
Tilghman Lesher d80a38310a Blank callerid and NULL callerid should not compare equal.
16 years ago
Alec L Davis 113ff66f7f add Dialed Number Identifier (DNID) field to cdr records.
16 years ago
Sean Bright ba6201cae6 Fix ao2_callback when both OBJ_MULTIPLE and OBJ_NODATA are passed.
16 years ago
Sean Bright 1ad2999112 Fix spelling of 'category.'
16 years ago
Tilghman Lesher 9c1b53cab4 According to POSIX, the capital L modifier applies only to floating point types.
16 years ago
Tilghman Lesher 5e0762370c It's been long enough -- make the behavior introduced in 1.6 the default.
16 years ago
Tilghman Lesher 31e93b2865 Merged revisions 238915 via svnmerge from
16 years ago
Jeff Peeler cde1057ec3 Merged revisions 238834 via svnmerge from
16 years ago
David Vossel bf06747778 fixes AUDIOHOOK_INHERIT regression
16 years ago
Matthew Nicholson 98b69d84e1 Merged revisions 238629 via svnmerge from
16 years ago
Jeff Peeler 7df5564a61 Stop trying to find a parking space after traversing the parkinglot one time.
16 years ago
David Vossel a575a50cd5 fixes ast_transfer stall until hangup if called with a channel that doesn't support transfers
16 years ago
Jeff Peeler 0a4f80cbcf Fix channel name comparison for bridge application.
16 years ago
David Vossel bebe42f3a7 fixes subscriptions being lost after 'module reload'
16 years ago
Russell Bryant 3a6d247def Fix build of utility apps that include utils.c.
16 years ago
Russell Bryant 630152f848 Merged revisions 237697 via svnmerge from
16 years ago
Tilghman Lesher 3f33c38c8a Merged revisions 237573 via svnmerge from
16 years ago
Tilghman Lesher 7acf8196d0 Merged revisions 237493 via svnmerge from
16 years ago
Tilghman Lesher c0eb48380a Oops, didn't compile (thanks, kpfleming)
16 years ago
Tilghman Lesher f2a282ce17 Further reduce the encoded blank values back to blank in the realtime API.
16 years ago
Tilghman Lesher 386b847075 Merged revisions 237405 via svnmerge from
16 years ago
Jason Parker f93071483f Add app_voicemail and say.c support for Vietnamese.
16 years ago
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
Tilghman Lesher 1cf5422dc8 Merged revisions 220288 via svnmerge from
16 years ago
Tilghman Lesher 07f9778f5b Merged revisions 219653 via svnmerge from
16 years ago
Matthew Nicholson b27a54b8de Merged revisions 219136 via svnmerge from
16 years ago
Tilghman Lesher 3093ccb619 Merged revisions 219023 via svnmerge from
16 years ago
David Brooks 077b44c43f Merged revisions 218867 via svnmerge from
16 years ago
Joshua Colp 3031ca468d Do not attempt to add a parking extension if an error occurred while reading the configuration.
16 years ago
Tilghman Lesher 1ca9bc4e1e Check the origination priority for more matches, not the current priority.
16 years ago
Sean Bright 2ee2947a55 Properly terminate the response to the manager Ping action.
16 years ago
Tilghman Lesher ad69df830d Enable turning off the application delimiter warning with the 'dontwarn' option.
16 years ago
Michiel van Baak 7348bacf05 Merged revisions 216435 via svnmerge from
16 years ago
Olle Johansson 98f18d56b8 Merged revisions 216430 via svnmerge from
16 years ago
Michiel van Baak 6f32731568 make sure 'start' is always initialized.
16 years ago
Kevin P. Fleming 7f745ecd73 Document language prompt submission process.
16 years ago
David Vossel d09f9fd00a Merge code associated with AST-2009-006
16 years ago
Michiel van Baak f914f65634 - lock channel before looking for a channel variable
16 years ago
Tilghman Lesher 57a9927143 Close up to the soft open file limit (same on Linux, but varies drastically on OS X).
16 years ago
Kevin P. Fleming cf0076c5f3 Ensure that frame dumps of AST_CONTROL_T38_PARAMETERS frames are properly
16 years ago
Tilghman Lesher 0f6b01f914 Fix a trunk compilation warning.
16 years ago
Tilghman Lesher 006b0b480b Properly initialize the session to prevent a crash.
16 years ago
Tilghman Lesher 9f7a3466ef Various patches, to enable Asterisk to once again compile on Mac OS X.
16 years ago
Tilghman Lesher 40c13bd1b0 Merged revisions 214701 via svnmerge from
16 years ago
Tilghman Lesher b8c75efa7e Ensure that we check for the special value CONFIG_STATUS_FILEINVALID.
16 years ago
Jeff Peeler 29e1e05e13 Add two new dialplan variables when using features
16 years ago
David Vossel 2794b198ce Merged revisions 214194 via svnmerge from
16 years ago
Tilghman Lesher c18df321f0 Merged revisions 214068-214069 via svnmerge from
16 years ago
Tilghman Lesher c1b4f0c4c9 Merged revisions 213970 via svnmerge from
16 years ago
Terry Wilson ad37760473 Make LOAD_ORDER actually work
16 years ago
Matthew Nicholson 53fd27c005 Fix a crash by checking the proper pointer for validity before deferencing it.
16 years ago
Jason Parker 8b707e913b Fix compile when certain G711 menuselect options are enabled.
16 years ago
Russell Bryant 8fa685ece2 Don't blow up on a NULL cdr.
16 years ago
Sean Bright 98f42ac6fa Merged revisions 212763 via svnmerge from
16 years ago
Sean Bright 0c99f79a76 Correct the return value check for ast_safe_system.
16 years ago
Kevin P. Fleming 4222e1c367 Define our desires for POSIX and X/OPEN API features properly.
16 years ago
Joshua Colp 606112e234 Add two more API calls for getting the current glue and channel in bridging code.
16 years ago
Michiel van Baak 44ae313422 Add an empty line after each option when printing the
16 years ago
Joshua Colp 1effb11ef5 Add an API call for retrieving the engine in use by an RTP instance.
16 years ago
Tilghman Lesher 642bec4d6f AST-2009-005
16 years ago
Russell Bryant 724c1239fc Fix up some issues with getting a channel by "name".
16 years ago
Tilghman Lesher 59aebb76b4 Merged revisions 211274 via svnmerge from
16 years ago
Kevin P. Fleming 92ed7f8929 Workaround broken T.38 endpoints that offer tiny MaxDatagram sizes.
16 years ago
Tilghman Lesher feced6672c Merged revisions 210913 via svnmerge from
16 years ago
Tilghman Lesher a737df8603 Allow Gosub to recognize quote delimiters without consuming them.
16 years ago
Russell Bryant 3b91d3b5ab Revert some silly code that snuck into trunk from my working copy. Sorry!
16 years ago
Richard Mudgett 28ad5ced1a Initial minimum ast_party_caller support.
16 years ago
Jeff Peeler b0f0110b16 Fix broken call pickup
16 years ago
Mark Michelson 214453904e Fix order and redundancy of channel rename manager events in ast_do_masquerade.
16 years ago
Russell Bryant 027d978aa8 Merged revisions 209879 via svnmerge from
16 years ago
Russell Bryant 1ca3ffd08c Fix ast_event_queue_and_cache() to actually do the cache() part.
16 years ago
Kevin P. Fleming ed2a3cedd1 Merged revisions 209759 via svnmerge from
16 years ago
Russell Bryant 68a05b14c6 Fix some places where ast_event_type was used instead of ast_event_ie_type.
16 years ago
Kevin P. Fleming ba020fc390 Define side-effect-safe MIN and MAX macros and remove duplicate definitions from various files.
16 years ago
Mark Michelson ba8dcde549 Merged revisions 209131 via svnmerge from
16 years ago
David Brooks d81d6d3415 Fixing typos. Replaces "recieved" with "received" and "initilize" with "initialize"
16 years ago
Jeff Peeler 0f31e6c26c Merged revisions 208923 via svnmerge from
16 years ago
Michiel van Baak 126bf8eeb5 add default alias reload to run module reload.
17 years ago
Jeff Peeler b7cfe90404 Merged revisions 208746 via svnmerge from
17 years ago
Russell Bryant d79f6e17fa Note that "reload" needs to be added back.
17 years ago
Russell Bryant 5d28d72d37 Don't log a warning for something that does not affect operation.
17 years ago
Kevin P. Fleming 17e2d9fdbc Resolve a T.38 negotiation issue left over from the udptl-updates merge.
17 years ago
Kevin P. Fleming 0a6e06c7ff Rework of T.38 negotiation and UDPTL API to address interoperability problems
17 years ago
Russell Bryant b7928de6ac Resolve compiler warning on mac.
17 years ago
Tilghman Lesher d223e3636f Merged revisions 208083 via svnmerge from
17 years ago
Mark Michelson b1d9b989ee Merged revisions 207714 via svnmerge from
17 years ago
Kevin P. Fleming 96e4e31eeb Merged revisions 207647 via svnmerge from
17 years ago
Russell Bryant 44301c95d2 Merged revisions 207360 via svnmerge from
17 years ago
David Vossel e0a8fc8c0e Merged revisions 206867 via svnmerge from
17 years ago
Russell Bryant 4cf8a968fd Add an API for reporting security events, and a security event logging module.
17 years ago
Kevin P. Fleming 7574941cb4 Update comments about the level of T.38 support in Asterisk.
17 years ago
Michiel van Baak b31302d55d make this compile again under devmode
17 years ago
Michiel van Baak 0d19ab4efe pthread_self returns a pthread_t which is not an unsigned int on all
17 years ago
Matthew Nicholson a638000451 Fix a CEL related regression with hints updating by subscribing to AST_DEVICE_STATE instead of AST_DEVICE_STATE_CHANGED.
17 years ago
David Vossel e39a252b1e Merged revisions 205409 via svnmerge from
17 years ago
David Vossel b99f857fbd missing comma in devstatestring array
17 years ago
David Brooks 174c36ad41 Fixes Park() argument handling
17 years ago
Tilghman Lesher e01d5d6cb5 Oops, fixing build
17 years ago
Sean Bright e75ae63ac2 Fix a few compilation problems found when building Asterisk against uClibc.
17 years ago
Tilghman Lesher 370ef6d7eb Merged revisions 205188 via svnmerge from
17 years ago
Russell Bryant 18e8d092bb Use tabs instead of spaces for indentation.
17 years ago
Russell Bryant 0e8c630224 Move OpenSSL initialization to a single place, make library usage thread-safe.
17 years ago
Kevin P. Fleming 8b878c8303 Improve handling of AST_CONTROL_T38 and AST_CONTROL_T38_PARAMETERS for non-T.38-capable channels.
17 years ago
Matthew Nicholson fd6a49beac Moved trigger for BRIDGE_END CEL event so that it is more accurate.
17 years ago
David Vossel 48c9a85d91 Merged revisions 204681 via svnmerge from
17 years ago
Tilghman Lesher ff4bfb966a Merged revisions 204556 via svnmerge from
17 years ago
Jason Parker 51d7dc5d83 Merged revisions 204474 via svnmerge from
17 years ago
Tilghman Lesher 34d0143955 Recorded merge of revisions 204469 via svnmerge from
17 years ago
Russell Bryant c511a26749 Move Asterisk-addons modules into the main Asterisk source tree.
17 years ago
Tilghman Lesher b5f6eac49e Allow trunk to once again compile under MALLOC_DEBUG
17 years ago
Russell Bryant 236c10a070 Only update total silence counter after a counter reset.
17 years ago
Russell Bryant 4021f7d71b Merged revisions 203785 via svnmerge from
17 years ago
Mark Michelson e403a7fdfb Add timestamp to response to "Ping" manager action.
17 years ago
Russell Bryant cce4fad522 Make invalid hints report Unavailable instead of Idle.
17 years ago
Joshua Colp 59c1998d67 Improve T.38 negotiation by exchanging session parameters between application and channel.
17 years ago
Russell Bryant 0264eef115 Merge the new Channel Event Logging (CEL) subsystem.
17 years ago
Sean Bright e06c6f97c4 Add functions to map syslog facilities and priorities constants to strings.
17 years ago
Sean Bright 2f88262abb Add checks in configure for non-POSIX syslog facilities.
17 years ago
Russell Bryant fe07434497 One more formatting nit ... use spaces for inline indentation.
17 years ago
Russell Bryant cd1e7b61df Convert spaces to tabs for indentation.
17 years ago
Sean Bright 4535305772 Move syslog utility functions into a separate file so they can be re-used.
17 years ago
David Vossel a6426cdf9d fixes a few redundant conditions
17 years ago
Terry Wilson ef9b9e36d4 Merged revisions 203380 via svnmerge from
17 years ago
Russell Bryant bd2e4dc229 Merged revisions 203375 via svnmerge from
17 years ago
Terry Wilson 3814caadad Merged revisions 203311 via svnmerge from
17 years ago
Sean Bright ca3a181c33 Pass a logmsg to ast_log_vsyslog instead of separate arguments.
17 years ago
Ryan Brindley ef667f2f82 If we delete the info, lets also delete the lines
17 years ago
Russell Bryant 0bbd5c9424 Ignore voicemail messages that are just silence.
17 years ago
Russell Bryant 2affa3e999 Merged revisions 202496 via svnmerge from
17 years ago
David Vossel 87c8658912 attempting to load running modules
17 years ago
Russell Bryant b390327dd7 Remove unnecessary usleep() from a couple of module unload callbacks.
17 years ago
Joshua Colp e85296e244 Add support for allowing an RTP engine to decide on whether it is possible for specific formats to be transcoded for an RTP instance.
17 years ago
Tilghman Lesher ad0d1bfd9e Merged revisions 201828 via svnmerge from
17 years ago
David Vossel dcfe69ec64 fixes some memory leaks and redundant conditions
17 years ago
Mark Michelson dce6a54a4a Trunk implementation of setting an alternate RTP source.
17 years ago
Mark Michelson d8cc968adc Merged revisions 201450 via svnmerge from
17 years ago
Kevin P. Fleming 4c0265664e Merged revisions 200991 via svnmerge from
17 years ago
Russell Bryant 3c23511069 Don't claim a char * is a mansession object.
17 years ago
Kevin P. Fleming 82fb56886e More 'static' qualifiers on module global variables.
17 years ago
Kevin P. Fleming 6c5987811c Redesigned 'optional API' support.
17 years ago
Mark Michelson afcbf2e14f Merged revisions 200360 via svnmerge from
17 years ago
Eliel C. Sardanons dabfa94fdc Release the allocated channel decreasing the reference counter.
17 years ago
David Brooks df649a8671 Fixes the argument order in definition of new_find_extension().
17 years ago
Mark Michelson 554456f0fc Use ast_channel_unref to instead of ast_free on a newly created channel.
17 years ago
David Vossel d532cbcd8a module load priority
17 years ago
David Vossel d1d9beadc9 Merged revisions 199297 via svnmerge from
17 years ago
Sean Bright befad10893 Merged revisions 199022 via svnmerge from
17 years ago
David Vossel c42344b319 ast_call_forward() todo notes and originate flag copy.
17 years ago
David Vossel 3830c415c7 Generic call forward api, ast_call_forward()
17 years ago
Joshua Colp 4900d37d71 Fix a bug where we were passing in address information that should remain unmodified to a function that may modify it.
17 years ago
Mark Michelson 298d745fb4 Add the ability to execute connected line interception macros.
17 years ago
Eliel C. Sardanons 5d8d1545d8 Do not add say.o in a separate line.
17 years ago
David Vossel ab73b6e556 Fixed an issue in the threadstorage cli functions resulting from the constification of struct ast_cli_args in r196072.
17 years ago
Eliel C. Sardanons 7ef2d7bca7 Filter the say.o object, it is being added later.
17 years ago
Russell Bryant 1630c85861 Constification and remove some unused code.
17 years ago
Russell Bryant 8580871fd4 Constify the ast_frame arg to ast_queue_frame().
17 years ago
Eliel C. Sardanons 43dcf1001b Simplify the Makefile and avoid needing to specify each object file.
17 years ago
Matthew Nicholson c8b0c41ed8 Merged revisions 198068 via svnmerge from
17 years ago
Joshua Colp c35e305c82 Fix a memory leak of the write buffer when writing a file.
17 years ago
Sean Bright f51bb019bb Update references to bugs.digium.com and reviewboard.digium.com to the new URLs.
17 years ago
Kevin P. Fleming e4dafd3d0b Ensure that accidental calls to ast_string_field_free_memory() on embedded stringfield pools are safe.
17 years ago
Tilghman Lesher 98ce0e5b6c Eliminate several needless checks and fix a few memory leaks
17 years ago
Joshua Colp ea89db8ce0 Fix an incorrect call to ast_string_field_free_memory which caused a crash in the logger.
17 years ago
Mark Michelson a7fd763ecc Merged revisions 197537 via svnmerge from
17 years ago
Joshua Colp e960f0da90 Fix a bug in stringfields where it did not actually free the pools of memory.
17 years ago
Tilghman Lesher ec99151d74 Revert commit 192032. This define is needed on Mac OS X.
17 years ago
Russell Bryant f6bdacebe4 Don't do a pointer comparison before setting the remote address.
17 years ago
Sean Bright e27e8615ed Reset the terminal to the correct fg/bg after XML documenation is rendered.
17 years ago
Sean Bright 68d44ce5ff Add ActionID to CoreShowChannel event.
17 years ago
Sean Bright bbd9f040e1 Include startup and reload date in the CoreStatus manager message.
17 years ago
Sean Bright 3abe8a963e Add new ast_complete_applications function so that we can use it with the
17 years ago
Sean Bright 3982b8c71b Call ast_stun_init() when we're initializing to get the 'stun debug set'
17 years ago
Eliel C. Sardanons 2c882626a0 Implement a new element in AstXML for AMI actions documentation.
17 years ago
Tilghman Lesher 3c7db3b7e8 Two more minor fixes due to constification
17 years ago
Sean Bright fcda626f3c Fix build under dev mode and remove some casts that are no longer necessary as
17 years ago
Eliel C. Sardanons bb838bc67a Avoid using prototypes when not necessary (it is already defined in the header
17 years ago
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it)
17 years ago
Mark Michelson 1e3ac401f4 Pass connected line updates along during a bridge.
17 years ago
Matthew Nicholson d02ad6b5f7 Merged revisions 195881 via svnmerge from
17 years ago
Joshua Colp b4c24d2da1 Merged revisions 195688 via svnmerge from
17 years ago
Eliel C. Sardanons e45d681d15 Fix the CLI command 'manager show command' documentation and functionality.
17 years ago
Eliel C. Sardanons 9e5da09a6b Rollback commit 195367.
17 years ago
Eliel C. Sardanons 311c997896 Avoid autocompleting passed the action name argument in the CLI command.
17 years ago
Tilghman Lesher 92ace48782 Move the spawn of astcanary down, until after the call to daemon(3).
17 years ago
Joshua Colp 80bdf0f520 Merged revisions 195206 via svnmerge from
17 years ago
Eliel C. Sardanons d24179825f Warn about the use of the application WaitExten() within a Macro().
17 years ago
Joshua Colp c1073e0ac3 Merged revisions 195095 via svnmerge from
17 years ago
Eliel C. Sardanons a007eb13b2 Do not avoid loading the XML documentation if not XInclude substitution is done.
17 years ago
Eliel C. Sardanons 2f996a3ab4 Allow to include sections of other parts of the xml documentation.
17 years ago
Eliel C. Sardanons 766972a3cd Fix a missing unlock in case of error, and a missing free().
17 years ago
Eliel C. Sardanons 77c41d700e Allow to specify an enumlist inside an enum.
17 years ago
Kevin P. Fleming d1e0b11343 Add ability for modules to dynamically register logger levels
17 years ago
Russell Bryant 23f54f4c76 Fix a typo where an equality check should be an assignment.
17 years ago
Tilghman Lesher 5a3797643c If the timing ended on a zero, then we would loop forever.
17 years ago
Eliel C. Sardanons 8c5643b2f9 Do not lock the 'sessions' container, lock the allocated 'session'.
17 years ago
Tilghman Lesher b399b5389d Merged revisions 194137 via svnmerge from
17 years ago
Tilghman Lesher c524f905a6 Two fixes found while debugging with ast_backtrace():
17 years ago
Eliel C. Sardanons 68a37433bc Fix a crash when logging out from the AMI and avoid astobj2 warning messages.
17 years ago
Kevin P. Fleming 1c988d8996 add 'const' qualifiers in various places where they should have been
17 years ago
Joshua Colp d0eab1d9a6 Fix a bug where receiving a control frame of subclass -1 would cause certain channels to get hung up.
17 years ago
Russell Bryant 7e350686d6 Declare private data as static.
17 years ago
Kevin P. Fleming 7893ab8fe7 Merged revisions 193193 via svnmerge from
17 years ago
Tilghman Lesher 9cd0a94aeb Merged revisions 193119 via svnmerge from
17 years ago
Jeff Peeler 1c05448f5a Merged revisions 192858 via svnmerge from
17 years ago
Jeff Peeler 658f81cb57 If no extension was found in the pattern tree, don't crash.
17 years ago
Tilghman Lesher 829807cd2c Add numbers in Urdu, the national language of Pakistan
17 years ago
Richard Mudgett 7019ff68db Fixed crashes from issue8824 review board channel locking changes.
17 years ago
Joshua Colp 77e9d51c93 Merged revisions 192454 via svnmerge from
17 years ago
Kevin P. Fleming 2746f589b7 Add a more efficient way of allocating structures that use stringfields
17 years ago
Kevin P. Fleming 1f49e675bb Correct some flaws in the memory accounting code for stringfields and ao2 objects
17 years ago
Kevin P. Fleming ec5116f80c Properly account for memory allocated for channels and datastores
17 years ago
Kevin P. Fleming d8182202ef Ensure that string pools allocated to hold stringfields are properly accounted in MALLOC_DEBUG mode
17 years ago
Kevin P. Fleming 1726475a54 Ensure that astobj2 memory allocations are properly accounted for when MALLOC_DEBUG is used
17 years ago
Eliel C. Sardanons 150edbb67d Do not re-define _POSIX_C_SOURCE if it was already defined.
17 years ago
Kevin P. Fleming 73743b77b0 Add 'bitflags'-style information elements to event framework
17 years ago
Russell Bryant a398f9e0ac Do a bit of code cleanup.
17 years ago
Kevin P. Fleming a3af213506 Remove rarely-used event_log/LOG_EVENT support
17 years ago
Kevin P. Fleming b8b4d01b06 Fix an error in queue_log file rotation optimization code
17 years ago
Sean Bright f2d26b3ddb Update copyright year to 2009
17 years ago
Jeff Peeler 7224c99375 Merged revisions 191488 via svnmerge from
17 years ago
Joshua Colp 2d186315d2 Drop my IRC nickname.
17 years ago
Tilghman Lesher 91dde03ba8 Detect eaccess (or euidaccess) before using it.
17 years ago
Tilghman Lesher 4cbe6b1afe Change working directory to / under certain conditions.
17 years ago
Tilghman Lesher ec37b8e527 Part of the merge did not happen correctly, which resulted in a compile error
17 years ago
David Vossel a6adc84e69 SIP option to specify outbound TLS/SSL client protocol.
17 years ago
Tilghman Lesher a866a75900 Merge str_substitution branch.
17 years ago
David Vossel ca138fc807 Consistent SSL/TLS options across conf files
17 years ago
Russell Bryant 77f08759b5 Log an error message if indications.conf is not found.
17 years ago
Russell Bryant 2c1ffef923 Resolve Solaris build issues and add some API documentation.
17 years ago
Richard Mudgett fb030f24ef Fix a small memory leak on error in ast_channel_alloc().
17 years ago
Tilghman Lesher b88343b248 Don't warn on pipe in the System call.
17 years ago
Joshua Colp 68a9f7aca1 Fix a bug where we tried to send events out when no sessions container was present.
17 years ago
David Vossel 8f0b88c8c8 TLS/SSL private key option
17 years ago
Russell Bryant cba19c8a67 Convert the ast_channel data structure over to the astobj2 framework.
17 years ago
Tilghman Lesher d6c48bc134 Labels are sometimes (most of the time?) NULL for extensions.
17 years ago