aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-02-28Handle disappearing calls for registersmarkster1-9/+16
2006-02-28Merged revisions 11410 via svnmerge from russell1-1/+1
2006-02-28fix some build issues on FreeBSD (issue #6614)russell1-1/+2
2006-02-28better default values for jitterbuffer in code and configcrichter2-3/+3
2006-02-28Oopsmarkster1-2/+2
2006-02-28Fix for GCC 3.2.2markster1-13/+17
2006-02-28Make sure we clear up schedule numbers before we process schedule markster1-4/+16
2006-02-28Keep track of the function we're in the middle of doingmarkster1-5/+34
2006-02-26Make IAX2 multithreadedmarkster1-52/+401
2006-02-24added export and import of RDNIS channel variablecrichter2-0/+13
2006-02-23removed the misdn Makefile target from channels/misdn/Makefile in favour of a...crichter1-11/+0
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...kpfleming4-4/+6
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a bunch...kpfleming2-2/+2
2006-02-22* changed some strncpys to ast_copy_str crichter3-40/+74
2006-02-22fixed a ETSI violation (after RELEASE we need to RELEASE_COMPLETE (network si...crichter4-22/+30
2006-02-21Bug 6554 - Show all spans statuses with a single commandtilghman1-0/+27
2006-02-21Bug 6552 - Be a little more descriptive about which span has the PRI errortilghman1-1/+1
2006-02-20Remove gratuitous -1 (bug #6426)markster1-1/+1
2006-02-20Remove several uses of freed memorymarkster1-15/+25
2006-02-16add 'blindtransfer' variable to chan iax2 like chan_sip and res_features bug ...mogorman1-0/+3
2006-02-16Whitespace cleanupoej1-55/+55
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-1/+0
2006-02-15adde incoming_early_audio option, to avoid sending tone indications to the re...crichter3-2/+16
2006-02-15added pmp_l1_check option, to avoid l1 checking for group calls on PMP portscrichter5-19/+22
2006-02-15remove code that does not appear to do anything useful (issue #6059)kpfleming1-9/+1
2006-02-15Merged revisions 10137 via svnmerge from kpfleming1-0/+2
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)kpfleming2-13/+5
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)kpfleming1-2/+2
2006-02-14Merged revisions 9958 via svnmerge from kpfleming1-1/+1
2006-02-14fixed a certain 64bit segfaultcrichter1-2/+2
2006-02-14fixed the occasional no audio issue, still need deeper investigation .. echot...crichter2-2/+3
2006-02-13declare function_sipppeer as static (issue #6466)russell1-1/+1
2006-02-13remove unneeded var (issue #6466)russell1-2/+2
2006-02-12set peername after recent function updatesrussell1-1/+1
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...kpfleming1-2/+5
2006-02-12major dialplan functions updatekpfleming3-56/+43
2006-02-11Makefile updates for renaming of chan_misdn_configrussell1-6/+2
2006-02-11rename chan_misdn_config.c to misdn_config.crussell1-0/+0
2006-02-11Merged revisions 9609 via svnmerge from russell3-0/+3
2006-02-11don't try to build a chan_misdn_config.sorussell1-0/+3
2006-02-11remove unused header and channel modulekpfleming3-1274/+37
2006-02-11Make IAX2 not try to authenticate when registration info is not changingmarkster1-3/+7
2006-02-11doh!kpfleming1-2/+1
2006-02-10clean up SMDI support commit:kpfleming1-3/+3
2006-02-10Add boost gain option to microphone, also minor bug fixes (#6388)mattf1-18/+85
2006-02-10Minor bugfix for #6386mattf1-1/+1
2006-02-10Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)mattf2-8/+86
2006-02-10Merged revisions 9404 via svnmerge from kpfleming2-8/+2
2006-02-10restore 'rfc2833' naming for DTMF mode in chan_sipkpfleming1-6/+6
2006-02-10* jb can be configed by misdn_set_optcrichter1-37/+92