aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-10-29clean up (and ignore) assembler and preprocessor intermediate files if any ar...kpfleming7-6/+7
2007-10-29don't put '-pipe' into ASTCFLAGS if '-save-temps' is already there (used when...kpfleming1-1/+5
2007-10-29Removing a completely unnecessary quota check from IMAP code.mmichelson1-5/+0
2007-10-29Add some more details to the output of "core show locks". When a threadrussell2-24/+39
2007-10-29Remove a lock that doesn't make any sense. The regions lock needs to be heldrussell1-3/+2
2007-10-29Fix issue where if both sides of the dialog cancelled the dialog at the same ...file1-1/+12
2007-10-29Allow some function modules to compile under dev mode.qwell2-2/+2
2007-10-29Fix issue with ast_unescape_semicolon going into an endless loop.file1-0/+2
2007-10-28Add autoservice to several more functions which might delay in their responses.tilghman4-7/+88
2007-10-26closes issue #11086 where a user complains that references to following conte...murf10-1072/+1108
2007-10-26The addition of autoservice to func_curl additionally made func_curl dependenttilghman1-2/+4
2007-10-25appending one list to another should leave the first list empty, and not requ...kpfleming2-1/+5
2007-10-25Backport alternate encoding of newline delimiters from trunk to 1.4, as appro...tilghman1-1/+15
2007-10-24Correctly respect hidecalleridname configuration option.qwell1-8/+9
2007-10-24closes issue #11037 -- unable to specify app:spec in hint argumentsmurf2-401/+415
2007-10-23closes issue #11052 -- where nothing after the ? will allow un-initialized va...murf1-2/+9
2007-10-23this update to Makefile corrects how ast_expr2f.c should be generatedmurf1-0/+2
2007-10-23This should get rid of a really, really irritating warning generated by some ...murf1-153/+138
2007-10-22If lock tracking is not enabled, then we can not attempt to log any mutexrussell1-4/+19
2007-10-22Minor FreeBSD build fixtilghman1-1/+1
2007-10-22After reading online I have confirmed that Record-Route headers should be cop...file1-1/+1
2007-10-22Make sure res is a positive value before performing the check to determine wh...file1-1/+1
2007-10-22Don't leak a frame in the case that an END frame is received and the time sincerussell1-0/+1
2007-10-22Update the static mutex initializer to include the initialization ofrussell1-2/+2
2007-10-22Account for the fact that sometimes headers may be terminated with \r\n inste...mmichelson1-2/+2
2007-10-22Move log message to before the frame it references is freed.file1-1/+1
2007-10-22Fix tab completion for dundi show peer.file1-1/+3
2007-10-22Fixes for building under OpenSolaris.file1-6/+6
2007-10-22we send DISCONNECT instead of RELEASE/RELEASE_COMPLETE if the dialplan does n...crichter2-15/+2
2007-10-19When returning a DTMF digit from ast_control_streamfile cast it as a char so ...file1-0/+4
2007-10-19Fix two issues with domains and transfers. If a port was given in the hostnam...file1-8/+12
2007-10-19Set port number in received as information for registrations as well.file1-2/+3
2007-10-19Fixed OSP module did not report source/devinfo IP in correct format.transnexus1-2/+30
2007-10-18Correct documentation. I removed the wrong line..qwell1-1/+1
2007-10-18Add documentation for options in asterisk.confqwell1-0/+9
2007-10-18Revert erroneous commit.russell2-94/+0
2007-10-18Add support for setting the maximum trunk size for IAX2 trunkingrussell2-0/+94
2007-10-18The channel needs to stay locked while running timer callbacks, as they accessrussell2-6/+3
2007-10-18If a non-existent file is specified to be played either as a periodic announc...mmichelson1-2/+2
2007-10-18Execute the RELEASE operation on transcoder channels in the destroy callback.russell1-0/+5
2007-10-18Revert a change that I made for issue #10979 which, as has been pointed out torussell1-3/+0
2007-10-17Changing the strategy field of the call_queue struct to be signed instead of ...mmichelson1-1/+1
2007-10-17If Asterisk is in the middle of shutting down, respond to OPTIONSrussell1-1/+7
2007-10-17Whoops, forgot to remove the original sip_scheddestroy.file1-1/+0
2007-10-17When runuser/rungroup is specified, a remote console could only be attained b...tilghman1-10/+12
2007-10-17Don't schedule dialog destruction if a MESSAGE is received using an existing ...file1-2/+5
2007-10-16Since monitor-join is deprecated now, remove the example from the sample queu...mmichelson1-7/+0
2007-10-16Updating UPGRADE.txt to reflect the deprecation of the monitor-joinmmichelson1-0/+5
2007-10-16Adding deprecated warning to monitor-join option, since the plan is tommichelson1-0/+10
2007-10-16really picky formatting tweak ...russell1-2/+2