]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2013-09-16  Richard Mudgettchan_iax2: Fix saving the wrong expiry time in astdb.
2013-09-16  Matthew JordanFilter internal channels out of bridge enter/leave...
2013-09-13  Richard MudgettRestore Dial, Queue, and FollowMe 'I' option support.
2013-09-13  David M. LeeDon't write to /tmp/refs when REF_DEBUG is not defined.
2013-09-13  Mark MichelsonCreate more accurate Contact headers for dialogs when...
2013-09-13  Rusty NewtonBroke the build! Forgot para tags within my description.
2013-09-13  Mark MichelsonChange how realms are handled for outbound authentication.
2013-09-13  David M. Leeres_pjsip: Forward PJSIP logging to Asterisk logging
2013-09-13  David M. LeeARI: Fix WebSocket response when subprotocol isn't...
2013-09-13  Kinsey MooreFix several crashes in MeetMeAdmin
2013-09-13  Rusty Newton'identify' configObject doesn't have a synopsis
2013-09-12  Richard MudgettCLI bridge: Fix "bridge destroy <id>" and "bridge kick...
2013-09-12  Richard Mudgettastobj2: Register the bridges container for debug inspe...
2013-09-12  Rusty NewtonDocumentation fix and improvements to XML configuration...
2013-09-12  Jonathan Rosechan_sip: Revert r398835 due to failing tests involving...
2013-09-12  Richard Mudgettcore_local: Fix memory corruption race condition.
2013-09-12  David M. LeeFix symbol collision with pjsua.
2013-09-12  Rusty Newton'queue add member' help text correction
2013-09-11  Rusty NewtonDocumentation fix - waitfordialtone is not boolean...
2013-09-11  Jonathan Rosechan_sip: Reject calls without prior SDP on 200 OK
2013-09-11  Russell BryantFix typo in confbridge.conf.sample
2013-09-11  Kevin Harwellpjsip: reinvite for connected line updates occurs when...
2013-09-10  Richard MudgettFix incorrect usages of ast_realloc().
2013-09-10  David M. LeeFixed utils directory breakage from r398748, this time...
2013-09-10  David M. LeeFixed utils directory breakage from r398648
2013-09-09  Richard MudgettMALLOC_DEBUG: Change fence magic number to be completel...
2013-09-09  Mark MichelsonAdd extra debugging to res_pjsip_endpoint_identifier_ip
2013-09-09  David M. LeeFix DEBUG_THREADS when lock is acquired in __constructor__
2013-09-09  David M. LeeAdded note about expected behavior of originate (the...
2013-09-09  David M. LeeAdded note about expected behavior of originate
2013-09-08  Matthew JordanUpdate CDR Unit tests to reflect container changes...
2013-09-07  Kinsey MoorePrevent XMPP timeout on blank responses
2013-09-06  Kinsey MooreMultiple revisions 398558,398577
2013-09-06  Richard Mudgettcdr: Change the number of container buckets to be simil...
2013-09-06  Kinsey MooreUnblock r398558
2013-09-06  Richard Mudgettcore_local: Fix LocalOptimizationBegin AMI event missin...
2013-09-06  Richard Mudgettcdr: Fix some ref leaks.
2013-09-06  Kinsey MooreBlocked revisions 398558
2013-09-06  Richard Mudgettastobj2: Add warn unused attribute to some functions.
2013-09-06  Kinsey MooreFix build warnings
2013-09-06  Kinsey MooreFix chan_h323 compilation
2013-09-05  Richard Mudgettastobj2: Only define ao2_bt() once.
2013-09-05  Richard Mudgettchan_iax2: Reduce indentation in __attempt_transmit().
2013-09-05  Richard Mudgettchan_iax2: Fix stray reference to worker thread idle_list.
2013-09-05  Richard Mudgettchan_iax2: Fix bridgecallno deadlock avoidance.
2013-09-05  Mark MichelsonClarify server_uri and client_uri registration settings.
2013-09-04  Richard Mudgettchan_iax2: Add missing control frame names to debug...
2013-09-04  Mark MichelsonGive more detail regarding failures to create request...
2013-09-04  Jonathan Roseunit tests: test_voicemail_api leaks stringfields from...
2013-09-04  Jonathan Roseapp_voicemail: Fix leaking config objects when msg_id...
2013-09-04  Richard Mudgettchan_misdn: Fix misdn debug output printed with arbitra...
2013-09-04  Kevin HarwellDebug messages for pjsip outbound registration
2013-09-03  Alexandr AnikinFix remote tcs sequence handling on empty tcs received
2013-09-03  Kinsey MoorePrevent a crash in res_pjsip_dtmf_info.c
2013-09-03  David M. LeeFixed 'make clean' for wiki docs
2013-09-03  Walter DoekesBe a little more verbose when loading cel_custom.conf.
2013-08-30  David M. LeeFix graceful shutdown crash.
2013-08-30  Rusty NewtonNew pjsip.conf.sample
2013-08-30  Kevin HarwellAdd a reloadable option for sorcery type objects
2013-08-30  Kevin HarwellFix various memory leaks
2013-08-30  Matthew JordanUpdate UPGRADE.txt file for Asterisk 12
2013-08-30  Jonathan Rosefeatures_config: Ignore parkinglots in features.conf...
2013-08-30  Kevin HarwellMemory leak fix
2013-08-30  Richard Mudgetttest_substitution: Fix failing test.
2013-08-30  Richard Mudgetttest_substituition: Fix failed test reporting to actual...
2013-08-30  Jonathan Rosefeatures_config: Don't require features.conf to be...
2013-08-30  Kevin HarwellFix memory leaks
2013-08-30  Kevin HarwellCheck return value on fwrite
2013-08-30  David M. Leeoptional_api: Fix linking problems between modules...
2013-08-30  David M. LeeARI: Implement /recordings/stored API's
2013-08-30  Richard Mudgettpbx.c: Make pbx_substitute_variables_helper_full()...
2013-08-30  Richard MudgettRevert last commit.
2013-08-30  Richard Mudgettpbx.c: Make ast_str_substitute_variables_full() not...
2013-08-30  Mark MichelsonSanitize XML output for PIDF bodies.
2013-08-29  Mark MichelsonFix method for creating activities string in PIDF bodies.
2013-08-29  Kevin HarwellVerbose logging discrepancies
2013-08-29  Mark MichelsonFix when the subscription_terminated callback is called...
2013-08-29  Kevin HarwellMemory leaks fix
2013-08-29  Mark MichelsonFix a race condition where a canceled call was answered.
2013-08-29  Matthew JordanRevert r394939 due to (numerous) objections
2013-08-29  David M. LeeAccount for {} in Swagger notes
2013-08-29  Matthew JordanRecursively search for '.c' files when making documenta...
2013-08-29  Mark MichelsonRemove extra debug message.
2013-08-29  Mark MichelsonResolve assumptions that bridge snapshots would be...
2013-08-29  Matthew JordanActually *add* the database schema management utilities
2013-08-28  Richard MudgettFix some uninitialized buffers for CDR handling valgrin...
2013-08-28  Richard MudgettFixed problems with ast_cdr_serialize_variables().
2013-08-28  Richard MudgettMade the on/off in CLI "cdr set debug [on|off]" case...
2013-08-28  Richard MudgettMake CDR variable name chandling consistently case...
2013-08-28  Richard MudgettMake CDR code deal with channel names case insensitively.
2013-08-28  Richard MudgettSome CDR code optimization.
2013-08-28  Richard MudgettWhitespace and curly braces.
2013-08-28  Mark MichelsonImprove detection of answer on SIP blind transfer.
2013-08-28  Matthew JordanAdd database schema management using Alembic
2013-08-28  Matthew JordanUpdate CHANGES file for Asterisk 12
2013-08-28  Richard Mudgettpbx.c: Make ast_str_substitute_variables_full() not...
2013-08-28  Richard MudgettMatch use of ast_free() with ast_calloc() and add some...
2013-08-28  Mark MichelsonFix dialog matching in the SIP distributor.
2013-08-27  David M. LeeARI: WebSocket event cleanup
2013-08-27  Richard MudgettMade MALLOC_DEBUG less CPU intensive by default.
next