summaryrefslogtreecommitdiff
path: root/main/channel.c
AgeCommit message (Expand)Author
2007-01-24Merged revisions 51848 via svnmerge from Russell Bryant
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...Joshua Colp
2007-01-19Merged revisions 51311 via svnmerge from Russell Bryant
2007-01-19include "asterisk/zapata.h" to get the zaptel headers.Luigi Rizzo
2007-01-18Merged revisions 51241 via svnmerge from Jason Parker
2007-01-17Don't hold channel lock while sleeping/waiting for audio stream to get setup....Joshua Colp
2007-01-13Merged revisions 50727 via svnmerge from Joshua Colp
2007-01-12make the automatic post-answer delay happen only when the answer is 'automati...Kevin P. Fleming
2007-01-11when a channel gets automatically answered by an application, sleep a bit to ...Kevin P. Fleming
2007-01-07Reduce duplication of code (Issue 6542)Tilghman Lesher
2007-01-05Merged revisions 49675 via svnmerge from Joshua Colp
2006-12-30small formatting fixKevin P. Fleming
2006-12-27Merged revisions 49006 via svnmerge from Kevin P. Fleming
2006-12-25rename the structs struct tone_zone_sound and struct tone_zoneLuigi Rizzo
2006-12-21same as in other places, check that generator->release is not NULLLuigi Rizzo
2006-12-15remove ast_safe_string_alloc() - it is completelyLuigi Rizzo
2006-12-15constify ast_state2str() and note it is not reentrant.Luigi Rizzo
2006-12-06Staticize one, and Constify a bunch of usage strings for CLI commands.Russell Bryant
2006-12-01Formatting fixOlle Johansson
2006-11-25set pointers to NULL after freeing memory to avoid multiple free()Luigi Rizzo
2006-11-17This update fulfils the request of bug 7109, which claimed the language arg t...Steve Murphy
2006-11-16Merged revisions 44809 via svnmerge from Paul Cadach
2006-11-15Merged revisions 47707 via svnmerge from Joshua Colp
2006-11-08This mod via bug 7531Steve Murphy
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-10-24Merged revisions 46078 via svnmerge from Tilghman Lesher
2006-10-19Extend the thread storage API such that a custom initialization function canRussell Bryant
2006-10-18Merged revisions 45441 via svnmerge from Russell Bryant
2006-10-17Merged revisions 45408 via svnmerge from Kevin P. Fleming
2006-10-03Add Masquerade manager event which trips when a masquerade happens (issue #78...Joshua Colp
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-10-02Make callerid fields in Manager events more consistent. CallerIDNum for numbe...Joshua Colp
2006-09-27Merged revisions 43779 via svnmerge from Russell Bryant
2006-09-26Merged revisions 43695 via svnmerge from Joshua Colp
2006-09-22Merged revisions 43486 via svnmerge from Kevin P. Fleming
2006-09-21Remove deprecated CLI apps from the coreTilghman Lesher
2006-09-21SS7 marked the start of an open season for trunk again but here's something m...Joshua Colp
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-09Merged revisions 42600 via svnmerge from Joshua Colp
2006-09-08Merged revisions 42452 via svnmerge from Joshua Colp
2006-09-08whentohangup is already in seconds, just need to convert to millisecondsJoshua Colp
2006-09-03Make the difference clear about what the responsibilities of the core and a s...Joshua Colp
2006-09-03Tweak the if statement a bitJoshua Colp
2006-09-03Don't use ast_frdup() in the AST_LIST_INSERT_TAIL macro directly. That was aRussell Bryant
2006-09-01Merged revisions 41690 via svnmerge from Joshua Colp
2006-08-31Don't fail the write if they try to write a NULL or IAX frame as we just igno...Joshua Colp
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-30fix a bug introduced when I merged my frame caching branch. Queue theRussell Bryant
2006-08-29Merge team/russell/frame_cachingRussell Bryant