]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
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...
2006-03-23  Kevin P. Flemingcorrect typo
2006-03-23  Kevin P. Flemingdon't wrap this in ifdef... using va_start is safe...
2006-03-23  BJ WeschkeMerged revisions 14467 via svnmerge from
2006-03-23  Russell BryantMerged revisions 14462 via svnmerge from
2006-03-23  Olle Johansson- In response to asterisk-users discussion - show which...
2006-03-23  Luigi RizzoReplace ast_say_* functionn with function pointers...
2006-03-23  Luigi Rizzoremove duplicate CFLAGS and SOLINK definitions that are
2006-03-23  Luigi RizzoFix a compile problem on FreeBSD for a missing header.
2006-03-22  Joshua ColpMerged revisions 14276 via svnmerge from
2006-03-22  Joshua ColpMerged revisions 14275 via svnmerge from
2006-03-22  Joshua ColpMerged revisions 14234 via svnmerge from
2006-03-22  Joshua ColpIssue #6780 - ast_pbx_outgoing_cdr_failed description...
2006-03-22  North AntaraMore whitespace and typo fixes for chan_skinny - yay!
2006-03-22  Olle JohanssonIssue #6766 - Make ;user=phone work again - imported...
2006-03-22  Olle JohanssonIssue #6759, generate warning when refusing connection...
2006-03-21  Jim DixonAdded separate outsignalling specification, and fixed...
2006-03-21  Russell Bryantupdate enum documentation to reflect recent changes...
2006-03-21  Russell Bryantadd a CLI command that allows converting files to other...
2006-03-21  Matthew Fredricksongit-svn-id: https://origsvn.digium.com/svn/asterisk...
2006-03-21  Russell Bryantupdate LOCAL_USER_ADD to use ast_calloc
2006-03-21  Russell BryantMerged revisions 13964 via svnmerge from
2006-03-21  Russell BryantMerged revisions 13961 via svnmerge from
2006-03-21  Russell Bryantgit-svn-id: https://origsvn.digium.com/svn/asterisk...
2006-03-21  Russell BryantMerged revisions 13888 via svnmerge from
2006-03-21  Russell Bryantadd note about phonetic sounds being removed from aster...
2006-03-21  Russell BryantMerged revisions 13851 via svnmerge from
2006-03-21  Russell Bryantspelling and formatting fixes (issue #6760)
2006-03-21  Russell BryantThis was from issue #6765
2006-03-21  Christian Richterremoved unneeded debugs in level=0
2006-03-21  Tilghman LesherMerged revisions 13748 via svnmerge from
2006-03-21  Russell Bryantadd indications for Malaysia (issue #6758)
2006-03-21  Tilghman LesherMeetme file is parsed with comma-delimiters, not vertic...
2006-03-21  Tilghman LesherBug 6699 - Fix for ENUMLOOKUP
2006-03-21  Tilghman LesherBug 6745 - Fix for ranges that wrap around the ends
2006-03-21  Tilghman LesherMerged revisions 13707 via svnmerge from
2006-03-20  BJ Weschke Fix more svn properties on files that need it.
2006-03-20  BJ Weschke Set correct SVN properties on these files.
2006-03-20  Christian Richterremoved dynamic switching from transparent to hdlc...
next