aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2008-12-12Since chan_sip is callback devicestate driven do not pass in actual states, p...file1-1/+6
2008-12-12Merged revisions 163448 via svnmerge from russell2-43/+99
2008-12-11Merged revisions 163383 via svnmerge from tilghman1-0/+21
2008-12-11Add an appropriate goto if ast_call failsmmichelson1-0/+1
2008-12-11Fix the "failed" extension for outgoing calls. russell1-2/+0
2008-12-11Reduce indentation level of ast_feature_request_and_dialmmichelson1-123/+124
2008-12-11Merged revisions 163092 via svnmerge from russell1-33/+39
2008-12-10Previously missing line, now the substitution works correctlytilghman1-0/+1
2008-12-10Checking global variables here actually overwrote the previous substitution bytilghman1-9/+0
2008-12-10add tab completion for 'core set debug X filename.c'mvanbaak2-8/+90
2008-12-10Merged revisions 162653 via svnmerge from file1-3/+3
2008-12-09Add some additional Asterisk project developer documentation. russell1-5/+11
2008-12-09Merged revisions 162413 via svnmerge from russell2-66/+0
2008-12-09Merged revisions 162265 via svnmerge from mmichelson1-0/+1
2008-12-09Merged revisions 162204 via svnmerge from file1-2/+6
2008-12-09Merged revisions 162188 via svnmerge from file1-4/+4
2008-12-09Merged revisions 161948 via svnmerge from russell1-2/+7
2008-12-08Note that the recently changed waittime parameter is in milliseconds.bkruse1-0/+1
2008-12-08Allocate enough space initially for the message.tilghman1-2/+2
2008-12-08Fix a regression introduced when the PBX timeouts were converted to milliseco...file1-1/+1
2008-12-08- Fix a leak while printing an argument description.eliel1-5/+52
2008-12-05Merged revisions 161426 via svnmerge from seanbright1-3/+3
2008-12-05Merged revisions 161287 via svnmerge from russell1-1/+1
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel14-15/+15
2008-12-05The first file should have a blank config filename in the structure, so thattilghman1-3/+5
2008-12-04Fix minor coding guidelines introduced with CLI permissions.eliel1-2/+3
2008-12-04Merged revisions 161013 via svnmerge from jpeeler1-1/+3
2008-12-04Merged revisions 160943 via svnmerge from mmichelson1-1/+9
2008-12-03Another place this is missingqwell1-1/+1
2008-12-03Fix typo when ListCategories returns none.qwell1-1/+1
2008-12-02Merged revisions 160207 via svnmerge from tilghman3-4/+13
2008-12-01Merged revisions 159976 via svnmerge from seanbright1-1/+1
2008-12-01Introduce CLI permissions.eliel2-24/+480
2008-12-01Merged revisions 159897 via svnmerge from mvanbaak1-1/+1
2008-11-29incorporates r159808 from branches/1.4:kpfleming8-11/+8
2008-11-29we can now build with -Wformat=2, which found a couple of real bugskpfleming1-1/+1
2008-11-26Make a formatting change to test a new post-commit hook for reviewboard.russell1-1/+2
2008-11-26Make a formatting change to test a new post-commit hook for reviewboard.russell1-1/+3
2008-11-26Make a formatting change to test a new post-commit hook for reviewboard.russell1-1/+3
2008-11-26add support for event suppression for AMI-over-HTTPkpfleming1-2/+9
2008-11-26If the config file does not exist, then the first use crashes Asterisk.tilghman1-3/+3
2008-11-26Always parse arguments in park_call_exec so that app_args is valid. This prev...jpeeler1-4/+2
2008-11-25Merged revisions 159316 via svnmerge from murf1-0/+3
2008-11-25Add an option, waitfordialtone, for UK analog lines which do not end a calltilghman1-71/+120
2008-11-25Don't limit the length of the hint at the final step (from ~8100 chars maxtilghman1-3/+4
2008-11-25This is basically a complete rollback of r155401, as it was determined thatseanbright5-35/+85
2008-11-25Fix compiling in dev mode.mnicholson1-1/+1
2008-11-24Added EVENT_FLAG_AGI and used it for manager calls in res_agi.cmnicholson1-0/+1
2008-11-24Add a bit of documentation (thanks, I-MOD) on what the silence thresholdtilghman1-0/+7
2008-11-24Make ast_streamfile() check the result of ast_openstream() before doingmnicholson1-18/+18