aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-01-15Commit a fix for some memory access errors pointed out by the valgrind2.txtrussell8-32/+97
2008-01-15Based on the boundary found move over the correct amount.file1-2/+5
2008-01-14Accept "; boundary=" not just ";boundary=" in the multipart mixed content type.file1-1/+1
2008-01-14Adding in appropriate unlocks for the locks I added. Thanks to joetester on IRCmmichelson1-0/+3
2008-01-14Revert a change that introduces an unacceptable performance hit and is causingrussell1-4/+2
2008-01-14Fixing another compilation error. I'm a bit off today :(mmichelson1-1/+1
2008-01-14Oops. Last commit had compilation error.mmichelson1-1/+1
2008-01-14Adding explicit defaults for missing options to init_queue. This is necessary...mmichelson1-0/+11
2008-01-12Add a connection timeout attribute, as that was what was intended with thetilghman1-0/+1
2008-01-11Fix up setting the EID on BSD based systems.russell1-7/+5
2008-01-11Comment explaining how to force browser to always read some html files from s...pari1-0/+5
2008-01-11If the incoming RTP stream changes codec force the bridge to break if the oth...file1-0/+10
2008-01-11If the channel is hungup during RECORD FILE send a result code of -1 to be un...file1-1/+1
2008-01-11Properly report the hangup cause as no answer when someone does not answermmichelson1-0/+4
2008-01-11Add another exception (which doesn't work) for -march optimization flag.tilghman1-1/+1
2008-01-11Backport the ability to set the ToS bits on Linux when not running as root.russell7-15/+503
2008-01-11Ensure the return value of ast_bridge_call is passed back up as the applicati...file1-1/+0
2008-01-11Back out changes from revision 97077, since it wasn't perfecttilghman1-147/+89
2008-01-11Fix samples vs. length calculations for g722russell1-1/+2
2008-01-11Simplify this code with a suggestion from Luigi on the asterisk-dev list.russell1-19/+6
2008-01-10Fix various timing calculations that made assumptions that the audio beingrussell1-5/+34
2008-01-101) When we get a translated frame out, clone it, because if thetilghman2-5/+15
2008-01-10Let us leave a voicemail for ourself if we have logged into VoiceMailMain and...mmichelson1-2/+2
2008-01-10Applied the same fixes for ael.flex as was done in 97849 for ast_expr2.fl; ov...murf3-134/+152
2008-01-10This is a fix for 2 things: a problem Terry was having in OSX with null point...murf3-1024/+214
2008-01-10Fix a comment that is no longer true.qwell1-1/+1
2008-01-10Remove other remnants of pbx_kdeconsolerussell3-121/+0
2008-01-10Remove pbx_kdeconsole from the tree. It hasn't worked in ages, and nobody hasrussell6-458/+6
2008-01-10Don't try to copy the category from the group if no category exists.file1-1/+2
2008-01-09Strip terminal sequences from the verbose messagesrussell1-1/+7
2008-01-09Make pbx_gtkconsole build ... but doesn't actually load on my system stillrussell1-27/+18
2008-01-09Correctly display a message if a command could not be found.qwell1-5/+4
2008-01-09Fix some locking and return value funkiness. We really shouldn't be unlockin...qwell1-5/+10
2008-01-09Part 2 of app_queue doxygen improvements. Some smaller functions this timemmichelson1-4/+11
2008-01-09Fix saying the parking space number to the caller doing the parking ...russell1-1/+1
2008-01-09report the same message whether Zaptel does not have transcoder support loade...kpfleming1-2/+4
2008-01-09Set the caller id within the gtalk_alloc function.phsultan1-15/+4
2008-01-09Don't do conferencing totally in Zaptel if Monitor is running on the channel.file1-3/+3
2008-01-09pass the right variable to get an error string... oopskpfleming1-2/+2
2008-01-09add error number output to ioctl failure messages to help with debuggingkpfleming1-2/+2
2008-01-09Allow filename completion on zero-length modules, remove a memory leak, removetilghman2-49/+51
2008-01-09use the \retval doxygen command properlymmichelson1-1/+2
2008-01-08Part 1 of N of adding doxygen comments to app_queue. I picked some of the mos...mmichelson1-3/+82
2008-01-08Some coding guidelines-related cleanupmmichelson1-11/+11
2008-01-08Fix various DTMF issues in chan_mgcp.file1-11/+49
2008-01-08Increase constants to where we're less likely to hit them while debugging.tilghman2-2/+2
2008-01-08Making some changes designed to not allow for a corrupted mailstream for a vm...mmichelson1-4/+8
2008-01-08If no group has been provided to the GROUP_COUNT dialplan function then use t...file1-0/+18
2008-01-08Make app_queue calls work with directed pickup.file1-0/+10
2008-01-08Apply multiple crash fixes, found in issue #11386, but not completelytilghman2-92/+150