summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-06-03mark XXX a buggy section of code and implement a probableLuigi Rizzo
2006-06-03simplify logic in a small block of codeLuigi Rizzo
2006-06-03mark XXX a bug in the code. oej/kevin, any idea what you wantLuigi Rizzo
2006-06-03 Make sure DEBUG is really cranked up before we decide to flood the logs with...BJ Weschke
2006-06-03remove duplicate codeLuigi Rizzo
2006-06-03Replace '\"' with '"'.Luigi Rizzo
2006-06-03when using moh files mode, don't look for a file past the number of filesRussell Bryant
2006-06-03Merged revisions 31738 via svnmerge from BJ Weschke
2006-06-03Adding John Martin to CREDITS for his video workOlle Johansson
2006-06-03Two missed casesTilghman Lesher
2006-06-03Ooops, those characters weren't really periods (credit to John Olson)Tilghman Lesher
2006-06-02add credits for cdr_radiusRussell Bryant
2006-06-02Adding credits for SIP transfer workOlle Johansson
2006-06-02add a comment where some memory usage optimization needs to be doneRussell Bryant
2006-06-01use strcpy instead of snprintf in a couple placesRussell Bryant
2006-06-01Merged revisions 31555 via svnmerge from Kevin P. Fleming
2006-06-01Merged revisions 31520 via svnmerge from Kevin P. Fleming
2006-06-01Formatting fixesOlle Johansson
2006-06-01Doxygen reformattingOlle Johansson
2006-06-01- FormattingOlle Johansson
2006-06-01Minor change to DEBUG and WARNING messagesOlle Johansson
2006-06-01changes for base64 to work in multiline instancesMatt O'Gorman
2006-06-01more minor fixes thanks Julian on pointing out Matt O'Gorman