aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. Thisrussell9-9/+27
2006-06-18No need to have debug enabled by default anymore..north1-1/+1
2006-06-18Finally merge chan_skinny fixes into trunk.north2-1304/+2270
2006-06-18handle ast_calloc failure and tweak some formatting to comply with codingrussell1-5/+8
2006-06-18merge changes from team/murf/AEL-trunk-fixesonlyrussell16-885/+1093
2006-06-18fix a polish voicemail bug with saying dates (issue #7389, supczinskib)russell1-1/+5
2006-06-18bail if ast_calloc fails, this was done before but i accidently removed it whenrussell1-0/+2
2006-06-18Blocked revisions 34655 via svnmergerussell0-0/+0
2006-06-18fix various coding guidelines issues (issue #7345, with additional changes)russell1-33/+15
2006-06-18use the CFLAGS from the main Makefile when building libdb1russell1-2/+1
2006-06-18there is no reason to build and link stdtime/libtime.a because we alreadyrussell1-6/+3
2006-06-18Merged revisions 34627 via svnmerge from russell2-6/+4
2006-06-18added TONE_HANGUP, also added Tone generation by mISDN_dsp for post hangup to...crichter3-23/+47
2006-06-18commit russell's menuselect/buildoptions work with some changes:kpfleming5-22/+45
2006-06-17* fixed bchannel cleaning race condition with new bchannel state (CLEAN_REQUEST)crichter3-81/+153
2006-06-16remove IMAP_STORAGE from the build options list for app_voicemail since it'srussell1-4/+0
2006-06-16remove prototypes for static functions and fix some potential memory leaksrussell1-15/+20
2006-06-16remove "depend" from the "all" targets in sub Makefiles. The main Makefilerussell6-6/+6
2006-06-16Fix adsi target in main Makefile and check a variable properly (issue #7369 r...file1-3/+3
2006-06-16Handle failure of ast_calloc when allocating interfaces in res_smdi (issue #7...file1-1/+2
2006-06-16Add bulgarian indications (issue #7314 reported by KNK)file1-0/+14
2006-06-16add support for setting the CFLAGS for voicemail storage options in menuselectrussell5-17/+38
2006-06-16Update the RADIUS CDR module documentation (issue #7377 reported by phsultan)file1-6/+11
2006-06-16 Fixed per kpfleming's suggestion to asterisk-dev.bweschke1-1/+1
2006-06-16 Quit early and print a LOG_WARNING if we are trying to check devicestate on ...bweschke1-5/+12
2006-06-16 Make sure agent_tech is unregistered within unload_module(). It's in 1.2, bu...bweschke1-1/+1
2006-06-16 Don't ast_request a channel structure twice when a call is being forwarded. ...bweschke1-2/+0
2006-06-16Don't force a busy state that will break channel signalling if the channeloej1-2/+8
2006-06-16Merged revisions 34400 via svnmerge from file1-0/+1
2006-06-16build menuselect objects with -Wall and remove an unused variablerussell2-4/+3
2006-06-15remove prototypes for private functions and make functions and variables notrussell1-18/+10
2006-06-15Block patch for 1.2 already fixed in trunk, but in another wayoej0-0/+0
2006-06-15Merged revisions 34274 via svnmerge from kpfleming1-50/+50
2006-06-15Hoppsan!oej1-1/+1
2006-06-15Merged revisions 34242 via svnmerge from tilghman1-1/+1
2006-06-15ast_calloc() already reports OOM conditionstilghman1-4/+0
2006-06-15ast_calloc already reports out of memory conditions (issue 7343)tilghman1-1/+0
2006-06-15- Do not require a space at the end of the m= string in a T38 re-inviteoej1-2/+2
2006-06-14use the proper named constants for checking device state, and don't treat UNK...kpfleming1-4/+6
2006-06-14various coding style cleanup and minor fixeskpfleming1-285/+262
2006-06-14make Local channel return sensible device state valueskpfleming1-2/+2
2006-06-14Merged revisions 34159-34160 via svnmerge from kpfleming2-108/+98
2006-06-14Add some debug loggingoej1-1/+2
2006-06-14- Use our standard of doxygen comments, not javadoc styleoej1-84/+87
2006-06-14Merged revisions 34087 via svnmerge from kpfleming11-15/+27
2006-06-14Formatting fixesoej1-3/+2
2006-06-14add Grandstream to credits tookpfleming1-2/+5
2006-06-14make the compiler's life easier. Thanks Kevin :)russell1-5/+5
2006-06-14indicate which options are just binary and don't really need a full integerrussell1-5/+5
2006-06-14use the proper test for compiler atomicskpfleming2-8/+9