summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-19split acl and netsock code into separate files, in preparation for new netsoc...Kevin P. Fleming
2005-07-19let the compiler learn the types for the elements of a struct timeval to fixRussell Bryant
2005-07-19update guidelines to explain indent parameteres (bug #4742)Russell Bryant
2005-07-19formatting fixes (bug #4736)Russell Bryant
2005-07-19restore warning about negative timestamps now that it is fixedRussell Bryant
2005-07-19fix negative timestamp issueRussell Bryant
2005-07-19suppress timestamp message until we can figure out where it is coming from,Russell Bryant
2005-07-19formatting fixes (bug #4739)Russell Bryant
2005-07-19Fix for DSP code on 411/406. (Bug 4712). Also a settable tone lengthMatthew Fredrickson
2005-07-19/ fixed typo bug introduced in fix for bug #4504Ben Kramer
2005-07-18actually install the demo sounds ...Russell Bryant
2005-07-18also include /etc/asterisk.makeopts, but have file in home directory overrideRussell Bryant
2005-07-18fix smoothfade for osx.Josh Roberson
2005-07-18get rid of warningRussell Bryant
2005-07-18get rid of unused variableRussell Bryant
2005-07-18and last but not least, fix my email address.Josh Roberson
2005-07-18Forgot to remove printf() used in debuggingJosh Roberson
2005-07-18Update muted for operation on OSX. :)Josh Roberson
2005-07-15Allow manager originate to specifiy more than one variable to be set.Russell Bryant
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-15clean up scheduler debugging and expose defines in the Makefile (bug #4703)Kevin P. Fleming
2005-07-15re-enable SIGHUP and SIGCHLD after they fire on platforms that require it (bu...Kevin P. Fleming
2005-07-15phase two of string portability stuff:Kevin P. Fleming
2005-07-15get rid of compiler warningRussell Bryant
2005-07-15make 'Agents' manager action conform to protocol (bug #4723)Kevin P. Fleming
2005-07-15revert unneeded change and add comment to avoid it in the futureKevin P. Fleming
2005-07-15ensure that format string macros are undef'd after use (bug #4716)Kevin P. Fleming
2005-07-15don't use %i for scanf unless non-base-10 input is needed (bug #4717)Kevin P. Fleming
2005-07-15various code formatting changes and cleanups related to bug #4706Kevin P. Fleming
2005-07-15ensure that channels that are busy/congested are marked AST_STATE_BUSY (bug #...Kevin P. Fleming
2005-07-15more ifdef cleanup to match proper Linux macrosKevin P. Fleming
2005-07-15Fix breakage caused by bug #4669. Next time let's test the build onJosh Roberson
2005-07-15first phase of proper fix for portable string function problems (bug #4669)Kevin P. Fleming
2005-07-15restore count_messages for ODBC storage to proper behavior (bug #4711)Kevin P. Fleming
2005-07-15clean up maxmsg parsing, and ensure default applies to Realtime voicemail usersKevin P. Fleming
2005-07-15fix some indentationRussell Bryant
2005-07-14ensure we record the last seqno we transmitted (bug #4659)Kevin P. Fleming
2005-07-14clarify commentRussell Bryant
2005-07-14add ability to have a file, ~/.asterisk.makeopts, that will be included inRussell Bryant
2005-07-13don't ignore hardcoded CLID from zapata.conf when usecallerid=noKevin P. Fleming
2005-07-13fix up lock breakage from bug #4245Kevin P. Fleming
2005-07-13fix big endian compilation issueRussell Bryant
2005-07-13add create_addr_from_peer, to use an existing peer referenceKevin P. Fleming
2005-07-13add QueueStatusComplete event (bug #4694 with minor mods)Kevin P. Fleming
2005-07-13Update variable name to match docsMatthew Fredrickson
2005-07-13fix typo in app description (bug #4697)Russell Bryant
2005-07-12send final 3 RFC2833 packets with same seqno (bug #4659)Kevin P. Fleming
2005-07-12add a dialplan function to get and set the music on hold classRussell Bryant
2005-07-12add support for multiple-digit extensions in queue exit contexts (bug #4690)Kevin P. Fleming
2005-07-12support DTX and CNG in speex (bug #4608)Kevin P. Fleming