summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-20- use $(CC) instead of gcc when building testexpr2Russell Bryant
2006-06-19- Formatting Olle Johansson
2006-06-19Merged revisions 34911 via svnmerge from Joshua Colp
2006-06-19Merged revisions 34875 via svnmerge from Tilghman Lesher
2006-06-19various cleanups, remove support for CVS checkoutsKevin P. Fleming
2006-06-19copy the definition of ast_strdupa and use it instead of strdupa to fix theRussell Bryant
2006-06-19when we get a disconnect, we should stop the tones on te side..Christian Richter
2006-06-19we need to send DISCONNECT on Timeout in the ALERTING/PROCEEDING cases tooChristian Richter
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. ThisRussell Bryant
2006-06-18No need to have debug enabled by default anymore..North Antara
2006-06-18Finally merge chan_skinny fixes into trunk.North Antara
2006-06-18handle ast_calloc failure and tweak some formatting to comply with codingRussell Bryant
2006-06-18merge changes from team/murf/AEL-trunk-fixesonlyRussell Bryant
2006-06-18fix a polish voicemail bug with saying dates (issue #7389, supczinskib)Russell Bryant
2006-06-18bail if ast_calloc fails, this was done before but i accidently removed it whenRussell Bryant
2006-06-18Blocked revisions 34655 via svnmergeRussell Bryant
2006-06-18fix various coding guidelines issues (issue #7345, with additional changes)Russell Bryant
2006-06-18use the CFLAGS from the main Makefile when building libdb1Russell Bryant
2006-06-18there is no reason to build and link stdtime/libtime.a because we alreadyRussell Bryant
2006-06-18Merged revisions 34627 via svnmerge from Russell Bryant
2006-06-18added TONE_HANGUP, also added Tone generation by mISDN_dsp for post hangup to...Christian Richter
2006-06-18commit russell's menuselect/buildoptions work with some changes:Kevin P. Fleming
2006-06-17* fixed bchannel cleaning race condition with new bchannel state (CLEAN_REQUEST)Christian Richter
2006-06-16remove IMAP_STORAGE from the build options list for app_voicemail since it'sRussell Bryant
2006-06-16remove prototypes for static functions and fix some potential memory leaksRussell Bryant
2006-06-16remove "depend" from the "all" targets in sub Makefiles. The main MakefileRussell Bryant
2006-06-16Fix adsi target in main Makefile and check a variable properly (issue #7369 r...Joshua Colp
2006-06-16Handle failure of ast_calloc when allocating interfaces in res_smdi (issue #7...Joshua Colp
2006-06-16Add bulgarian indications (issue #7314 reported by KNK)Joshua Colp
2006-06-16add support for setting the CFLAGS for voicemail storage options in menuselectRussell Bryant
2006-06-16Update the RADIUS CDR module documentation (issue #7377 reported by phsultan)Joshua Colp
2006-06-16 Fixed per kpfleming's suggestion to asterisk-dev.BJ Weschke
2006-06-16 Quit early and print a LOG_WARNING if we are trying to check devicestate on ...BJ Weschke
2006-06-16 Make sure agent_tech is unregistered within unload_module(). It's in 1.2, bu...BJ Weschke
2006-06-16 Don't ast_request a channel structure twice when a call is being forwarded. ...BJ Weschke
2006-06-16Don't force a busy state that will break channel signalling if the channelOlle Johansson
2006-06-16Merged revisions 34400 via svnmerge from Joshua Colp
2006-06-16build menuselect objects with -Wall and remove an unused variableRussell Bryant
2006-06-15remove prototypes for private functions and make functions and variables notRussell Bryant
2006-06-15Block patch for 1.2 already fixed in trunk, but in another wayOlle Johansson
2006-06-15Merged revisions 34274 via svnmerge from Kevin P. Fleming
2006-06-15Hoppsan!Olle Johansson
2006-06-15Merged revisions 34242 via svnmerge from Tilghman Lesher
2006-06-15ast_calloc() already reports OOM conditionsTilghman Lesher
2006-06-15ast_calloc already reports out of memory conditions (issue 7343)Tilghman Lesher
2006-06-15- Do not require a space at the end of the m= string in a T38 re-inviteOlle Johansson
2006-06-14use the proper named constants for checking device state, and don't treat UNK...Kevin P. Fleming
2006-06-14various coding style cleanup and minor fixesKevin P. Fleming
2006-06-14make Local channel return sensible device state valuesKevin P. Fleming
2006-06-14Merged revisions 34159-34160 via svnmerge from Kevin P. Fleming