]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2012-01-27  Richard MudgettAudit of ao2_iterator_init() usage for v10. Missed...
2012-01-27  Richard MudgettAudit of ao2_iterator_init() usage for v10.
2012-01-27  Jonathan RoseMake failed PauseMonitor and UnpauseMonitor with no...
2012-01-27  Richard MudgettAudit of ao2_iterator_init() usage for v1.8.
2012-01-27  Alec L DavisMerged revisions 352862 via svnmerge from
2012-01-26  Alexandr AnikinFix outbound DTMF for inband mode (tell asterisk core...
2012-01-26  Jonathan RoseCopy amaflags to sip_pvt from peer during create_addr_f...
2012-01-26  Alec L DavisMerged revisions 352704 via svnmerge from
2012-01-25  Paul BelangerFix -Werror=unused-but-set-variable compiler error...
2012-01-25  Kevin P. FlemingAvoid unnecessary rebuilds of main/test.c.
2012-01-25  Terry WilsonRemove some extraneous debugging from registry memleak fix
2012-01-25  Richard MudgettFixes for sending SIP MESSAGE outside of calls.
2012-01-25  Kevin P. FlemingEliminate unnecessary rebuilds of main/format*.c.
2012-01-25  Terry WilsonClean up some SIP registry-related memory leaks
2012-01-25  Jonathan RoseRedocuments sip types peer, user, friend in sip.conf...
2012-01-24  Mark MichelsonDon't do a DNS lookup on an outbound REGISTER host...
2012-01-24  Jonathan RoseSet core sounds version to 1.4.22.
2012-01-24  Richard MudgettFix locking issues with channel datastores in func_odbc.c.
2012-01-24  Joshua ColpBlocked revisions 352287
2012-01-23  Mark MichelsonFix grammar of comment.
2012-01-23  Mark MichelsonFix blind transfers from failing if an 'h' extension...
2012-01-23  Matthew JordanCorrectly apply FAXOPT settings (V17, V27, V29) before...
2012-01-23  Richard MudgettFix sip_cfg.notifycid to be set with the defined enum...
2012-01-21  Richard MudgettFix ast_app_dtget() time unit inconsistency.
2012-01-21  Mark MichelsonRemove XXX comment that is not necessary.
2012-01-21  Mark MichelsonFix RTP reference leak.
2012-01-20  Kinsey MooreMore corrections for the ilbc code
2012-01-20  Kinsey MooreRecorded merge of revisions 351858 from http://svn...
2012-01-20  Kinsey MooreRestore LSF_check function calls from set/unused variab...
2012-01-20  Kinsey MooreRemove more set, but unused variables in the ilbc codec
2012-01-20  Jonathan RoseBlocked revisions 351765
2012-01-20  Jonathan RoseAdds setting of mwi_from field to check_auth_result...
2012-01-20  Matthew JordanRemove unused variable 'tmp' from helpfun in ilbc codec
2012-01-20  Stefan Schmidtenable doxygen build for files in the channels/sip...
2012-01-19  Richard MudgettMisc minor fixes in reqresp_parser.c and chan_sip.c.
2012-01-19  Kinsey MooreCorrect output of RTCP jitter statistics in SR and...
2012-01-19  Jonathan RoseEliminates doubling the :port part of SIP Notify Messag...
2012-01-19  Joshua ColpPrevent crash when an SDP offer is received with an...
2012-01-18  Matthew JordanInclude iLBC source code for distribution with Asterisk
2012-01-18  Stefan SchmidtThe get_pai function in chan_sip.c didn't recognized...
2012-01-17  Mark MichelsonEliminate odd initialization of probation variable.
2012-01-17  Jonathan RoseAdds pjmedia probation concepts to res_rtp_asterisk...
2012-01-17  Mark MichelsonUse built-in parsing functions for Contact and Record...
2012-01-17  Matthew JordanFix udptl issue with initial INVITE introduced by r351027
2012-01-17  Russell BryantMerged revisions 351182 via svnmerge from
2012-01-16  Terry WilsonEnsure ACK retransmit & hangup on non-200 response...
2012-01-16  Terry WilsonDon't prematurely stop SIP session timer
2012-01-16  Matthew JordanCreate and initialize udptl only when dialog negotiates...
2012-01-16  Sean BrightSort the output of 'database showkey' as well.
2012-01-16  Joshua ColpAdd missing code to set direct RTP setup information...
2012-01-16  Sean BrightSort the output of 'database show' by key.
2012-01-15  Walter DoekesAllow only one thread at a time to do asterisk cleanup...
2012-01-15  Walter DoekesFix -Werror=unused-but-set-variable compile error in...
2012-01-14  Kevin P. FlemingEnsure that all AC_LANG_PROGRAM calls in the configure...
2012-01-14  Kevin P. FlemingMultiple revisions 350788-350789
2012-01-13  Kinsey MooreRun bootstrap.sh for the for the ASTERISK-18929 fix
2012-01-13  Richard MudgettCorrect eventtype names in cel_odbc and cel_pgsql sampl...
2012-01-13  Kinsey MooreMake sure asterisk builds on OpenBSD
2012-01-13  Mark MichelsonSet port to a default sane value if a bogus one is...
2012-01-13  Richard MudgettAdd missing CEL logging fields to various CEL backends.
2012-01-13  Matthew JordanRealtime queues failed to load queue information withou...
2012-01-13  Matthew JordanFix crash from bridge channel hangup race condition...
2012-01-12  Jonathan RoseAdds peer to CEL report on CEL_BRIDGE_START and CEL_BRI...
2012-01-11  Richard MudgettRemove extraneous BRIDGEPEER AMI VarSet event on a...
2012-01-11  Richard MudgettMake FollowMe optionally update connected line informat...
2012-01-10  Richard MudgettFix absolute/relative time mismatch in LOCK function.
2012-01-09  Richard MudgettFix joinable thread terminating without joiner memory...
2012-01-09  Walter DoekesFix shutdown handling of sqlite3 astdb.
2012-01-09  Richard MudgettMultiple revisions 350127-350128
2012-01-09  Richard MudgettMake Asterisk -x command line parameter imply -r parame...
2012-01-09  Kinsey MoorePrevent SLA settings from getting wiped out on reload
2012-01-06  Terry WilsonDon't leak CID in From header when presentation=unavailable
2012-01-06  Kinsey MooreFix lua goto detection to prevent unexpected behavior...
2012-01-06  Richard MudgettFix memory leaks in app_followme find_realtime().
2012-01-05  Matthew JordanFix premature free'ing of the frame committed in r349608
2012-01-05  Richard MudgettMake not assume that the cel_sqlite3_custom SQL table...
2012-01-05  Kinsey MooreAllow playback of formats that don't support seeking
2012-01-05  Jonathan RoseFix an issue where dsp.c would interpret multiple dtmf...
2012-01-05  Jonathan RoseEnsures Asterisk closes when receiving terminal signals...
2012-01-04  Matthew JordanFix for ConfBridge config parser unlocking channel...
2012-01-04  Matthew JordanFree successfully translated frame in fax_gateway_framehook
2012-01-04  Richard MudgettFix segfault in chan_dahdi for CHANNEL(dahdi_span)...
2012-01-04  Kinsey MooreMake debian init script conform to the LSB standard
2012-01-04  Kinsey MooreUpdate autosupport script and man page
2012-01-04  Jonathan RoseAdds Subscription-State header to notify with call...
2012-01-04  Jonathan RoseFix documentation for SayNumber to reflect the fact...
2011-12-29  Matthew JordanHandle AST_CONTROL_UPDATE_RTP_PEER frames in local...
2011-12-28  Sean BrightUse ast_audiohook_write_list_empty to determine if...
2011-12-28  Kevin P. FlemingTell Subversion to gnore the 'astdb2bdb' binary file...
2011-12-28  Kevin P. FlemingImprove T.38 gateway V.21 preamble detection.
2011-12-27  Matthew JordanFix timing source dependency issues with MOH
2011-12-27  Sean BrightOnce an audiohook is attached to a channel, we continue...
2011-12-23  Sean BrightMerged revisions 349044 via svnmerge from
2011-12-23  Kinsey MooreFix missing doc tags found while fixing ASTERISK-18689
2011-12-23  Richard MudgettFix extension state callback references in chan_sip.
2011-12-22  Matthew JordanFix for memory leaks / cleanup in cel_pgsql
2011-12-22  Matthew JordanAdd Asterisk TestSuite event hooks to support ConfBridg...
2011-12-22  Terry WilsonAllow packetization vaules > 127
2011-12-21  Richard MudgettMake codecs/speex ignore *.i files also.
2011-12-21  Richard MudgettMake apps/confbridge ignore *.i files also.
next