Commit Graph

4027 Commits (73854ebb2bcde41b226ea7b93701d1872eebb15e)

Author SHA1 Message Date
Joshua Colp 7aab90b366 Remove the noop handler from sorcery so it does not produce an empty value.
13 years ago
Matthew Jordan ec7de8ed97 Resolve deadlock between pending CDR and batch CDR locks
13 years ago
Kinsey Moore f073c27b60 Fix typo
13 years ago
Kinsey Moore 4227863d9a Fix missing ' ' around '='
13 years ago
David M. Lee 4a6237b231 Move NewCallerid, HangupRequest and SoftHangupRequest to Stasis
13 years ago
David M. Lee 766c146fe3 Fixed another issue from r383579.
13 years ago
David M. Lee cfd2b244f7 Corrected some module issues introduced by r383579.
13 years ago
David M. Lee cf9324b25e Move more channel events to Stasis; move res_json.c to main/json.c.
13 years ago
Kinsey Moore 7ed0b80d94 Resolve a race condition in Stasis
13 years ago
Joshua Colp 07d01e1c41 Pass the sorcery instance to wizards for CUD operations as well as retrieve.
13 years ago
Kinsey Moore 6aee9178d5 Fix lock destruction/unlock inversion
13 years ago
Kinsey Moore 99aa02d17f Transition MWI to Stasis-core
13 years ago
David M. Lee 49e3489cac A simplistic router for stasis_message's.
13 years ago
Kinsey Moore ccb5526508 Take advantage of the fact that stasis_unsubscribe now returns NULL
13 years ago
Kinsey Moore 8c444f823b Make stasis unsubscription functions return NULL
13 years ago
Kinsey Moore ad5f3a5759 tcptls: Prevent unsupported options from being set
13 years ago
David M. Lee 91eba7dc13 Stasis documentation updates.
13 years ago
David M. Lee c0e2ed1fe9 Ensure dummy channels get a stasis topic.
13 years ago
Kinsey Moore c6b06e40dc Add message dump capability to stasis cache layer
13 years ago
David M. Lee 4edd8be35c This patch adds a new message bus API to Asterisk.
13 years ago
David M. Lee 3f0ea90ce6 Changing log level of "Not changing threadpool size" from notice to debug.
13 years ago
Kinsey Moore dd867daac9 Fix a memory leak in xmldoc
13 years ago
Kinsey Moore 675f43f24f Resolve more memory leaks in xmldoc
13 years ago
Matthew Jordan 80b8c2349c Add a 'secret' probation strictrtp mode to handle delayed changes in RTP source
13 years ago
Kinsey Moore a3a2b99519 Fix minor memory leak in xmldoc
13 years ago
Kinsey Moore e6b5e3a62a Ensure that logmsgs are freed properly
13 years ago
Kinsey Moore 0366f7ca77 Fix ref leak in threadpool.c
13 years ago
Kinsey Moore d182115fcb Resolve a ref leak in threadpool.c
13 years ago
Richard Mudgett 736f4e9420 Fixup some bridge and format capabilities comments and whitespace.
13 years ago
Jason Parker 22d58fbea8 Fix comparison of presence state in event subsystem.
13 years ago
Joshua Colp a4f45a2c95 Add support for registering a sorcery handler which supports multiple fields using a regex.
13 years ago
Richard Mudgett 855bb334c8 threadpool: Make ast_threadpool_push() return -1 if shutting_down
13 years ago
Richard Mudgett e2832f18bc threadpool: Whitespace and comment corrections.
13 years ago
Tzafrir Cohen 4951ab9ed1 Remove unneeded linux-gnueabi*
13 years ago
Matthew Jordan 182098ba96 Don't display the AMI ALL class authorization for users if they don't have it
13 years ago
Kevin Harwell 5e9994ed9c Write the correct callid to the data1 field in queue_log for transfer events.
13 years ago
Michael L. Young d1f8e338b0 Add The Status Of A Module To The Output Of "CLI> module show"
13 years ago
Joshua Colp cce1c9547f Add support for retrieving multiple objects from sorcery using a regex on their id.
13 years ago
Matthew Jordan c209e85ad3 Fix crash in PresenceState AMI action when specifying an invalid provider
13 years ago
Matthew Jordan e123ee2d77 Disable strict XML documentation config checking; fix crash caused by sorcery
13 years ago
Kevin Harwell 71bce17720 Stopped spamming of debug messages during attended transfer.
13 years ago
Matthew Jordan d04ab3c645 Add CLI configuration documentation
13 years ago
Richard Mudgett d3811a2352 End stuck DTMF if AST_SOFTHANGUP_ASYNCGOTO because it isn't a real hangup.
13 years ago
Kinsey Moore 2e1e0735fe Revamp of terminal color codes
13 years ago
David M. Lee 222e8a3afb Add a serializer interface to the threadpool
13 years ago
Mark Michelson e9ff351f06 Do not allow native RTP bridging if packetization of media streams differs.
13 years ago
Richard Mudgett 3d91f97cf9 features: Don't cache a struct ast_app pointer.
13 years ago
Joshua Colp 27882b8599 Add additional functionality to the Sorcery API.
13 years ago
Richard Mudgett 0e442112ad pbx: Fix regression caused by taking advantage of the function name sort.
13 years ago
Richard Mudgett 1e65035d17 pbx: Make function and application containers take advantage of being sorted.
13 years ago
Richard Mudgett 5b236ee647 Make ast_do_masquerade() a void function.
13 years ago
Jonathan Rose 1a70d513f1 Call Parking: Set PARKINGLOT and PARKINGSLOT variables on all parked calls
13 years ago
Richard Mudgett 657aa491f0 Separate option_types[] from the struct definition.
13 years ago
Richard Mudgett 32ac38ea37 Improve func FRAME_TRACE DTMF digit format.
13 years ago
Richard Mudgett b7ecff2e4b Eliminate a use of a C++ keyword as a variable. new to new_frame
13 years ago
Joshua Colp ffaf79b1eb Fix an issue where building with DEBUG_FD_LEAKS enabled would not work due to sorcery using calls called "open" and "close".
13 years ago
Jonathan Rose 80021f220c call_parking: Make sure fallbacks are used when lacking a flat channel exten
13 years ago
Russell Bryant 5d41d31621 Change cleanup ordering in filestream destructor.
13 years ago
Russell Bryant dfdf3d9909 Add queue_log_realtime_use_gmt option to logger.conf
13 years ago
Joshua Colp 44ce06682b Fix a bug where the apply function was not getting called.
13 years ago
Richard Mudgett 97dcd1d935 Misc bridge code improvements
13 years ago
Richard Mudgett 7bb540dc80 More trivial bridge code cleanup.
13 years ago
Joshua Colp 3fa4278a31 Merge the sorcery data access layer API.
13 years ago
Richard Mudgett 22ae23eed3 Attempt to be more helpful when using a bad ao2 object pointer.
13 years ago
Matthew Jordan 7d9871b394 Add ControlPlayback manager action
13 years ago
Matthew Jordan a3e7a77a82 Update init.d scripts to handle stderr; readd splash screen for remote consoles
13 years ago
Richard Mudgett c23a04c7f0 Better protect bridge_channel state from other threads.
13 years ago
Richard Mudgett 7a69e6c5ac Extract common bridging code into bridge_stop() and bridge_force_out_all().
13 years ago
Richard Mudgett c6e6b7f2f1 Made some bridging API calls void. Some bridging comments updated.
13 years ago
Richard Mudgett b5962bd5f6 Trivial bridge code cleanup.
13 years ago
Walter Doekes e6a3674150 Add builtin roundf() for systems lacking it.
13 years ago
Matthew Jordan 01763fd41b Fix astcanary startup problem due to wrong pid value from before daemon call
13 years ago
David M. Lee bc97a4ded1 Up the minimum OS X version to 10.6.
13 years ago
David M. Lee 7bd50bc0c4 Specify the -rpath linker flag when prefix != /usr.
13 years ago
Mark Michelson 84c50fde1f Address David's latest feedback on reviewboard:
13 years ago
Automerge script 29620f5a6e Merged revisions 379312 via svnmerge from
13 years ago
Automerge script 108f5cc599 Merged revisions 379229,379231,379233 via svnmerge from
13 years ago
Automerge script 0dc9cc48a0 Merged revisions 379128 via svnmerge from
13 years ago
Mark Michelson a73d6e5b86 Add doxygen to accessors and increase refcount of taskprocessor before returning.
13 years ago
Mark Michelson 967e380ba8 Make the threadpool listener opaque.
13 years ago
Mark Michelson 663479a558 Make ast_taskprocessor_listener opaque.
13 years ago
Mark Michelson 03e89247de Address further review feedback from David Lee.
13 years ago
Mark Michelson c6bc51ef28 Make the initial size of the threadpool part of the options passed in.
13 years ago
Mark Michelson edc2e4dac0 Remove threadpool listener alloc and destroy callbacks.
13 years ago
Mark Michelson 65c7d6e2c3 Remove alloc and destroy callbacks from the taskprocessor.
13 years ago
Automerge script 0d3dfad94f Merged revisions 379021,379023 via svnmerge from
13 years ago
Automerge script f7f7850f7a Merged revisions 378935 via svnmerge from
13 years ago
Automerge script 2c1720b4f7 Merged revisions 378915,378918 via svnmerge from
13 years ago
Automerge script 919f772f78 Merged revisions 378889 via svnmerge from
13 years ago
Automerge script f7e1073af5 Merged revisions 378874 via svnmerge from
13 years ago
Automerge script 41eba63840 Merged revisions 378854,378858-378859 via svnmerge from
13 years ago
Automerge script e844969fba Merged revisions 378840 via svnmerge from
13 years ago
Automerge script 7a06fdad89 Merged revisions 378823 via svnmerge from
13 years ago
Automerge script 613b972cc5 Merged revisions 378783,378789-378790 via svnmerge from
13 years ago
Mark Michelson 99701cd1d1 Remove tasks from the taskprocessor and free them when taskprocessor is destroyed.
13 years ago
Mark Michelson a08847c270 Add some doxygen and remove an unnecessary unlock.
13 years ago
Mark Michelson bdd8da406b Address review board feedback from Matt and Richard
13 years ago
Automerge script f824b845ce Merged revisions 378458,378460 via svnmerge from
13 years ago
Automerge script b375abae50 Merged revisions 378374,378377,378384 via svnmerge from
13 years ago
Automerge script 675914bb17 Merged revisions 378322 via svnmerge from
13 years ago
Automerge script 5966364588 Merged revisions 378288 via svnmerge from
13 years ago
Automerge script 550581db83 Merged revisions 378166 via svnmerge from
13 years ago
Automerge script e0fa5cf52d Merged revisions 378122 via svnmerge from
13 years ago
Automerge script 84e6a9847a Merged revisions 378091,378095 via svnmerge from
13 years ago
Automerge script be4cc7b20b Merged revisions 378072,378074 via svnmerge from
13 years ago
Automerge script d4aeeecffa Merged revisions 378063-378064 via svnmerge from
13 years ago
Mark Michelson ece4c95798 Resolve conflict and reset automerge.
13 years ago
Automerge script 57d2e81d78 Merged revisions 377915 via svnmerge from
13 years ago
Automerge script 686cdd0e79 Merged revisions 377906 via svnmerge from
13 years ago
Mark Michelson 817a78075a Reset automerge property.
13 years ago
Mark Michelson f5e9cf5975 Add automerge property back after conflict.
13 years ago
Automerge script 090b9e09f7 Merged revisions 377809 via svnmerge from
13 years ago
Mark Michelson 7995bc63c7 Some general cleanup, plus we now send state changes when threads activate.
13 years ago
Mark Michelson 2abda64003 Add threadpool option version check into threadpool creation routine.
13 years ago
Mark Michelson 8760e32ae3 Add auto-increment option and accompanying test.
13 years ago
Mark Michelson 29fc122783 Some documentation fixes and function call name fixes.
13 years ago
Automerge script 605dcfad97 Merged revisions 377774 via svnmerge from
13 years ago
Automerge script 4abf332cf0 Merged revisions 377743 via svnmerge from
13 years ago
Automerge script 56a9f5b6cb Merged revisions 377707,377711 via svnmerge from
13 years ago
Mark Michelson 1310e659bd Solve the issue about the "CHANGE THIS" and "XXX CHANGE THIS XXX" taskprocessor names.
13 years ago
Mark Michelson 64deed062a Add threadpool options and accompanying test.
13 years ago
Mark Michelson 5dd22df050 Improve shutdown procedure.
13 years ago
Mark Michelson 03d617040a Add safeguards to ensure we don't improperly access a destroyed taskprocessor.
13 years ago
Automerge script 955307ef9f Merged revisions 377506,377512 via svnmerge from
13 years ago
Mark Michelson 7be7baba30 Remove unnecessary debugging and add some useful debugging.
13 years ago
Mark Michelson 293b18ecce Create longer thread destruction test.
13 years ago
Automerge script c75b8c5283 Merged revisions 377402 via svnmerge from
13 years ago
Mark Michelson b8f35bb197 Remove unsafe write of listener member.
13 years ago
Mark Michelson 3a25935f7d Fix infinite looping and crash problem.
13 years ago
Mark Michelson 4590bfd93d Add new threadpool test and fix some taskprocessor bugs.
13 years ago
Mark Michelson 9445402925 It helps if we actually assign the listener to the pool.
13 years ago
Mark Michelson c32634e0dd Add initial simple threadpool test.
13 years ago
Automerge script 95b571b390 Merged revisions 377324,377329-377330 via svnmerge from
13 years ago
Automerge script 521f9e8dfe Merged revisions 377245-377246 via svnmerge from
13 years ago
Mark Michelson cc63d2c380 Add better listener support.
13 years ago
Mark Michelson 2158005bdb Remove zombie state from threadpool altogether.
13 years ago
Mark Michelson c16371fab6 Simplify threadpool refcounting a bit.
13 years ago
Mark Michelson a37fb2e8c8 Add some doxygen and rearrange code.
13 years ago
Automerge script f40b6ad46d Merged revisions 377168 via svnmerge from
13 years ago
Automerge script d53adbe449 Merged revisions 377138 via svnmerge from
13 years ago
Automerge script aea70ddc83 Merged revisions 377107 via svnmerge from
13 years ago
Automerge script 1ba058bb7d Merged revisions 377072,377077 via svnmerge from
13 years ago
Mark Michelson 66fe664c00 Fix a few miscellaneous things
13 years ago
Automerge script f6f7774b19 Merged revisions 377035,377040 via svnmerge from
13 years ago
Mark Michelson e7ce12839d This now compiles.
13 years ago
Mark Michelson e044fa5fde Some more progress.
13 years ago
Mark Michelson ddde765c59 Commit some progress towards threadpools.
13 years ago
Automerge script 93ec26e40a Merged revisions 376820-376821 via svnmerge from
13 years ago
Automerge script 9b9da2938b Merged revisions 376791 via svnmerge from
13 years ago
Automerge script 1e1f6c7867 Merged revisions 376761 via svnmerge from
13 years ago
Automerge script b6ace287f0 Merged revisions 376728 via svnmerge from
13 years ago
Automerge script 8e7dd42f67 Merged revisions 376691 via svnmerge from
13 years ago
Automerge script 37ae4ad43f Merged revisions 376589 via svnmerge from
13 years ago
Automerge script d16d0200d2 Merged revisions 376575 via svnmerge from
13 years ago
Mark Michelson 86f1378ea0 Remove extra ast_backtrace() call I had in while debugging.
13 years ago
Mark Michelson e2196d7981 Get rid of trailing whitespace.
13 years ago
Mark Michelson f4328e109d Reorganize code and change behavior of ast_taskprocessor_execute() when taskprocessor is shutting down.
13 years ago
Automerge script abdfdf1cae Merged revisions 376472 via svnmerge from
13 years ago
Automerge script 0f95c6b380 Merged revisions 376447 via svnmerge from
13 years ago
Mark Michelson ec68a15619 Test that shutdown callback is called when expected.
13 years ago
Mark Michelson 12de4198b8 Add a shutdown callback to taskprocessor listeners.
13 years ago
Automerge script 748b374ac8 Merged revisions 376291 via svnmerge from
13 years ago
Automerge script 69ae9ff20d Merged revisions 376148,376169 via svnmerge from
13 years ago
Mark Michelson a4a48d9274 Add doxygen and constify some things.
13 years ago
Mark Michelson d5716ecae2 Genericize the allocation and destruction of taskprocessor listeners.
13 years ago
Mark Michelson 902a2d8919 Get rid of taskprocessor fields no longer necessary.
13 years ago
Mark Michelson 77725bf293 Move taskprocessors to use a listener model.
13 years ago
Automerge script f69513b85b Merged revisions 376049 via svnmerge from
13 years ago
Mark Michelson f2bb9afe17 Multiple revisions 375993-375994
13 years ago
Richard Mudgett 6ad0126425 Fix stuck DTMF when bridge is broken.
13 years ago
Matthew Jordan a0c363e227 Refactor ast_timer_ack to return an error and handle the error in timer users
13 years ago
Richard Mudgett 5336a97f25 Add safety NULL pointer check in module user references.
13 years ago
Matthew Jordan b6bac916f0 Don't attempt to purge sessions when no sessions exist
13 years ago
Matthew Jordan 4bd66cb96b Properly clean up manager resources on exit
13 years ago
Matthew Jordan a243f4f153 Properly finalize prepared SQLite3 statements to prevent memory leak
13 years ago
Matthew Jordan ff469e9d5d Fix memory leaks in XML documentation
13 years ago
Matthew Jordan 19282f682e Prevent multiple CDR batches from conflicting when scheduling the CDR write
13 years ago
Richard Mudgett f85db0e34d Things don't need to be that const.
13 years ago
Mark Michelson da85f8489f Make evaluation of channel variables consistently case-sensitive.
13 years ago
Richard Mudgett 8d65c777c8 Fix the Park 'r' option when a channel parks itself.
13 years ago
Jonathan Rose 3d540ef218 core: Fix a memory leak in app.c from an early return
13 years ago
Andrew Latham 6c20cf2d8a Doxygen Updates - Title update
13 years ago
Jonathan Rose 68c63d7965 manager: remove curses dependent stuff from r375103
13 years ago
Kinsey Moore 372e29620c Ensure Asterisk fails TCP/TLS SIP calls when certificate checking fails
13 years ago
Walter Doekes 6d57ecd48c Change a few warnings to debug and the inverse.
13 years ago
Jonathan Rose b2f9542f61 manager: Change display of 'manager show commands' and 'manager show command'
13 years ago
Mark Michelson e9ab568f88 Fix some potential misuses of ast_str in the code.
13 years ago
Andrew Latham b106b77041 Title update
13 years ago
Andrew Latham e51432027a Doxygen Clean ups
13 years ago
Mark Michelson c7b23cbb0a Do not use a FILE handle when doing SIP TCP reads.
13 years ago
Andrew Latham 7226606f77 Continue to group config files
13 years ago
Mark Michelson 825607e09b Don't make chan_sip export global symbols.
13 years ago
Matthew Jordan 5ac43a08ad Fix incorrect billing duration reported when batch mode is enabled
13 years ago
Kinsey Moore 357b733b66 Fix segfault regression from r370681
13 years ago
Richard Mudgett 9a0ff62452 Fix execution of 'i' extension due to uninitialized variable.
13 years ago
Matthew Jordan 6b5677a41d Trivial patch to make 'best_score' defined for all architectures.
13 years ago
Matthew Jordan 15b35972ff Update documentation for MessageSend application/command's From field for XMPP
13 years ago
David M. Lee 5f9f6f3867 Multiple revisions 374570,374581
13 years ago
Alec L Davis 90f8c90b10 dsp.c User Configurable DTMF_HITS_TO_BEGIN and DTMF_MISSES_TO_END
13 years ago
Alec L Davis 36405ae659 dsp.c fix incorrect DTMF Digit_Duration.
13 years ago