aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-11-26Rename "limitonpeer" to "counteronpeer" since the call-limit is deprecated.oej1-1/+1
2007-11-26Formatting, doxygenificationoej1-7/+10
2007-11-26Formatting changes, cleaning up some codeoej1-33/+45
2007-11-26Start using Doxygen groupings to group variables and defines.oej1-15/+39
2007-11-26Instead of printing out one codec in sip show channels print out all of the n...file1-2/+3
2007-11-25Formatting changesoej1-93/+81
2007-11-25Typo (someone needs to test compile before committing his changes)tilghman1-2/+2
2007-11-25More doxygen changesoej1-3/+12
2007-11-25Housekeepingoej1-2/+2
2007-11-25Formatting, doxygen updatesoej1-30/+37
2007-11-25- Deprecate "call-limit" in chan_sip. No other channel driver enforces call-l...oej1-0/+16
2007-11-25Housekeeping...oej1-1/+1
2007-11-24remove a DEBUG_THREADS message that accesses private lock fields.rizzo1-3/+6
2007-11-23put in the necessary hooks for video support in the console.rizzo1-2/+80
2007-11-23set rtpmap video info according to what is read from SDP;rizzo1-2/+4
2007-11-21closes issue #11285, where an unload of a module that creates a dialplan cont...murf3-1/+19
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo20-20/+0
2007-11-21Remove unneccessary explicit case for BRImattf1-3/+1
2007-11-21Take some debug code out :-)mattf1-1/+0
2007-11-21Add BRI support to chan_zapmattf1-25/+83
2007-11-21fix a small gramatical error in a commentrussell1-1/+1
2007-11-21Fix some code that was supposed to ensure that a buffer was terminated, but wasrussell1-30/+7
2007-11-21get this to actually compile...kpfleming1-19/+24
2007-11-21remove this file, it is not used anywhere.rizzo1-157/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo3-0/+3
2007-11-20Fix building of modules under cygwin.rizzo1-0/+4
2007-11-20Include the compatibility header file in ast_h323.cxx for compatibility reasons.file1-0/+1
2007-11-20Fix sip show history.oej1-2/+2
2007-11-20Change terminology a bit for CLI commands handling SIP channels/calls/dialogs...oej1-5/+5
2007-11-19Changed the "busy-level" option in sip.conf to "busylevel" to be more parallelmmichelson1-1/+1
2007-11-19another few errno.h removalsrizzo2-3/+0
2007-11-19Change delimiter of SIPPEER to be comma (instead of pipe) and further depreca...tilghman1-3/+6
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo21-39/+0
2007-11-19Adding busy-level to the SIP_PEER() dialplan function. oej1-0/+3
2007-11-19Make some notes about a problem I found with the OPTIONs handler while workin...oej1-9/+21
2007-11-17Add SS7 Generic address support (#11156)mattf1-6/+30
2007-11-17trim more redundant headersrizzo2-8/+0
2007-11-17fix breakage induced by previous mistakerizzo1-7/+2
2007-11-17filter out modules that do not compile under windowsrizzo1-0/+5
2007-11-17more removal of duplicate #include linesrizzo8-9/+0
2007-11-16remove a bunch of duplicate includesrizzo2-2/+0
2007-11-16remove redundant #include "asterisk/compat.h",rizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo22-94/+0
2007-11-16fixed #10631, about one way audio. thanks IgorG again.crichter1-0/+1
2007-11-16move the inner part of config file parsing to a separate function,rizzo1-22/+27
2007-11-16fixed compilation of chan_misdn, #11269, thanks IgorG.crichter1-2/+2
2007-11-15Merged revisions 89301 via svnmerge from tilghman1-1/+1
2007-11-15Merged revisions 89298 via svnmerge from tilghman1-0/+12
2007-11-15And file said... let trunk build again! Accomplished by some more constificat...file3-8/+9
2007-11-15Always relying on the responses when crossing NAT's are not a goodoej1-1/+7