asterisk/asterisk.git
2012-04-03 Kinsey MooreFix the display of documentation for Transfer
2012-04-03 Mark MurawkiFix dev-mode compiler warning about gnu_printf
2012-04-03 Mark MurawkiAllow the Hangup manager action to match channels by...
2012-04-02 Kinsey MooreStop sending out RTCP if RTP is inactive
2012-03-30 Richard MudgettFix logger deadlock on Asterisk shutdown.
2012-03-29 Mark MichelsonFix potential race condition during call pickup.
2012-03-29 Mark MichelsonImprove accuracy of identifying information sent in...
2012-03-29 Richard MudgettMisc changes to make astobj2 enhancement diffs easier...
2012-03-29 Jonathan RoseIntroducing the log message unique call identifiers...
2012-03-29 Jonathan Roseundoing 360785 due to merging mistake
2012-03-29 Jonathan RoseIntroducing the log message unique call identifiers...
2012-03-28 Terry WilsonFix setting CDR variables in the hangup extension
2012-03-27 Mark MichelsonMake a debug message regarding subscription changes...
2012-03-27 Richard MudgettAdd global ao2 array container.
2012-03-27 Richard MudgettAttempt to be more helpful when using a bad ao2 object...
2012-03-27 Jonathan RoseUpdates config with bootstrap where I changed configure...
2012-03-26 Paul BelangerBlocked revisions 360476
2012-03-26 Paul BelangerConvert ast_verb() to ast_debug() and increase log...
2012-03-26 Jonathan RoseFix BETTER_BACKTRACES library detection for Fedora...
2012-03-24 Russell Bryantfunc_curl: Fix leak of an ast_str in error handling...
2012-03-24 Russell Bryantchan_iax2: Use OBJ_NODATA to be a bit more explicit.
2012-03-24 Russell Bryantapp_page: Fix a memory leak on every Page().
2012-03-24 Russell Bryantapp_jack: fix datastore memory leak in error handling...
2012-03-24 Russell BryantMultiple revisions 360356-360357
2012-03-24 Richard MudgettMake number not available presentation also set screeni...
2012-03-23 Richard MudgettAdd missing initialization of update_redirecting in...
2012-03-22 Jonathan RoseAdds F option to Bridge application
2012-03-22 Kinsey MooreKill off red blobs in most of main/*
2012-03-21 Jonathan RoseUpdate install_prereq script to include missing GSM...
2012-03-21 Tzafrir CohenAlso detect gmime 2.6
2012-03-21 Matthew JordanEnsure Asterisk sends a BYE when pending on the final...
2012-03-20 Kinsey MoorePrevent Echo() from relaying control, null, and modem...
2012-03-20 Sean Brightchan_iax2: Correct spelling of 'Port' header in IAX2...
2012-03-20 Richard MudgettAllow AMI action callback to be reentrant.
2012-03-19 Richard MudgettConvert MuteAudio documentation to XML.
2012-03-16 Jonathan RosePrevent chanspy from binding to zombie channels
2012-03-16 Richard MudgettSimplify some code in ast_app_run_sub().
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
next