aboutsummaryrefslogtreecommitdiffstats
path: root/main/channel.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-30small formatting fixkpfleming1-2/+2
2006-12-27Merged revisions 49006 via svnmerge from kpfleming1-3/+3
2006-12-25rename the structs struct tone_zone_sound and struct tone_zonerizzo1-1/+1
2006-12-21same as in other places, check that generator->release is not NULLrizzo1-1/+2
2006-12-15remove ast_safe_string_alloc() - it is completelyrizzo1-15/+0
2006-12-15constify ast_state2str() and note it is not reentrant.rizzo1-2/+4
2006-12-06Staticize one, and Constify a bunch of usage strings for CLI commands.russell1-2/+2
2006-12-01Formatting fixoej1-3/+3
2006-11-25set pointers to NULL after freeing memory to avoid multiple free()rizzo1-0/+1
2006-11-17This update fulfils the request of bug 7109, which claimed the language arg t...murf1-4/+4
2006-11-16Merged revisions 44809 via svnmerge from pcadach1-1/+1
2006-11-15Merged revisions 47707 via svnmerge from file1-3/+9
2006-11-08This mod via bug 7531murf1-1/+5
2006-11-07A fair number of changes for the sake of bug 7506murf1-18/+56
2006-11-02Merged revisions 47051 via svnmerge from tilghman1-4/+4
2006-10-24Merged revisions 46078 via svnmerge from tilghman1-1/+4
2006-10-19Extend the thread storage API such that a custom initialization function canrussell1-1/+1
2006-10-18Merged revisions 45441 via svnmerge from russell1-22/+6
2006-10-17Merged revisions 45408 via svnmerge from kpfleming1-2/+2
2006-10-03Add Masquerade manager event which trips when a masquerade happens (issue #78...file1-0/+3
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-43/+75
2006-10-02Make callerid fields in Manager events more consistent. CallerIDNum for numbe...file1-3/+3
2006-09-27Merged revisions 43779 via svnmerge from russell1-3/+5
2006-09-26Merged revisions 43695 via svnmerge from file1-52/+82
2006-09-22Merged revisions 43486 via svnmerge from kpfleming1-6/+6
2006-09-21Remove deprecated CLI apps from the coretilghman1-12/+2
2006-09-21SS7 marked the start of an open season for trunk again but here's something m...file1-0/+10
2006-09-18merge qwell's CLI verbification workkpfleming1-9/+22
2006-09-09Merged revisions 42600 via svnmerge from file1-1/+1
2006-09-08Merged revisions 42452 via svnmerge from file1-0/+23
2006-09-08whentohangup is already in seconds, just need to convert to millisecondsfile1-1/+1
2006-09-03Make the difference clear about what the responsibilities of the core and a s...file1-39/+70
2006-09-03Tweak the if statement a bitfile1-9/+7
2006-09-03Don't use ast_frdup() in the AST_LIST_INSERT_TAIL macro directly. That was arussell1-2/+5
2006-09-01Merged revisions 41690 via svnmerge from file1-0/+2
2006-08-31Don't fail the write if they try to write a NULL or IAX frame as we just igno...file1-0/+1
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-30/+103
2006-08-30fix a bug introduced when I merged my frame caching branch. Queue therussell1-1/+1
2006-08-29Merge team/russell/frame_cachingrussell1-94/+63
2006-08-24Merged revisions 40994 via svnmerge from russell1-2/+2
2006-08-21- use the atomic operations for incrementing the unique intrussell1-12/+21
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+4516