aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2008-07-21Add "iax2 set debug peer" command and remove deprecated iax2 debug bbryant1-153/+111
2008-07-21Fix bug where ast_parse_arg would inadvertantly enable sip tcp when parsing a...bbryant1-0/+2
2008-07-21Fix an issue in iax2 where a call that's been rejected still kept an open cha...bbryant1-4/+2
2008-07-21make buffers config option (chan_dahdi.conf) parsing safer and added logging ...jpeeler1-11/+14
2008-07-18Make sure we break the poll so that messages queued will be sent on the SS7 w...mattf1-0/+13
2008-07-18Merged revisions 131970 via svnmerge from tilghman1-2/+2
2008-07-17Add configuration option to chan_dahdi.conf to allow buffering policy and num...jpeeler1-17/+35
2008-07-17Merged revisions 131790 via svnmerge from tilghman1-1/+2
2008-07-17Instead of attempting to pass through AST_EVENT_DEVICE_STATE, use DEVICE_STAT...russell1-1/+2
2008-07-16Merged revisions 131491 via svnmerge from bbryant1-2/+2
2008-07-16Merged revisions 131421 via svnmerge from russell1-0/+6
2008-07-16Add missing terminator to ast_event_subscribe to fix a crash.russell1-1/+1
2008-07-15Merged revisions 130959 via svnmerge from tilghman1-4/+4
2008-07-15Additional option for videosupport (always) that disables the optimization totilghman1-7/+22
2008-07-14Merged revisions 130889 via svnmerge from tilghman1-13/+10
2008-07-14free memory used by the x11 grabber when closing it.rizzo1-7/+5
2008-07-14use ast_pthread_create_detached_background() instead of redoingrizzo1-4/+3
2008-07-14Swap "static" and "const", so that "static" appears at the beginning of eachtilghman3-54/+54
2008-07-13Convert chan_skinny's open-coded linked lists to the list macrosmvanbaak1-253/+179
2008-07-13Merged revisions 130514 via svnmerge from tilghman1-53/+44
2008-07-13Unlock list before returningtilghman1-0/+1
2008-07-11Support new TRANSPORT definitions in libss7mattf1-1/+5
2008-07-11Fix trunk breakagetilghman1-1/+1
2008-07-11Merged revisions 130169 via svnmerge from tilghman1-6/+15
2008-07-11Missed one. Formatting only.seanbright1-1/+1
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant5-14/+14
2008-07-11Merged revisions 130102 via svnmerge from tilghman1-1/+59
2008-07-11Merged revisions 130039 via svnmerge from kpfleming1-0/+13
2008-07-10Merged revisions 129803 via svnmerge from tilghman1-45/+45
2008-07-10A couple more minor text changesseanbright1-2/+2
2008-07-10Remove extraneous \n. Pointed out by eliel on #asterisk-dev.seanbright1-1/+1
2008-07-08Merged revisions 129149 via svnmerge from tilghman1-0/+1
2008-07-08Merged revisions 129047 via svnmerge from tilghman1-10/+16
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.bbryant5-27/+34
2008-07-08Merged revisions 128950 via svnmerge from oej1-9/+5
2008-07-08Merged revisions 128912 via svnmerge from oej1-2/+2
2008-07-07Merged revisions 128795 via svnmerge from russell1-2/+4
2008-07-07Merged revisions 128737 via svnmerge from seanbright1-2/+2
2008-07-07Merged revisions 128639 via svnmerge from mmichelson1-1/+3
2008-07-07As pointed out on the -dev list, actually use the result of find_peer() so thatrussell1-2/+3
2008-07-06- Adding alias "udpbindaddr" for the UDP port to comply with "tcpbindaddr" an...oej1-1/+1
2008-07-06- Fixing issues with "sip show settings"oej1-15/+30
2008-07-06- Remove unused variable "expiry"oej1-3/+2
2008-07-06More doxygen comments.oej1-37/+52
2008-07-06- Formatting changesoej1-10/+14
2008-07-06Adding note about incorrect manager registration...oej1-1/+1
2008-07-06Remove comments that doesn't make sense. The deprecation of type=user will co...oej1-2/+0
2008-07-06Fix severe problem with my previous commit of "kill-the-user". Russell saw a ...oej1-2/+2
2008-07-06Disabling code used by dumpdb with #ifdef, since I believe we might use it so...oej1-6/+12
2008-07-06Removing the CLI dumpdb command (see asterisk-dev discussion and decision)oej1-284/+0