summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2007-12-18make configuration variable const so they are not accidentallyLuigi Rizzo
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.Luigi Rizzo
2007-12-18You... will... build! I say so and therefore you will.Joshua Colp
2007-12-18minor cleanupsKevin P. Fleming
2007-12-17fix building under cygwin.Luigi Rizzo
2007-12-17remove some unnecessary includesLuigi Rizzo
2007-12-17surprising as it may be, chan_oss compiles correctly under cygwin as well,Luigi Rizzo
2007-12-17Merged revisions 93182 via svnmerge from Olle Johansson
2007-12-17Merged revisions 93250 via svnmerge from Joshua Colp
2007-12-17make the configure script detect that it is running on a Windows platform, an...Kevin P. Fleming
2007-12-17Fix usage of rtptimeout. It can be used without rtpkeepalive, and the value c...Joshua Colp
2007-12-17If no timezone is available use the default message.Joshua Colp
2007-12-17Make chan_unistim actually be able to unload. When creating a thread that you...Joshua Colp
2007-12-17Merged revisions 93180 via svnmerge from Kevin P. Fleming
2007-12-16HUGE improvements to QoS/CoS handling by IgorGOlle Johansson
2007-12-16Make more timers settable in SIP so that we can force timeout earlier on non-...Olle Johansson
2007-12-15Bring in video console support for chan_oss (and later chan_alsa too).Luigi Rizzo
2007-12-15remove some redundant headersLuigi Rizzo
2007-12-14Solaris compat fixesTilghman Lesher
2007-12-14Merged revisions 92937 via svnmerge from Joshua Colp
2007-12-14Merged revisions 92934 via svnmerge from Christian Richter
2007-12-14Convert ast_verbose to ast_verb.Tilghman Lesher
2007-12-13Merged revisions 92815 via svnmerge from Tilghman Lesher
2007-12-13Remove remnants of a poorly merged commit. (92697)Jason Parker
2007-12-13Merged revisions 92696 via svnmerge from Jason Parker
2007-12-12Revert an "optimization" that I added in revision 89887, as the user who repo...Russell Bryant
2007-12-12Merged revisions 92617 via svnmerge from Jason Parker
2007-12-11Doxygen updates, formatting. Olle Johansson
2007-12-11Trunk build would fail due to the nonexistence of zaptel hwgainMark Michelson
2007-12-11We need to set the address we want to match against before we actually do the...Jason Parker
2007-12-10Add CLI commands to dynamically set hw and sw gainsDoug Bailey
2007-12-10Removing some LOG_DEBUG itemsOlle Johansson
2007-12-10Merged revisions 92158 via svnmerge from Olle Johansson
2007-12-10Put into Makefile.moddir_rules the common instructions used toLuigi Rizzo
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referenceLuigi Rizzo
2007-12-07Fix a small typo in a comment.Jason Parker
2007-12-06Add a manager event for PRI events: this will help manager users detect when...Tilghman Lesher
2007-12-06Make sure we clear these flags when libpri is not installedMatthew Fredrickson
2007-12-06Merged revisions 91439 via svnmerge from Joshua Colp
2007-12-06Update ZapShowChannels so that you can specify one channel.Olle Johansson
2007-12-05Rename "username" to "defaultuser" to match with "defaultip".Olle Johansson
2007-12-05Remove the cseqs from "sip show channel" and make more place for the call ID.Olle Johansson
2007-12-05revert part of my changes from earlier today since this code is no longer dep...Kevin P. Fleming
2007-12-04Fix mwimonitornotify on reload ... again. This option was only read at startupRussell Bryant
2007-12-04Don't error when we don't have libpri installed with libss7 support. Also, p...Matthew Fredrickson
2007-12-04Fix resetting mwimonitornotify on reload. I guess I only added this line in ...Russell Bryant
2007-12-04Coding guidelines fixupsTilghman Lesher
2007-12-04Add manager action 'sipshowregistry'.Jason Parker
2007-12-04Add support for monitoring MWI on FXO lines.Russell Bryant
2007-12-04fix build of this module when libpri and/or libss7 are or are not presentKevin P. Fleming