aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-12-19Adding the ability to specify the To: header in an outbound INVITEoej1-11/+50
2007-12-18Move some warnings away to debug since some devices send a packet with a sillyoej1-2/+2
2007-12-18Merged revisions 93668 via svnmerge from tilghman2-8/+92
2007-12-18make configuration variable const so they are not accidentallyrizzo1-1/+1
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.rizzo2-5/+5
2007-12-18You... will... build! I say so and therefore you will.file1-0/+1
2007-12-18minor cleanupskpfleming1-3/+0
2007-12-17fix building under cygwin.rizzo1-0/+14
2007-12-17remove some unnecessary includesrizzo1-27/+2
2007-12-17surprising as it may be, chan_oss compiles correctly under cygwin as well,rizzo1-2/+1
2007-12-17Merged revisions 93182 via svnmerge from oej4-0/+9
2007-12-17Merged revisions 93250 via svnmerge from file1-1/+6
2007-12-17make the configure script detect that it is running on a Windows platform, an...kpfleming3-5/+5
2007-12-17Fix usage of rtptimeout. It can be used without rtpkeepalive, and the value c...file1-2/+2
2007-12-17If no timezone is available use the default message.file1-2/+2
2007-12-17Make chan_unistim actually be able to unload. When creating a thread that you...file1-1/+2
2007-12-17Merged revisions 93180 via svnmerge from kpfleming1-1/+3
2007-12-16HUGE improvements to QoS/CoS handling by IgorGoej7-30/+102
2007-12-16Make more timers settable in SIP so that we can force timeout earlier on non-...oej1-9/+57
2007-12-15Bring in video console support for chan_oss (and later chan_alsa too).rizzo1-0/+3280
2007-12-15remove some redundant headersrizzo1-12/+4
2007-12-14Solaris compat fixestilghman1-77/+57
2007-12-14Merged revisions 92937 via svnmerge from file1-2/+2
2007-12-14Merged revisions 92934 via svnmerge from crichter1-1/+1
2007-12-14Convert ast_verbose to ast_verb.tilghman1-2/+2
2007-12-13Merged revisions 92815 via svnmerge from tilghman1-0/+19
2007-12-13Remove remnants of a poorly merged commit. (92697)qwell1-30/+0
2007-12-13Merged revisions 92696 via svnmerge from qwell2-50/+80
2007-12-12Revert an "optimization" that I added in revision 89887, as the user who repo...russell1-87/+68
2007-12-12Merged revisions 92617 via svnmerge from qwell1-4/+0
2007-12-11Doxygen updates, formatting. oej10-0/+57
2007-12-11Trunk build would fail due to the nonexistence of zaptel hwgainmmichelson1-0/+4
2007-12-11We need to set the address we want to match against before we actually do the...qwell1-3/+5
2007-12-10Add CLI commands to dynamically set hw and sw gainsdbailey1-0/+147
2007-12-10Removing some LOG_DEBUG itemsoej1-4/+2
2007-12-10Merged revisions 92158 via svnmerge from oej1-10/+37
2007-12-10Put into Makefile.moddir_rules the common instructions used torizzo1-12/+4
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referencerizzo1-1/+1
2007-12-07Fix a small typo in a comment.qwell1-1/+1
2007-12-06Add a manager event for PRI events: this will help manager users detect when...tilghman1-1/+12
2007-12-06Make sure we clear these flags when libpri is not installedmattf1-1/+1
2007-12-06Merged revisions 91439 via svnmerge from file1-0/+18
2007-12-06Update ZapShowChannels so that you can specify one channel.oej1-13/+55
2007-12-05Rename "username" to "defaultuser" to match with "defaultip".oej1-5/+5
2007-12-05Remove the cseqs from "sip show channel" and make more place for the call ID.oej1-5/+4
2007-12-05revert part of my changes from earlier today since this code is no longer dep...kpfleming1-4/+1
2007-12-04Fix mwimonitornotify on reload ... again. This option was only read at startuprussell1-2/+2
2007-12-04Don't error when we don't have libpri installed with libss7 support. Also, p...mattf1-15/+9
2007-12-04Fix resetting mwimonitornotify on reload. I guess I only added this line in ...russell1-0/+2
2007-12-04Coding guidelines fixupstilghman1-805/+722