aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-16move the inner part of config file parsing to a separate function,rizzo1-22/+27
2007-11-16fixed compilation of chan_misdn, #11269, thanks IgorG.crichter1-2/+2
2007-11-15If we're going to be passing a negative value for the size of a stringfield,tilghman2-2/+2
2007-11-15Merged revisions 89302 via svnmerge from tilghman1-2/+2
2007-11-15Merged revisions 89301 via svnmerge from tilghman1-1/+1
2007-11-15Fix trunk breakage due to chan->lock being renamed.tilghman1-2/+2
2007-11-15Merged revisions 89298 via svnmerge from tilghman1-0/+12
2007-11-15Merged revisions 89296 via svnmerge from russell1-0/+23
2007-11-15Get rid of a previously missed ast_log call for debug, no longer nec.murf1-1/+0
2007-11-15Perhaps I went overboard on initializing things. I can remove unnecc. stuff l...murf1-14/+21
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notrizzo8-30/+30
2007-11-15Fix typo in UPGRADE.txt. 'increase' should have been used, not 'increasing'.file1-1/+1
2007-11-15And file said... let trunk build again! Accomplished by some more constificat...file3-8/+9
2007-11-15Merged revisions 89288 via svnmerge from mmichelson1-1/+0
2007-11-15Merged revisions 89286 via svnmerge from mmichelson1-0/+1
2007-11-15Always relying on the responses when crossing NAT's are not a goodoej1-1/+7
2007-11-15Merged revisions 89281 via svnmerge from oej1-5/+17
2007-11-15Merged revisions 89280 via svnmerge from oej1-18/+25
2007-11-15Exit early instead of deciding to exit after processing the message.oej1-9/+12
2007-11-15Add support for application/dtmf SIP INFO dtmf handling. Yep, anotheroej2-12/+84
2007-11-15Had trouble playing with parking; spent a long time trying to reason out MATC...murf1-1/+4
2007-11-15Merged revisions 89275 via svnmerge from tilghman1-3/+10
2007-11-14Typotilghman1-2/+2
2007-11-14Add callerid to the Hangup manager event.tilghman1-0/+4
2007-11-14Rescaled the weights of the patterns to give something more independent of pa...murf1-14/+33
2007-11-14A further problem highlighted by 11233 has been resolved; a certain combinati...murf1-5/+5
2007-11-14One more typo in config.c; and missed conversions due to the constifying of a...tilghman6-11/+13
2007-11-14Typotilghman1-1/+1
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo23-61/+76
2007-11-14Fix up various coding guidelines issues ...russell2-140/+189
2007-11-14- Use the ARRAY_LEN macro in a couple placesrussell1-4/+4
2007-11-14Use BEGIN_OPTIONS / END_OPTIONS to make the syntax highlighting in my editor ...russell1-2/+2
2007-11-14Instead of reserving 800 bytes for periodic announcements, use an array ofrussell1-8/+24
2007-11-14Merged revisions 89260 via svnmerge from file1-1/+1
2007-11-14Convert most of the strings in the call_queue struct to use stringfields.russell1-98/+117
2007-11-14use simpler technique for removing known entries from listskpfleming2-23/+4
2007-11-14- Simplify removing an item from a listrussell1-12/+5
2007-11-13This hopefully will fix the re-opened 11233. Hadn't covered the case of a con...murf1-1/+1
2007-11-13closes issue #11233 -- where some fine points in the algorithm to build the t...murf1-3/+6
2007-11-13Blocked revisions 89254 via svnmergeqwell0-0/+0
2007-11-13This fixes a build error on my mac. It also works on my linux box. Let merussell1-1/+1
2007-11-13Fix a typo pointed out by outtolunc, thanks :)russell1-1/+1
2007-11-13- Convert initialization of a struct to C99 style instead of GNU stylerussell1-7/+7
2007-11-13Update the ParkedCall application to grab the first available parked call if norussell2-10/+9
2007-11-13Merged revisions 89248 via svnmerge from qwell1-1/+1
2007-11-13Merged revisions 89246 via svnmerge from tilghman1-2/+2
2007-11-13Merged revisions 89241 via svnmerge from mmichelson1-2/+2
2007-11-13Merged revisions 89239 via svnmerge from tilghman1-1/+1
2007-11-13There is the potential to copy uninitialized memory into the mixmonitor->post...mmichelson1-1/+1
2007-11-13Merged revisions 89205 via svnmerge from mmichelson1-2/+2