summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-06 Introducing app_followme into /trunk! BJ Weschke
2006-06-06fix a channel deadlock in ast_answerRussell Bryant
2006-06-06- use stringfields in a bunch of the fields of the zt_pvt structure in chan_zapRussell Bryant
2006-06-06fix some typos in the stringfields documentationRussell Bryant
2006-06-06add the ability to do the same thing as "make dont-optimize" by enabling theRussell Bryant
2006-06-05use module names, not file names, in menuselectKevin P. Fleming
2006-06-05Merged revisions 32373 via svnmerge from Kevin P. Fleming
2006-06-05begin adding support for new sound packagesKevin P. Fleming
2006-06-05yet another massive performance and memory savings improvementKevin P. Fleming
2006-06-05revert the changes to allow chan_iax2 to use dnsmgr for registrations.Russell Bryant
2006-06-05use the standard Asterisk copyright headerRussell Bryant
2006-06-05clean up various formatting issuesRussell Bryant
2006-06-05Convert chan_iax2 to use dnsmgr in order to deal with hostnames that can chan...Joshua Colp
2006-06-05Doxygen updatesOlle Johansson
2006-06-05it's time... only enable global priority jumping if the config file says to d...Kevin P. Fleming
2006-06-05Move definition of RTP structure to rtp.h (preparing for future changes)Olle Johansson
2006-06-05Issue 7231 - Utility to convert libtonezone indications to indications.conf f...Olle Johansson
2006-06-05Issue #7231 - Missing indications from libtonezone (tzafrir)Olle Johansson
2006-06-05Issue #2863 - Improved RTCP support (John Martin, Fredrik Olsson)Olle Johansson
2006-06-05- Add headers to e-mail with caller ID name and number to simplify automatic ...Olle Johansson
2006-06-05Issue 7208 - Handle ; in userinfo part of URI tooOlle Johansson
2006-06-05Do not use ':' as a separator between arguments (kept around for 1.4 for back...Olle Johansson
2006-06-05Only override callingpres set by rpid if user/peer preference is set. (Issue ...Olle Johansson
2006-06-05fix a typo in the documentation of how to use string fieldsRussell Bryant
2006-06-04Code simplificationOlle Johansson
2006-06-04- Fix more problems in transfer code (thanks Tholo!)Olle Johansson
2006-06-04- Add information about transcoding to "show channel"Olle Johansson
2006-06-04Respond to some of Luigis questions...Olle Johansson
2006-06-04Fix potential bug. THanks luigi!Olle Johansson
2006-06-04- 5 is the highest used debug level, so let's stay thereOlle Johansson
2006-06-04- Doxygen fixOlle Johansson
2006-06-04Show max bitrate in "sip show user" and "sip show channel"Olle Johansson
2006-06-04oops my config file was out of date not the sampleMatt O'Gorman
2006-06-04oops fixing example configMatt O'Gorman
2006-06-04oopsMatt O'Gorman
2006-06-04solves some issues with jabberstatus appMatt O'Gorman
2006-06-04Make tonezone writeable in CHANNEL() (from my old func_tonezone.c)Olle Johansson
2006-06-04- Typo in chan_sip (: missing)Olle Johansson
2006-06-04Add formats in text form to dumpchan()Olle Johansson
2006-06-04Doxygen improvementsOlle Johansson
2006-06-04Doxygen formatting fixesOlle Johansson
2006-06-04Use a dynamically sized array to store the list of files for moh "files" modeRussell Bryant
2006-06-04Merged revisions 31921 via svnmerge from Kevin P. Fleming
2006-06-04add a bit of comment on what build_route does,Luigi Rizzo
2006-06-03remove some duplicated code;Luigi Rizzo
2006-06-03small simplification in assignments, and fix a typo in a comment.Luigi Rizzo
2006-06-03mark XXX some places where there is a return right beforeLuigi Rizzo
2006-06-03fix indentation of a blockLuigi Rizzo
2006-06-03some code simplifications using S_OR() to remove some if blocksLuigi Rizzo
2006-06-03use ast_skip_blanks() where appropriate, and use standardLuigi Rizzo