Fix a deadlock that could occur when setting rtp stats on SIP calls.
[asterisk/asterisk.git] / main /
2009-06-05 David VosselMerged revisions 199297 via svnmerge from
2009-06-04 Sean BrightMerged revisions 199022 via svnmerge from
2009-06-03 David Vosselast_call_forward() todo notes and originate flag copy.
2009-06-02 David VosselGeneric call forward api, ast_call_forward()
2009-06-02 Joshua ColpFix a bug where we were passing in address information...
2009-06-01 Mark MichelsonAdd the ability to execute connected line interception...
2009-06-01 Eliel C. SardanonsDo not add say.o in a separate line.
2009-06-01 David VosselFixed an issue in the threadstorage cli functions resul...
2009-05-31 Eliel C. SardanonsFilter the say.o object, it is being added later.
2009-05-31 Russell BryantConstification and remove some unused code.
2009-05-31 Russell BryantConstify the ast_frame arg to ast_queue_frame().
2009-05-29 Eliel C. SardanonsSimplify the Makefile and avoid needing to specify...
2009-05-29 Matthew NicholsonMerged revisions 198068 via svnmerge from
2009-05-29 Joshua ColpFix a memory leak of the write buffer when writing...
2009-05-28 Sean BrightUpdate references to bugs.digium.com and reviewboard...
2009-05-28 Kevin P. FlemingEnsure that accidental calls to ast_string_field_free_m...
2009-05-28 Tilghman LesherEliminate several needless checks and fix a few memory...
2009-05-28 Joshua ColpFix an incorrect call to ast_string_field_free_memory...
2009-05-28 Mark MichelsonMerged revisions 197537 via svnmerge from
2009-05-28 Joshua ColpFix a bug in stringfields where it did not actually...
2009-05-27 Tilghman LesherRevert commit 192032. This define is needed on Mac...
2009-05-27 Russell BryantDon't do a pointer comparison before setting the remote...
2009-05-26 Sean BrightReset the terminal to the correct fg/bg after XML docum...
2009-05-26 Sean BrightAdd ActionID to CoreShowChannel event.
2009-05-26 Sean BrightInclude startup and reload date in the CoreStatus manag...
2009-05-26 Sean BrightAdd new ast_complete_applications function so that...
2009-05-22 Sean BrightCall ast_stun_init() when we're initializing to get...
2009-05-22 Eliel C. SardanonsImplement a new element in AstXML for AMI actions docum...
2009-05-22 Tilghman LesherTwo more minor fixes due to constification
2009-05-22 Sean BrightFix build under dev mode and remove some casts that...
2009-05-22 Eliel C. SardanonsAvoid using prototypes when not necessary (it is alread...
2009-05-21 Kevin P. FlemingConst-ify the world (or at least a good part of it)
2009-05-21 Mark MichelsonPass connected line updates along during a bridge.
2009-05-21 Matthew NicholsonMerged revisions 195881 via svnmerge from
2009-05-20 Joshua ColpMerged revisions 195688 via svnmerge from
2009-05-18 Eliel C. SardanonsFix the CLI command 'manager show command' documentatio...
2009-05-18 Eliel C. SardanonsRollback commit 195367.
2009-05-18 Eliel C. SardanonsAvoid autocompleting passed the action name argument...
2009-05-18 Tilghman LesherMove the spawn of astcanary down, until after the call...
2009-05-18 Joshua ColpMerged revisions 195206 via svnmerge from
2009-05-18 Eliel C. SardanonsWarn about the use of the application WaitExten() withi...
2009-05-18 Joshua ColpMerged revisions 195095 via svnmerge from
2009-05-18 Eliel C. SardanonsDo not avoid loading the XML documentation if not XIncl...
2009-05-16 Eliel C. SardanonsAllow to include sections of other parts of the xml...
2009-05-16 Eliel C. SardanonsFix a missing unlock in case of error, and a missing...
2009-05-15 Eliel C. SardanonsAllow to specify an enumlist inside an enum.
2009-05-15 Kevin P. FlemingAdd ability for modules to dynamically register logger...
2009-05-14 Russell BryantFix a typo where an equality check should be an assignment.
2009-05-14 Tilghman LesherIf the timing ended on a zero, then we would loop forever.
2009-05-13 Eliel C. SardanonsDo not lock the 'sessions' container, lock the allocate...
2009-05-13 Tilghman LesherMerged revisions 194137 via svnmerge from
2009-05-13 Tilghman LesherTwo fixes found while debugging with ast_backtrace():
2009-05-12 Eliel C. SardanonsFix a crash when logging out from the AMI and avoid...
2009-05-12 Kevin P. Flemingadd 'const' qualifiers in various places where they...
2009-05-10 Joshua ColpFix a bug where receiving a control frame of subclass...
2009-05-09 Russell BryantDeclare private data as static.
2009-05-08 Kevin P. FlemingMerged revisions 193193 via svnmerge from
2009-05-07 Tilghman LesherMerged revisions 193119 via svnmerge from
2009-05-06 Jeff PeelerMerged revisions 192858 via svnmerge from
2009-05-06 Jeff PeelerIf no extension was found in the pattern tree, don...
2009-05-06 Tilghman LesherAdd numbers in Urdu, the national language of Pakistan
2009-05-05 Richard MudgettFixed crashes from issue8824 review board channel locki...
2009-05-05 Joshua ColpMerged revisions 192454 via svnmerge from
2009-05-05 Kevin P. FlemingAdd a more efficient way of allocating structures that...
2009-05-05 Kevin P. FlemingCorrect some flaws in the memory accounting code for...
2009-05-05 Kevin P. FlemingProperly account for memory allocated for channels...
2009-05-05 Kevin P. FlemingEnsure that string pools allocated to hold stringfields...
2009-05-04 Kevin P. FlemingEnsure that astobj2 memory allocations are properly...
2009-05-04 Eliel C. SardanonsDo not re-define _POSIX_C_SOURCE if it was already...
2009-05-03 Kevin P. FlemingAdd 'bitflags'-style information elements to event...
2009-05-02 Russell BryantDo a bit of code cleanup.
2009-05-02 Kevin P. FlemingRemove rarely-used event_log/LOG_EVENT support
2009-05-02 Kevin P. FlemingFix an error in queue_log file rotation optimization...
2009-05-02 Sean BrightUpdate copyright year to 2009
2009-05-01 Jeff PeelerMerged revisions 191488 via svnmerge from
2009-05-01 Joshua ColpDrop my IRC nickname.
2009-04-30 Tilghman LesherDetect eaccess (or euidaccess) before using it.
2009-04-30 Tilghman LesherChange working directory to / under certain conditions.
2009-04-29 Tilghman LesherPart of the merge did not happen correctly, which resul...
2009-04-29 David VosselSIP option to specify outbound TLS/SSL client protocol.
2009-04-29 Tilghman LesherMerge str_substitution branch.
2009-04-29 David VosselConsistent SSL/TLS options across conf files
2009-04-29 Russell BryantLog an error message if indications.conf is not found.
2009-04-29 Russell BryantResolve Solaris build issues and add some API documenta...
2009-04-27 Richard MudgettFix a small memory leak on error in ast_channel_alloc().
2009-04-27 Tilghman LesherDon't warn on pipe in the System call.
2009-04-27 Joshua ColpFix a bug where we tried to send events out when no...
2009-04-24 David VosselTLS/SSL private key option
2009-04-24 Russell BryantConvert the ast_channel data structure over to the...
2009-04-23 Tilghman LesherLabels are sometimes (most of the time?) NULL for exten...
2009-04-23 Tilghman LesherSupport HTTP digest authentication for the http manager...
2009-04-22 Jeff PeelerFix building of chan_h323 with gcc-3.3
2009-04-22 Russell BryantFix call parking callback. Pipes -> Commas.
2009-04-20 Tilghman LesherUse nanosleep instead of poll.
2009-04-20 Doug BaileyMerged revisions 189391 via svnmerge from
2009-04-20 Mark MichelsonMerged revisions 189277 via svnmerge from
2009-04-17 Sean BrightFix copy/paste error with 'transmit silence' flag.
2009-04-17 Matthew NicholsonMerged revisions 189009 via svnmerge from
2009-04-17 Mark MichelsonFix a spacing issue that I claimed I would when I commi...
2009-04-17 Mark MichelsonSeveral fixes to the extenpatternmatchnew logic.
next