summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-28Fix setting CDR variables in the hangup extensionTerry Wilson
2012-03-27Make a debug message regarding subscription changes more accurate.Mark Michelson
2012-03-27Add global ao2 array container.Richard Mudgett
2012-03-27Attempt to be more helpful when using a bad ao2 object pointer.Richard Mudgett
2012-03-27Updates config with bootstrap where I changed configure.ac in r360488Jonathan Rose
2012-03-26Blocked revisions 360476Paul Belanger
2012-03-26Convert ast_verb() to ast_debug() and increase log levelPaul Belanger
2012-03-26Fix BETTER_BACKTRACES library detection for Fedora/RedHat/CentOSJonathan Rose
2012-03-24func_curl: Fix leak of an ast_str in error handling code path.Russell Bryant
2012-03-24chan_iax2: Use OBJ_NODATA to be a bit more explicit.Russell Bryant
2012-03-24app_page: Fix a memory leak on every Page().Russell Bryant
2012-03-24app_jack: fix datastore memory leak in error handling path.Russell Bryant
2012-03-24Multiple revisions 360356-360357Russell Bryant
2012-03-24Make number not available presentation also set screening to network provided.Richard Mudgett
2012-03-23Add missing initialization of update_redirecting in chan_sip.cRichard Mudgett
2012-03-22Adds F option to Bridge applicationJonathan Rose
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-03-21Update install_prereq script to include missing GSM library for debian amd mo...Jonathan Rose
2012-03-21Also detect gmime 2.6Tzafrir Cohen
2012-03-21Ensure Asterisk sends a BYE when pending on the final response to a re-INVITEMatthew Jordan
2012-03-20Prevent Echo() from relaying control, null, and modem framesKinsey Moore
2012-03-20chan_iax2: Correct spelling of 'Port' header in IAX2 PeerStatus AMI EventsSean Bright
2012-03-20Allow AMI action callback to be reentrant.Richard Mudgett
2012-03-19Convert MuteAudio documentation to XML.Richard Mudgett
2012-03-16Prevent chanspy from binding to zombie channelsJonathan Rose
2012-03-16Simplify some code in ast_app_run_sub().Richard Mudgett
2012-03-16Revert the pre-dial addition.Mark Michelson
2012-03-16Missed lastinvite CSeq int to uint32_t changeAlec L Davis
2012-03-15Fix warning from commit r359705 (predial options for app_dial)Mark Murawki
2012-03-15Fix remotely exploitable stack overflow in HTTP managerMatthew Jordan
2012-03-15Add options PreDial options 'b' and 'B' to app_dialMark Murawki
2012-03-15Fix remotely exploitable stack overrun in MilliwattMatthew Jordan
2012-03-15Remove unused variable ‘srch’Paul Belanger
2012-03-15Add missing connected line macro calls to initial dial for Dial and Queue apps.Richard Mudgett
2012-03-15Remove some dead code found in _sip_show_peers()Paul Belanger
2012-03-15chan_iax2: Fix use of uninitialized sockaddr_in in try_transfer().Russell Bryant
2012-03-15chan_gtalk: Fix potential use of uninitialized variable.Russell Bryant
2012-03-14app_chanisavail: Fix use of uninitialized variable.Russell Bryant
2012-03-14udptl: Ensure fec[] in udptl_build_packet() is initialized.Russell Bryant
2012-03-14app.h: Always initialize AST_DECLARE_APP_ARGS().Russell Bryant
2012-03-14Fix deadlock potential with some ast_indicate/ast_indicate_data calls.Richard Mudgett
2012-03-14Add tests for main/jitterbuf.cMatthew Jordan
2012-03-14Three copies of the file contents in channel_internal.h are a bit excessive.Richard Mudgett
2012-03-14Fix incorrect jitter buffer overflow due to missed resynchronizationsMatthew Jordan
2012-03-14Fix Dial m and r options and forked calls generating warnings for voice frames.Richard Mudgett
2012-03-14Force non-inlining of ao2_iterator_destroy when TEST_FRAMEWORK is enabledMatthew Jordan
2012-03-14Fix bogus reads/writes of console log levels in asterisk.c Russell Bryant
2012-03-14Fix invalid reads/writes due to incorrect sizeof().Russell Bryant
2012-03-14Fix inaccurate sizeof() in sched.c.Russell Bryant
2012-03-14Fix incorrect sizeof() in astman.Russell Bryant