asterisk/asterisk.git
2006-06-16 Joshua ColpAdd bulgarian indications (issue #7314 reported by...
2006-06-16 Russell Bryantadd support for setting the CFLAGS for voicemail storag...
2006-06-16 Joshua ColpUpdate the RADIUS CDR module documentation (issue ...
2006-06-16 BJ Weschke Fixed per kpfleming's suggestion to asterisk-dev.
2006-06-16 BJ Weschke Quit early and print a LOG_WARNING if we are trying...
2006-06-16 BJ Weschke Make sure agent_tech is unregistered within unload_mod...
2006-06-16 BJ Weschke Don't ast_request a channel structure twice when a...
2006-06-16 Olle JohanssonDon't force a busy state that will break channel signal...
2006-06-16 Joshua ColpMerged revisions 34400 via svnmerge from
2006-06-16 Russell Bryantbuild menuselect objects with -Wall and remove an unuse...
2006-06-15 Russell Bryantremove prototypes for private functions and make functi...
2006-06-15 Olle JohanssonBlock patch for 1.2 already fixed in trunk, but in...
2006-06-15 Kevin P. FlemingMerged revisions 34274 via svnmerge from
2006-06-15 Olle JohanssonHoppsan!
2006-06-15 Tilghman LesherMerged revisions 34242 via svnmerge from
2006-06-15 Tilghman Lesherast_calloc() already reports OOM conditions
2006-06-15 Tilghman Lesherast_calloc already reports out of memory conditions...
2006-06-15 Olle Johansson- Do not require a space at the end of the m= string...
2006-06-14 Kevin P. Fleminguse the proper named constants for checking device...
2006-06-14 Kevin P. Flemingvarious coding style cleanup and minor fixes
2006-06-14 Kevin P. Flemingmake Local channel return sensible device state values
2006-06-14 Kevin P. FlemingMerged revisions 34159-34160 via svnmerge from
2006-06-14 Olle JohanssonAdd some debug logging
2006-06-14 Olle Johansson- Use our standard of doxygen comments, not javadoc...
2006-06-14 Kevin P. FlemingMerged revisions 34087 via svnmerge from
2006-06-14 Olle JohanssonFormatting fixes
2006-06-14 Kevin P. Flemingadd Grandstream to credits too
2006-06-14 Russell Bryantmake the compiler's life easier. Thanks Kevin :)
2006-06-14 Russell Bryantindicate which options are just binary and don't really...
2006-06-14 Kevin P. Fleminguse the proper test for compiler atomics
2006-06-14 Kevin P. FlemingMerged revisions 33993 via svnmerge from
2006-06-13 Jim DixonAllowed proper tx/rx signal exclusivity for simplex...
2006-06-13 Kevin P. Fleminguse atomic operations provided by the compiler if they...
2006-06-13 Kevin P. Fleminguse a compiler builtin (which uses processor instructio...
2006-06-13 Matt O'GormanI am the king of typos....
2006-06-13 Joshua ColpAllow AST_FRAME_MODEM frames to be dumped, and document...
2006-06-13 Matt O'Gormanadded thanks to voipsupply and steve underwood
2006-06-13 Matt O'Gormanadds support for t38 pass through patch brought up...
2006-06-13 Kevin P. Flemingminor fix
2006-06-13 Kevin P. FlemingMerged revisions 33841 via svnmerge from
2006-06-13 Russell BryantMerged revisions 33813 via svnmerge from
2006-06-13 Russell Bryantdestroy the loaded say.conf on module unload
2006-06-13 Russell Bryantfix a place where code returns without unlocking the...
2006-06-13 Russell BryantBlocked revisions 33783 via svnmerge
2006-06-13 Russell BryantMerged revisions 33781 via svnmerge from
2006-06-13 Russell BryantMerged revisions 33753 via svnmerge from
2006-06-12 Joshua ColpMerged revisions 33724 via svnmerge from
2006-06-12 Russell Bryantonly set the QOS variables if the pvt has an owner...
2006-06-12 Russell BryantMerged revisions 33693 via svnmerge from
2006-06-12 Russell Bryantupdate aclocal.m4 as generated by a newer version of...
2006-06-12 Kevin P. Flemingbootstrap to include latest configure script change
2006-06-12 Tilghman LesherBug 7339 - check for duplication of strnlen function
2006-06-12 Olle JohanssonFormatting fix and doxygen update
2006-06-12 Olle JohanssonFix typo (Thanks Vechers!)
2006-06-12 Russell Bryantthe menu must be redrawn after displaying the help...
2006-06-12 Kevin P. FlemingMerged revisions 33638 via svnmerge from
2006-06-12 Tilghman LesherMerged revisions 33615 via svnmerge from
2006-06-12 Olle Johansson- Remove redundant forward declaration
2006-06-12 Joshua ColpChange a bit of logic in peer expiry back to the way...
2006-06-11 Russell Bryantoptimize the display of the module selection menus...
2006-06-11 Russell Bryantsuppress warnings when building with DEBUG_CHANNEL_LOCK...
2006-06-11 Russell BryantMerged revisions 33548 via svnmerge from
2006-06-11 Russell Bryantfix up some places where frames are not free'd and...
2006-06-11 Russell BryantBlocked revisions 33545 via svnmerge
2006-06-11 Russell BryantMerged revisions 33515 via svnmerge from
2006-06-11 Russell BryantMerged revisions 33513 via svnmerge from
2006-06-11 Olle Johansson- Complete addition of forward declarations and groupin...
2006-06-11 Russell BryantMerged revisions 33510 via svnmerge from
2006-06-11 Kevin P. Flemingmake latest header file changes for this file too
2006-06-11 Russell BryantMerged revisions 33480 via svnmerge from
2006-06-11 Russell BryantMerged revisions 33466 via svnmerge from
2006-06-11 Russell BryantBlocked revisions 33449 via svnmerge
2006-06-11 Russell Bryantdon't leak a frame when breaking out of the loop on...
2006-06-11 Russell Bryantdon't leak a frame when exiting when the user presses '#'
2006-06-11 Russell Bryantdon't leak a frame when breaking out of the main loop...
2006-06-10 Russell Bryantdon't use ast_copy_string when building for an external...
2006-06-10 Russell Bryantdon't redefine PATH_MAX
2006-06-10 Russell Bryantconvert a few more uses of AST_CONFIG_MAX_PATH to use...
2006-06-09 Kevin P. Flemingget rid of some more compiler warnings (thanks tholo...
2006-06-09 Olle JohanssonIssue #7325 - Parse string after URI decoding (casper)
2006-06-09 Olle JohanssonAdd RTP QoS report variables to doc. Catch it in the...
2006-06-09 Olle JohanssonStore RTCP reports in channel variables and SIP history
2006-06-09 Olle Johansson- RTP debug message formatting
2006-06-09 Kevin P. Flemingthere is no reason to define our own 'maximum path...
2006-06-09 Kevin P. Flemingvarious minor portability fixes (mostly from tholo...
2006-06-09 Olle JohanssonMove payloadtype back home to rtp.c
2006-06-09 Olle JohanssonAnother try at hanging up the transferer channel after...
2006-06-09 Joshua ColpDon't double check existence of a variable (issue ...
2006-06-09 Joshua ColpBlocked revisions 33300 via svnmerge
2006-06-09 Matt O'Gormanoops moved block without renaming a variable correctly.
2006-06-09 Joshua ColpMerged revisions 33297 via svnmerge from
2006-06-09 Joshua ColpWait until we have the lock before getting the pvt...
2006-06-09 Joshua ColpMerged revisions 33294 via svnmerge from
2006-06-09 Joshua ColpAdd more missing newlines (issue #7323 reported by...
2006-06-09 Joshua ColpBlocked revisions 33264 via svnmerge
2006-06-09 Matt O'Gormanconvert one of my linked lists to ast_linklist
2006-06-09 Olle JohanssonDon't force context for domain= setting (imported from...
2006-06-09 Olle JohanssonRemove the return value from functions that return...
2006-06-09 Christian Richterwhen we don't want the call we need to release_complete...
2006-06-09 Olle JohanssonRename ast_rtp_early_media to ast_rtp_early_bridge...
next