summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-03-25Bug 6670 - Additional parameters to the CHANNEL funcTilghman Lesher
2006-03-25Merged revisions 14868 via svnmerge from Tilghman Lesher
2006-03-25Merged revisions 14830 via svnmerge from Tilghman Lesher
2006-03-25Merged revisions 14821 via svnmerge from Tilghman Lesher
2006-03-24Do the (expensive) LOCAL_USER_ADD only after we are sureLuigi Rizzo
2006-03-24as discussed on the -dev list, introduce a macro to simplify theLuigi Rizzo
2006-03-24Add missingLuigi Rizzo
2006-03-24Merged revisions 14704 via svnmerge from Russell Bryant
2006-03-24Merged revisions 14659 via svnmerge from BJ Weschke
2006-03-24 Doxygen typo fix.BJ Weschke
2006-03-24Block r14610 from /trunk as it conflicts with sched.h in /trunkBJ Weschke
2006-03-24don't treat timeouts as errors in ast_cond_timedwaitKevin P. Fleming
2006-03-23compute scheduler thread timeout properlyKevin P. Fleming
2006-03-23commit file's work to convert iax2 multithreading to use pthread conditions i...Kevin P. Fleming
2006-03-23Merged revisions 14523 via svnmerge from Joshua Colp
2006-03-23Allow channels to be moved if channel change is requested in SETUP_ACK, also ...Matthew Fredrickson
2006-03-23ensure global variables lock is held during 'show globals' CLI commandKevin P. Fleming
2006-03-23correct typoKevin P. Fleming
2006-03-23don't wrap this in ifdef... using va_start is safe on all platforms :-)Kevin P. Fleming
2006-03-23Merged revisions 14467 via svnmerge from BJ Weschke