summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2009-11-04Add destruction of iterators to avoid problems with refcountersOlle Johansson
2009-11-03Resolve a warning from gcc 4.4.1.Russell Bryant
2009-11-03AMI hook interfaceDavid Brooks
2009-11-03This patch adds a sequence field to CDRs that can be combined with the linked...Matthew Nicholson
2009-11-03Fix some build issues on Solaris.Jason Parker
2009-11-02Adding external reference for doxygenOlle Johansson
2009-10-30Add an "Asterisk Architecture Overview" section to the doxygen documentation.Russell Bryant
2009-10-27Merged revisions 226138 via svnmerge from Tilghman Lesher
2009-10-26Correct broken logic from revision 225405.Kevin P. Fleming
2009-10-22SIP TCP/TLS: move client connection setup/write into tcp helper thread, vario...David Vossel
2009-10-22Fix a refcount error introduced by yesterday's OBJ_MULTIPLE commit.Kevin P. Fleming
2009-10-22Merged revisions 225105 via svnmerge from Tilghman Lesher
2009-10-22Add support for calling and called subaddress. Partial support for COLP suba...Richard Mudgett
2009-10-21Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterato...Kevin P. Fleming
2009-10-21Merged revisions 225171 via svnmerge from Russell Bryant
2009-10-21Merged revisions 225169 via svnmerge from Russell Bryant
2009-10-21Merged revisions 224931 via svnmerge from Russell Bryant
2009-10-20Merged revisions 224855 via svnmerge from Tilghman Lesher
2009-10-20Merged revisions 224773 via svnmerge from Joshua Colp
2009-10-17Remove unnecessary typedefTilghman Lesher
2009-10-15Create an API for adding an optional time unit onto the ends of time periods.Tilghman Lesher
2009-10-11Merged revisions 223485-223486 via svnmerge from Russell Bryant
2009-10-09Merged revisions 223225 via svnmerge from Matthew Nicholson
2009-10-08Merged revisions 222878 via svnmerge from Russell Bryant
2009-10-08fixes an ast_netsock_list memory leak.David Vossel
2009-10-07Deadlock in channel masquerade handlingDavid Vossel
2009-10-06Recorded merge of revisions 222152 via svnmerge from Kevin P. Fleming
2009-10-05Allow non-compliant T.38 endpoints to be supportable via configuration option.Kevin P. Fleming
2009-10-02Merged revisions 221970 via svnmerge from Tilghman Lesher
2009-10-02Initialize a variable that we check immediately upon startup.Tilghman Lesher
2009-10-02One more off-by-one in trunkTilghman Lesher
2009-10-01Merged revisions 221776 via svnmerge from Tilghman Lesher
2009-10-01Remove ability to control T.38 FAX error correction from udptl.conf.Kevin P. Fleming
2009-09-30Use rtp properties instead of adding a callbackTerry Wilson
2009-09-30Merged revisions 221086 via svnmerge from Terry Wilson
2009-09-30Merged revisions 221200 via svnmerge from Tilghman Lesher
2009-09-29Fix channel reference leak.Mark Michelson
2009-09-29Get rid of annoying and cryptic debug messages.Mark Michelson
2009-09-25Eliminate unnecessary include of version.h in manager.c.Kevin P. Fleming
2009-09-25Correct sense of logic test committed in revision 220494.Kevin P. Fleming
2009-09-25Don't use hash-based lookups for ast_channel_get_by_name_prefix().Kevin P. Fleming
2009-09-24Change the default behavior of Set, AGI, and pbx_realtime to 1.6 behavior by ...Tilghman Lesher
2009-09-24fixes tcptls_session memory leak caused by ref count errorDavid Vossel
2009-09-24Add bridge related dial flags to the bridge appJeff Peeler
2009-09-24Merged revisions 220288 via svnmerge from Tilghman Lesher
2009-09-20Merged revisions 219653 via svnmerge from Tilghman Lesher
2009-09-17Merged revisions 219136 via svnmerge from Matthew Nicholson
2009-09-16Merged revisions 219023 via svnmerge from Tilghman Lesher
2009-09-16Merged revisions 218867 via svnmerge from David Brooks
2009-09-14Do not attempt to add a parking extension if an error occurred while reading ...Joshua Colp