aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-11-29Use of "private" as a field name in a header file messes with C++ projectstilghman1-1/+1
2007-11-29This set of changes is to make some callerID handling thread-safe.russell1-0/+4
2007-11-29Merge a change from team/russell/chan_refcount ...russell1-0/+5
2007-11-28it is impossible to set permissions for manager accounts created by users.con...kpfleming1-2/+9
2007-11-28Removing some seemingly pointless code. This sets a channel variable for ever...mmichelson1-6/+0
2007-11-28 - update documentation for some of the goto functions to note that theyrussell1-0/+4
2007-11-27Don't do frame processing if ast_read() returned NULL.russell1-0/+3
2007-11-27Don't start/stop autoservice in pbx_extension_helper() unless a channel existsrussell1-8/+16
2007-11-27Merge changes from team/russell/autoservice_1.4russell2-7/+90
2007-11-27on second thought... revert all the other changes i've made in app options pa...kpfleming1-5/+1
2007-11-27generate a warning when an application option that requires an argument is ig...kpfleming1-2/+5
2007-11-27If we get a codec offer using a well-known payload type, but using it for ano...oej1-3/+16
2007-11-27closes issue #11379; OK, this is an attempt to make both sides happy. To the ...murf1-2/+11
2007-11-26Fix issues with async dialing with an application executing. The application ...file1-5/+24
2007-11-26Add channel locking to a function that needed to be doing it. This is just arussell1-0/+2
2007-11-26when parsing application options that take arguments, don't indicate that the...kpfleming1-1/+2
2007-11-26If channel allocation fails because the alert pipe could not be created also ...file1-0/+1
2007-11-24Currently, zero-length voicemail messages cause a hangup in VoicemailMain.tilghman1-3/+11
2007-11-23Up until this point, the XML output of the manager has been technicallytilghman1-3/+71
2007-11-20bring back compile-option checking when loading modules, only this time use a...kpfleming1-0/+9
2007-11-20According to comments in main/pbx.c, it is essential that if we are going to ...mmichelson1-0/+2
2007-11-16Temporarily revert revision 89325, which added md5 magic for keeping track ofrussell1-11/+0
2007-11-16To help combat problems where people build external modules (asterisk-addons ...kpfleming1-0/+11
2007-11-15Undoing previous commit since I realize it was wrongmmichelson1-1/+0
2007-11-15Adding a missing mutex unlock.mmichelson1-0/+1
2007-11-14When a recording ends with '#', we are improperly trimming an extra 200ms fro...tilghman1-3/+10
2007-11-14Return the proper value when the srv_callback function executes properly.file1-1/+1
2007-11-13Debugging is running into the 16-lock limit. Increase to avoid.tilghman1-1/+1
2007-11-12Fix a typo pointed out by De_Mon on #asterisk-devqwell1-1/+1
2007-11-12If two config writes collide, file corruption could result. Use a mkstemp() ...tilghman1-9/+22
2007-11-12Fix two cases of memory corruption caused by background threads.tilghman1-0/+2
2007-11-08Properly say the seconds here..qwell1-1/+1
2007-11-08fix a glaring bug in the new SRV record handling that would cause incorrect w...kpfleming1-0/+1
2007-11-07Fixing a segfault in the manager "core show channels concise" command.mmichelson1-1/+1
2007-11-06Bug fixes to tdd support in zaptel. oej1-16/+24
2007-11-06closes issue #8786 - where the [catname](!) and [catname](othercat1,othercat2...murf1-7/+66
2007-11-05Reworked deadlock avoidance in __ast_read. Restored audio to mmichelson1-20/+9
2007-11-05After seeing crashes related to channel variables, I went looking around at therussell1-11/+37
2007-11-05Merge changes from asterisk/team/kpfleming/SRV-priority-handlingrussell1-41/+146
2007-11-05Merge the last bit of changes from asterisk/team/russell/readq-1.4russell1-24/+27
2007-11-05Fix up datastore handling in ast_do_masquerade(). The code is intended to moverussell1-2/+1
2007-11-04Rename ast_string_field_free_pool to ast_string_field_free_memory,rizzo1-2/+2
2007-11-02We need to make sure to specify a language to ast_fileexists, otherwise it ma...qwell1-3/+3
2007-10-30Fix build of editline on Solaris.qwell1-2/+1
2007-10-29clean up (and ignore) assembler and preprocessor intermediate files if any ar...kpfleming2-1/+2
2007-10-29Add some more details to the output of "core show locks". When a threadrussell1-0/+15
2007-10-29Remove a lock that doesn't make any sense. The regions lock needs to be heldrussell1-3/+2
2007-10-29Fix issue with ast_unescape_semicolon going into an endless loop.file1-0/+2
2007-10-25appending one list to another should leave the first list empty, and not requ...kpfleming1-1/+0
2007-10-23this update to Makefile corrects how ast_expr2f.c should be generatedmurf1-0/+2