asterisk/asterisk.git
2006-03-29 Luigi Rizzothe comment character is ';' not '#' ...
2006-03-29 Olle JohanssonWhitespace fix forgotten by someone who added a note...
2006-03-29 Russell Bryantconvert calloc and malloc+memset to ast_calloc and...
2006-03-29 Tilghman LesherMerged revisions 16192 via svnmerge from
2006-03-29 Olle JohanssonUpdate to code documentation and developer guidelines.
2006-03-29 Luigi Rizzoanother batch of cli simplifications.
2006-03-29 Luigi Rizzomention issues with the protection of the list used...
2006-03-29 Christian Richterfixed no dtmf detect on 64 bit
2006-03-29 Tilghman LesherMerged revisions 16082 via svnmerge from
2006-03-29 Mark SpencerFix build of asterisk again (ahem, committers!)
2006-03-29 Olle JohanssonDoxygen updates
2006-03-29 Olle Johansson- Formatting fixes
2006-03-29 Russell Bryantoops! :)
2006-03-29 Russell Bryantgit-svn-id: https://origsvn.digium.com/svn/asterisk...
2006-03-29 Russell Bryantfix the provided unsetenv for solaris to return an...
2006-03-29 Russell Bryantconversion from malloc to ast_malloc
2006-03-29 Luigi RizzoIntroduce an utility macro to set base, offset and
2006-03-29 Luigi RizzoAdd two widely used constants
2006-03-29 North AntaraAdded more "valid" phone types to skinny sample config.
2006-03-29 Olle JohanssonIssue #6823 - Registration and port numbers. (from...
2006-03-29 Kevin P. FlemingMerged revisions 15896 via svnmerge from
2006-03-29 Luigi RizzoNormalize some cli completion code.
2006-03-28 Olle JohanssonDoxygen fixes
2006-03-28 Luigi Rizzomore command completion normalization.
2006-03-28 Luigi Rizzomore command completion normalization
2006-03-28 Luigi Rizzoanother batch of cli simplifications
2006-03-28 Luigi Rizzonormalize/simplify a bit of the command completion...
2006-03-28 Luigi Rizzouse ast_cli_complete() to largely simplify the command...
2006-03-28 Luigi Rizzoblack magic to make sure we recompile things after...
2006-03-28 Kevin P. Flemingmake 'sip show subscriptions' include context for subsc...
2006-03-28 Luigi Rizzoas reported in mantis #6066, fix a bunch of cli bugs and
2006-03-28 Luigi Rizzobring in the code that was discussed on Mantis #6068,
2006-03-28 Kevin P. Fleminglet's format that output sanely instead :-(
2006-03-28 Kevin P. Flemingmake 'show hints' CLI command show context name for...
2006-03-28 Luigi RizzoThe condition to check the zaptel version was too strict.
2006-03-28 Luigi RizzoBring in the new loader code as described in mantis...
2006-03-28 Russell Bryantgit-svn-id: https://origsvn.digium.com/svn/asterisk...
2006-03-28 Luigi Rizzofix a bug introduced in 15187 that scrambled the flags and
2006-03-28 Russell BryantMerged revisions 15703 via svnmerge from
2006-03-28 Russell Bryantonly display a debug message if iaxdebug is enabled...
2006-03-28 Olle JohanssonFix NAT support breakage for peers with qualify=yes...
2006-03-28 Kevin P. Flemingensure that 'zap show channel' will indicate that the...
2006-03-28 Russell BryantMerged revisions 15658 via svnmerge from
2006-03-28 Russell Bryantstore f->callno in a local var (issue #6818)
2006-03-28 Kevin P. Flemingoops :-(
2006-03-28 Russell Bryantconversions to S_OR (issue #6817)
2006-03-28 Tilghman LesherMerged revisions 15615 via svnmerge from
2006-03-28 Olle JohanssonFix typo (thanks, North) and update docs for IP-tos...
2006-03-28 Luigi Rizzo- remove an unnecessary cast and recomputation of ...
2006-03-28 Luigi Rizzoremove a few unneeded calls to strlen, and replace...
2006-03-28 Luigi RizzoUse the standard macros to manipulate usecount.
2006-03-28 Luigi Rizzoupdate example file
2006-03-28 Luigi Rizzoremove trailing whitespace
2006-03-28 Russell Bryantdisable the http server by default at the request of...
2006-03-28 Luigi Rizzoremove the long since unused STANDARD_LOCAL_USERS macro
2006-03-28 Luigi Rizzooptimize a bit name completion by avoiding repeated...
2006-03-28 Luigi Rizzofix documentation
2006-03-28 Kevin P. Flemingsupport subscription-based MWI, and use proper Call...
2006-03-28 Kevin P. Fleminguse proper file name
2006-03-28 Kevin P. Flemingimprove IP TOS support for SIP and IAX2 (issue #6355...
2006-03-27 Olle JohanssonIssue #6736 - use flags for OPTIONs messages
2006-03-27 Olle JohanssonReverting previous patch. Ok, let's take this from...
2006-03-27 Olle JohanssonIssue #6736 - Enable NAT flags for OPTIONs requests...
2006-03-27 Olle JohanssonIssue #6597 - Show correct port in "sip show registry...
2006-03-27 Olle JohanssonIssue #6409 - Make calls to URI without username go...
2006-03-27 North AntaraChanged some "register" methods to the proper "unregist...
2006-03-27 Matt O'GormanJanitor work converting !ast_strlen_zero(a)?a:b
2006-03-27 Christian Richterfixed bug that we don't allocate the bchan in setup_ack...
2006-03-27 Christian Richterfixed hicom busy bug, we now see if the systemphone...
2006-03-27 Kevin P. Flemingsimplify flags/page2_flags stuff by using arrays instead
2006-03-27 Kevin P. Flemingremove accidentally merged properties
2006-03-27 Olle JohanssonIssue #5427
2006-03-27 Olle JohanssonIssue #6705 (oej)
2006-03-26 Kevin P. Flemingrename file to match new application name
2006-03-26 Kevin P. Flemingrename application to have a more logical name
2006-03-26 Russell Bryantuse ast_calloc instead of calloc, and do a little bit...
2006-03-26 Russell Bryantfix asterisk header include format and add the doxygen...
2006-03-26 Russell Bryantconversions to S_OR (issue #6803)
2006-03-26 Russell Bryantsuppress some compiler warnings on mac
2006-03-25 Mark SpencerAdd micro-http server and abstract manager interface...
2006-03-25 Kevin P. Flemingrevert loader changes that have clearly not undergone...
2006-03-25 Tilghman LesherBug 6508 - Redirect arbitrary channel to another extens...
2006-03-25 Tilghman LesherBug 4377 - Round 2 of the loader updates
2006-03-25 Tilghman LesherBug 6670 - Additional parameters to the CHANNEL func
2006-03-25 Tilghman LesherMerged revisions 14868 via svnmerge from
2006-03-25 Tilghman LesherMerged revisions 14830 via svnmerge from
2006-03-25 Tilghman LesherMerged revisions 14821 via svnmerge from
2006-03-24 Luigi RizzoDo the (expensive) LOCAL_USER_ADD only after we are...
2006-03-24 Luigi Rizzoas discussed on the -dev list, introduce a macro to...
2006-03-24 Luigi RizzoAdd missing
2006-03-24 Russell BryantMerged revisions 14704 via svnmerge from
2006-03-24 BJ WeschkeMerged revisions 14659 via svnmerge from
2006-03-24 BJ Weschke Doxygen typo fix.
2006-03-24 BJ WeschkeBlock r14610 from /trunk as it conflicts with sched...
2006-03-24 Kevin P. Flemingdon't treat timeouts as errors in ast_cond_timedwait
2006-03-23 Kevin P. Flemingcompute scheduler thread timeout properly
2006-03-23 Kevin P. Flemingcommit file's work to convert iax2 multithreading to...
2006-03-23 Joshua ColpMerged revisions 14523 via svnmerge from
2006-03-23 Matthew FredricksonAllow channels to be moved if channel change is request...
2006-03-23 Kevin P. Flemingensure global variables lock is held during 'show globa...
next