Commit Graph

23248 Commits (a30e74da4fb4d1feb16c33d338ece6770d15723d)
 

Author SHA1 Message Date
David M. Lee 23c53c18c0 Fixed ast_random's comment about locking.
13 years ago
Pedro Kiefer e46ea1fe65 Fix chan_sip websocket payload handling
13 years ago
Richard Mudgett 2686dde98b Add MALLOC_DEBUG atexit unreleased malloc memory summary.
13 years ago
Richard Mudgett e3a487d492 Enhance MALLOC_DEBUG CLI commands.
13 years ago
Jonathan Rose 89e84ff75d manager: Make challenge work with allowmultiplelogin=no
13 years ago
Richard Mudgett 95a4a82702 Fix extension matching with the '-' char.
13 years ago
Richard Mudgett ebcc4e3da1 Remove unnecessary channel module references.
13 years ago
Richard Mudgett dc653e09bb Made AST_LIST_REMOVE() simpler and use better names.
13 years ago
Matthew Jordan 588e90a4d9 Re-initialize logmsgs mutex upon logger initialization to prevent lock errors
13 years ago
Richard Mudgett 4ccf2c7aa5 Add red-black tree container type to astobj2.
13 years ago
David M. Lee cc01a79463 Added missing newlines to websocket ast_logs.
13 years ago
Mark Michelson b37ab7e673 Add "Require: timer" to 200 OK responses when appropriate.
13 years ago
Alec L Davis 316fbb083c Reduce CLI spam of "Extension Changed" device state messages.
13 years ago
Walter Doekes 907050d41b Fix most leftover non-opaque ast_str uses.
13 years ago
Matthew Jordan 7cf42e90b6 Fix uninitialized in this function error
13 years ago
Matthew Jordan 530ce21b5d Reorder startup sequence to prevent lockups when process is sent to background
13 years ago
Matthew Jordan 99af7789dd Add a test event that reports changes in ConfBridge state
13 years ago
David M. Lee 8e07045eb0 Fixed extconf.c breakage introduced in r376306.
13 years ago
David M. Lee 00736a5e5d Somehow I put in svn-1.6 merge information. Oops.
13 years ago
David M. Lee 752ffc69d4 Migrate hashtest/hashtest2 to be unit tests.
13 years ago
Jonathan Rose 7ec134a8d7 app_meetme: Fix channels lingering when hung up under certain conditions
13 years ago
Brent Eagles 6b07dd60cc Patch to prevent stopping the active generator when it is not the silence
13 years ago
Rusty Newton 21a0dadac0 Patch to play correct sound file when a voicemail's urgent status is removed
13 years ago
Richard Mudgett ee3927be17 Fix call files when astspooldir is relative.
13 years ago
Jonathan Rose e62bab8131 chan_sip: Add SubscribeContext field to SIPshowpeer AMI response
13 years ago
Joshua Colp c42d9d0d62 Properly check if the "Context" and "Extension" headers are empty in a ShowDialPlan action.
13 years ago
Michael L. Young d04bf30215 Fix Dynamic Hints Variable Substition - Underscore Problem
13 years ago
Joshua Colp 866d968149 Remove a fixed size limitation for producing SDP and change how ICE support is disabled by default.
13 years ago
Mark Michelson e773bbdd10 Fix a "set but not used" warning on newer gccs.
13 years ago
Richard Mudgett 735f5c5059 chan_dahdi/SS7: Made reject incoming call for an in-alarm or blocked channel.
13 years ago
Richard Mudgett 3a9640b605 Add MALLOC_DEBUG enhancements.
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
Joshua Colp 82dc21e0e1 Fix a bug where our Motif ICE candidates were not quite proper, and make us more forgiving.
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
Jonathan Rose ff09fa5ac5 chan_sip: Document a change to user-field encoding introduced with r303509
13 years ago
Matthew Jordan b6bac916f0 Don't attempt to purge sessions when no sessions exist
13 years ago
Matthew Jordan 069f5f8b93 Only deref a reserved gateway session if we actually reserved one
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
Andrew Latham 27a9bab706 Blocked revisions 375702
13 years ago
Damien Wedhorn 732767f230 Fix for chan_skinny leaving RTP ports open
13 years ago
Richard Mudgett f85db0e34d Things don't need to be that const.
13 years ago
Richard Mudgett e950086daf Multiple revisions 375519-375524
13 years ago
Michael L. Young 01526b2c3c Fix Wrong Result In Debug Message For SDP Origin Processing
13 years ago
Jonathan Rose d4a357b82f chan_sip: Fix a bug causing SIP reloads to remove all entries from the registry
13 years ago
Joshua Colp 6de0b18b3b Fix an issue with res_http_websocket where the chan_sip WebSocket handler could not be registered.
13 years ago