]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2012-03-16  Mark MichelsonRevert the pre-dial addition.
2012-03-16  Alec L DavisMissed lastinvite CSeq int to uint32_t change
2012-03-15  Mark MurawkiFix warning from commit r359705 (predial options for...
2012-03-15  Matthew JordanFix remotely exploitable stack overflow in HTTP manager
2012-03-15  Mark MurawkiAdd options PreDial options 'b' and 'B' to app_dial
2012-03-15  Matthew JordanFix remotely exploitable stack overrun in Milliwatt
2012-03-15  Paul BelangerRemove unused variable ‘srch’
2012-03-15  Richard MudgettAdd missing connected line macro calls to initial dial...
2012-03-15  Paul BelangerRemove some dead code found in _sip_show_peers()
2012-03-15  Russell Bryantchan_iax2: Fix use of uninitialized sockaddr_in in...
2012-03-15  Russell Bryantchan_gtalk: Fix potential use of uninitialized variable.
2012-03-14  Russell Bryantapp_chanisavail: Fix use of uninitialized variable.
2012-03-14  Russell Bryantudptl: Ensure fec[] in udptl_build_packet() is initialized.
2012-03-14  Russell Bryantapp.h: Always initialize AST_DECLARE_APP_ARGS().
2012-03-14  Richard MudgettFix deadlock potential with some ast_indicate/ast_indic...
2012-03-14  Matthew JordanAdd tests for main/jitterbuf.c
2012-03-14  Richard MudgettThree copies of the file contents in channel_internal...
2012-03-14  Matthew JordanFix incorrect jitter buffer overflow due to missed...
2012-03-14  Richard MudgettFix Dial m and r options and forked calls generating...
2012-03-14  Matthew JordanForce non-inlining of ao2_iterator_destroy when TEST_FR...
2012-03-14  Russell BryantFix bogus reads/writes of console log levels in asterisk.c
2012-03-14  Russell BryantFix invalid reads/writes due to incorrect sizeof().
2012-03-14  Russell BryantFix inaccurate sizeof() in sched.c.
2012-03-14  Russell BryantFix incorrect sizeof() in astman.
2012-03-14  Russell BryantFix incorrect usage of sizeof() in res_crypto.
2012-03-14  Russell BryantFix broken usage of sizeof() in res_adsi.
2012-03-14  Russell BryantFix incorrect sizeof() usage in features.c.
2012-03-14  Russell BryantFix incorrect sizeof() on a pointer in MD5Final().
2012-03-14  Russell BryantDon't use a buffer after it goes out of scope.
2012-03-13  Russell BryantBlocked revisions 359054
2012-03-13  Russell BryantRemove chan_usbradio and app_rpt.
2012-03-13  Terry WilsonAdd missing channel_internal.h
2012-03-13  Richard MudgettAdd ability for chan_dahdi ISDN to block connected...
2012-03-13  Terry WilsonFix setting CDR variables in the hangup extension
2012-03-13  Terry WilsonMake hints for invalid SIP devices return Unavail,...
2012-03-13  Terry WilsonFix IMAP storage compilation after opaquification changes
2012-03-13  Terry WilsonFinalize ast_channel opaquification
2012-03-13  Richard MudgettFix crash caused by opaquification change -r356042.
2012-03-13  Richard MudgettUse struct copy instead of memcpy().
2012-03-13  Tilghman LesherEnable macros in 1.8 to find the next highest "h" exten...
2012-03-12  Igor GoncharovskiyMassive changes in chan_unistim channel driver. Include...
2012-03-10  Joshua ColpTransition app_page to using app_confbridge internally...
2012-03-08  Sean BrightResolve a few more cases of variable shadowing.
2012-03-08  Sean BrightEliminate a bunch of shadow warnings.
2012-03-08  Sean BrightAdd some underscores in a few of our llist macros to...
2012-03-08  Jonathan RoseMake transfer not ignore port information with SIP.
2012-03-08  Sean BrightAdd --enable-dev-mode=strict to configure.
2012-03-08  Sean BrightWhitespace only change to the Makefile
2012-03-07  Terry WilsonHandle numeric columns for eventtype properly in cel_odbc
2012-03-07  Richard MudgettChange directly setting _softhangup in sig_ss7.c to...
2012-03-07  Sean BrightReturn g729 and g723.1 frames with the number of sample...
2012-03-07  Terry WilsonSet snarkiness = 0 in cdr_adaptive_odbc.conf.sample
2012-03-07  Terry WilsonAdd detection for ODBC WCHAR fields
2012-03-06  Richard MudgettFix ring cadance setup for outgoing calls on FXS ports.
2012-03-06  Richard MudgettAdd dialtone_detect option for analog incoming calls.
2012-03-05  Richard MudgettDrop SS7 call if not connected yet when INCOMPLETE...
2012-03-05  Richard MudgettMake usage of DECLARE_STRINGFIELD_SETTERS_FOR() not...
2012-03-05  Richard MudgettSetup DSP when SS7 call is connected or early media...
2012-03-05  Jonathan RoseEliminate double close of file descriptor in manager.c
2012-03-05  Joshua ColpDefer sending the connected line reinvite if a reinvite...
2012-03-05  Kinsey MooreEnsure Asterisk acknowledges ACKs to 4xx on Replaces...
2012-03-05  Sean BrightTab to spaces and text change.
2012-03-02  Terry WilsonFix unused-but-set-variable warnings
2012-03-02  Terry WilsonCorrect some set-but-unused variable warnings in the...
2012-03-02  Terry WilsonMake chan_usbradio compile under dev mode
2012-03-02  Kinsey MooreFix case-sensitivity for device-specific event subscrip...
2012-03-02  Richard MudgettRemove ISDN hold restriction for non-bridged calls.
2012-03-02  Jonathan RoseAdds a transfer callee on hangup option (like with...
2012-03-02  Richard MudgettRemove bad usage of goto in ChanSpy next_channel().
2012-03-02  Sean BrightBeef up the IAX2 sample configuration a bit and fix...
2012-03-02  Richard MudgettFix channel reference leak in ChanSpy.
2012-03-02  Richard MudgettFix compile error from latest channel opaquification...
2012-03-02  Sean BrightThe default value for mohinterpret is the empty string...
2012-03-02  Mark MichelsonFix race condition that can cause important control...
2012-03-02  Mark MichelsonFix compilation error due to typo during channel opaqui...
2012-03-01  Terry WilsonOpaquify ast_channel typedefs, fd arrays, and softhangu...
2012-03-01  Kinsey MoorePrevent outbound SIP NOTIFY packets from displaying...
2012-02-29  Walter DoekesUpdate stringfield documentation for removed second...
2012-02-29  Sean BrightAdd IPv6 support to FastAGI.
2012-02-29  Walter DoekesFix copying of CDR(accountcode) to local channels.
2012-02-29  Terry WilsonOpaquify ast_channel structs and lists
2012-02-28  Jonathan RoseAdding transport=udp to sample sip.conf - Also changes...
2012-02-28  Jonathan RoseAdd additional character type types to supported data...
2012-02-28  Tilghman LesherCorrectly reset the dialplan priority.
2012-02-28  Richard MudgettUse more reasonable cause code when rejecting incoming...
2012-02-28  Jonathan Roserevision 357386 -- oops, accidentally made it 10.3...
2012-02-28  Richard MudgettFix REF_DEBUG compile errors.
2012-02-28  Jonathan RoseMoves UPGRADE.txt notes from r357356 to a new section...
2012-02-28  Jonathan RoseAdds UPGRADE.txt notes to r357266 indicating changes...
2012-02-28  Sean BrightDocumentation update. There is no AST_SOCKADDR_UNSPEC.
2012-02-28  Richard MudgettRemove dupliate 'i' option table entry in app_page.c.
2012-02-28  Mark MichelsonAdd a security event for the case where fake authentica...
2012-02-28  Richard MudgettConvert struct ast_tcptls_session_instance to finally...
2012-02-28  Jonathan RoseChanges transport option in sip.conf so that using...
2012-02-28  Richard MudgettAstobj2 locking enhancement.
2012-02-28  Kevin P. FlemingMake COMPILE_DOUBLE magic actually work.
2012-02-28  Kevin P. FlemingTrailing whitespace cleanup.
2012-02-28  Richard MudgettAdd ability to clone ao2 containers.
2012-02-28  Richard MudgettFix ast_channel allocation init setting priority to...
2012-02-27  Richard MudgettFix callerid of Originated calls.
next