summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-28make 'show hints' CLI command show context name for each hintKevin P. Fleming
2006-03-28The condition to check the zaptel version was too strict.Luigi Rizzo
2006-03-28Bring in the new loader code as described in mantis #4377Luigi Rizzo
2006-03-28git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@15745 65c4cc65-6c06...Russell Bryant
2006-03-28fix a bug introduced in 15187 that scrambled the flags andLuigi Rizzo
2006-03-28Merged revisions 15703 via svnmerge from Russell Bryant
2006-03-28only display a debug message if iaxdebug is enabled as well (issue #6673)Russell Bryant
2006-03-28Fix NAT support breakage for peers with qualify=yes (imported from 1.2)Olle Johansson
2006-03-28ensure that 'zap show channel' will indicate that the echo canceler has been ...Kevin P. Fleming
2006-03-28Merged revisions 15658 via svnmerge from Russell Bryant
2006-03-28store f->callno in a local var (issue #6818)Russell Bryant
2006-03-28oops :-(Kevin P. Fleming
2006-03-28conversions to S_OR (issue #6817)Russell Bryant
2006-03-28Merged revisions 15615 via svnmerge from Tilghman Lesher
2006-03-28Fix typo (thanks, North) and update docs for IP-tos settingsOlle Johansson
2006-03-28- remove an unnecessary cast and recomputation of (timeout - now);Luigi Rizzo
2006-03-28remove a few unneeded calls to strlen, and replace a while()Luigi Rizzo
2006-03-28Use the standard macros to manipulate usecount.Luigi Rizzo
2006-03-28update example fileLuigi Rizzo
2006-03-28remove trailing whitespaceLuigi Rizzo
2006-03-28disable the http server by default at the request of people on IRCRussell Bryant
2006-03-28remove the long since unused STANDARD_LOCAL_USERS macroLuigi Rizzo
2006-03-28optimize a bit name completion by avoiding repeated calls toLuigi Rizzo
2006-03-28fix documentationLuigi Rizzo
2006-03-28support subscription-based MWI, and use proper Call-ID on NOTIFY messages (is...Kevin P. Fleming
2006-03-28use proper file nameKevin P. Fleming
2006-03-28improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus ...Kevin P. Fleming
2006-03-27Issue #6736 - use flags for OPTIONs messagesOlle Johansson
2006-03-27Reverting previous patch. Ok, let's take this from 1.2 instead... :-)Olle Johansson
2006-03-27Issue #6736 - Enable NAT flags for OPTIONs requests (Thanks casper!)Olle Johansson
2006-03-27Issue #6597 - Show correct port in "sip show registry" - import from 1.2 branchOlle Johansson
2006-03-27Issue #6409 - Make calls to URI without username go to "s" extension (importe...Olle Johansson
2006-03-27Changed some "register" methods to the proper "unregister" method. This is i...North Antara
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bMatt O'Gorman
2006-03-27fixed bug that we don't allocate the bchan in setup_acknowledge already .. wo...Christian Richter
2006-03-27fixed hicom busy bug, we now see if the systemphone is busy, also fixed the i...Christian Richter
2006-03-27simplify flags/page2_flags stuff by using arrays insteadKevin P. Fleming
2006-03-27remove accidentally merged propertiesKevin P. Fleming
2006-03-27Issue #5427Olle Johansson
2006-03-27Issue #6705 (oej)Olle Johansson
2006-03-26rename file to match new application nameKevin P. Fleming
2006-03-26rename application to have a more logical nameKevin P. Fleming
2006-03-26use ast_calloc instead of calloc, and do a little bit of tweaking on the code...Russell Bryant
2006-03-26fix asterisk header include format and add the doxygen headerRussell Bryant
2006-03-26conversions to S_OR (issue #6803)Russell Bryant
2006-03-26suppress some compiler warnings on macRussell Bryant
2006-03-25Add micro-http server and abstract manager interface, make snmp not die Mark Spencer
2006-03-25revert loader changes that have clearly not undergone adequate testing before...Kevin P. Fleming
2006-03-25Bug 6508 - Redirect arbitrary channel to another extension from the dialplanTilghman Lesher
2006-03-25Bug 4377 - Round 2 of the loader updatesTilghman Lesher