aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-06-23add support for Zaptel transcoderskpfleming1-0/+406
2006-06-23ignore doxygen output directorykpfleming0-0/+0
2006-06-23merge changes to get menuselect using svn:externalsrussell5-1277/+6
2006-06-23Merged revisions 35669 via svnmerge from bweschke1-0/+2
2006-06-23remove any generated doxygen docs during distcleankpfleming1-0/+1
2006-06-23very minor improvementkpfleming1-1/+1
2006-06-23remove the autom4te.cache dir on a "make distclean" and add distclean to therussell1-1/+2
2006-06-23reduce indentationrussell1-140/+135
2006-06-23reduce indentationrussell1-48/+55
2006-06-23delete snmp/agent.o on make cleanrussell1-0/+1
2006-06-23add basic autoconf support for res_snmprussell6-24/+136
2006-06-23remove various commands that remove old modules since they have been there arussell3-7/+0
2006-06-23delete the local copy of mxml and use svn:externals to get it from its ownrussell21-12354/+0
2006-06-22don't blow up if a jitterbuffer is not in userussell1-1/+2
2006-06-22- move the increase of the use count to be after the possible failuresrussell1-6/+6
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structurerussell11-81/+141
2006-06-22actually allow all of the sub directories to be built when running "make", oopsrussell1-1/+1
2006-06-22use .PHONY instead of FORCErussell1-3/+3
2006-06-22add a couple more targets to .PHONYrussell2-2/+2
2006-06-22Bug 6589 - option to display channel variables in queue eventstilghman2-51/+102
2006-06-22- convert the 'uninstall' target to use separate targets to process eachrussell11-18/+19
2006-06-22Formatting fixesoej1-14/+12
2006-06-22- specify that 'depend' is a .PHONY targetrussell11-16/+23
2006-06-22use separate targets instead of for loops to process sub directories for therussell1-14/+20
2006-06-22get rid of another annoying stray space in the gcc commandsrussell1-0/+2
2006-06-22- specify that 'all' is a .PHONY targetrussell13-14/+27
2006-06-22clean up a little mess I created by using the 'or' function instead of gross russell1-8/+1
2006-06-22revert my change to use the AC_PREFIX_DEFAULT macro since it is not somethingrussell2-7/+5
2006-06-22use a slightly different, but equivalent way of setting the russell1-1/+1
2006-06-22instead of using a for loop to call 'make install' on each subdirectory, userussell1-3/+4
2006-06-22instead of using a for loop to call make on each subdirectory, use a target forrussell1-5/+6
2006-06-22nothing to see here ...russell1-1/+0
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell13-1/+26
2006-06-22use $(FIND) and $(LN) from configurerussell1-11/+11
2006-06-22use $(BASENAME) set by configurerussell1-5/+5
2006-06-22use the AC_PREFIX_DEFAULT macro to set the default prefix instead of settingrussell2-5/+7
2006-06-21Add agent to video docsoej1-2/+3
2006-06-21Add video support to chan_agent. oej1-5/+11
2006-06-21Issue #7380 - Cannot put a one-legged call on hold/off holdoej1-5/+5
2006-06-21Merged revisions 35334 via svnmerge from file1-0/+15
2006-06-21Only delete scheduled item if it existsoej1-7/+11
2006-06-21Actually allow realtime queue members to be added (issue #7408 reported by tg...file1-3/+2
2006-06-21Only formatting changes... (tabs to spaces)oej1-50/+49
2006-06-21Fix timing issue (race) with poke/pong for very close peers that can cause a ...file1-12/+21
2006-06-21* added support for PID export/import to identify bridging in misdn_call alreadycrichter2-156/+254
2006-06-21- Doxygen and some formatting fixes in res_featuresoej2-52/+50
2006-06-21Finally fix parking and go back to metermaidsoej1-1/+6
2006-06-20Bug 7399 - Sample config showed [general] as the context, so the app should l...tilghman1-1/+1
2006-06-20Bug 7372: Wrong size for the block alignment (should have been 4 bytes;tilghman1-1/+1
2006-06-20How many times can we free allocated memory? Many, obviously... ;-)oej1-2/+2