summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2008-07-21Add autocompletion to "iax2 set debug peer".Brett Bryant
2008-07-21Add "iax2 set debug peer" command and remove deprecated iax2 debug Brett Bryant
2008-07-21Fix bug where ast_parse_arg would inadvertantly enable sip tcp when parsing a...Brett Bryant
2008-07-21Fix an issue in iax2 where a call that's been rejected still kept an open cha...Brett Bryant
2008-07-21make buffers config option (chan_dahdi.conf) parsing safer and added logging ...Jeff Peeler
2008-07-18Make sure we break the poll so that messages queued will be sent on the SS7 w...Matthew Fredrickson
2008-07-18Merged revisions 131970 via svnmerge from Tilghman Lesher
2008-07-17Add configuration option to chan_dahdi.conf to allow buffering policy and num...Jeff Peeler
2008-07-17Merged revisions 131790 via svnmerge from Tilghman Lesher
2008-07-17Instead of attempting to pass through AST_EVENT_DEVICE_STATE, use DEVICE_STAT...Russell Bryant
2008-07-16Merged revisions 131491 via svnmerge from Brett Bryant
2008-07-16Merged revisions 131421 via svnmerge from Russell Bryant
2008-07-16Add missing terminator to ast_event_subscribe to fix a crash.Russell Bryant
2008-07-15Merged revisions 130959 via svnmerge from Tilghman Lesher
2008-07-15Additional option for videosupport (always) that disables the optimization toTilghman Lesher
2008-07-14Merged revisions 130889 via svnmerge from Tilghman Lesher
2008-07-14free memory used by the x11 grabber when closing it.Luigi Rizzo
2008-07-14use ast_pthread_create_detached_background() instead of redoingLuigi Rizzo
2008-07-14Swap "static" and "const", so that "static" appears at the beginning of eachTilghman Lesher
2008-07-13Convert chan_skinny's open-coded linked lists to the list macrosMichiel van Baak
2008-07-13Merged revisions 130514 via svnmerge from Tilghman Lesher
2008-07-13Unlock list before returningTilghman Lesher
2008-07-11Support new TRANSPORT definitions in libss7Matthew Fredrickson
2008-07-11Fix trunk breakageTilghman Lesher
2008-07-11Merged revisions 130169 via svnmerge from Tilghman Lesher
2008-07-11Missed one. Formatting only.Sean Bright
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENBrett Bryant
2008-07-11Merged revisions 130102 via svnmerge from Tilghman Lesher
2008-07-11Merged revisions 130039 via svnmerge from Kevin P. Fleming
2008-07-10Merged revisions 129803 via svnmerge from Tilghman Lesher
2008-07-10A couple more minor text changesSean Bright
2008-07-10Remove extraneous \n. Pointed out by eliel on #asterisk-dev.Sean Bright
2008-07-08Merged revisions 129149 via svnmerge from Tilghman Lesher
2008-07-08Merged revisions 129047 via svnmerge from Tilghman Lesher
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.Brett Bryant
2008-07-08Merged revisions 128950 via svnmerge from Olle Johansson
2008-07-08Merged revisions 128912 via svnmerge from Olle Johansson
2008-07-07Merged revisions 128795 via svnmerge from Russell Bryant
2008-07-07Merged revisions 128737 via svnmerge from Sean Bright
2008-07-07Merged revisions 128639 via svnmerge from Mark Michelson
2008-07-07As pointed out on the -dev list, actually use the result of find_peer() so thatRussell Bryant
2008-07-06- Adding alias "udpbindaddr" for the UDP port to comply with "tcpbindaddr" an...Olle Johansson
2008-07-06- Fixing issues with "sip show settings"Olle Johansson
2008-07-06- Remove unused variable "expiry"Olle Johansson
2008-07-06More doxygen comments.Olle Johansson
2008-07-06- Formatting changesOlle Johansson
2008-07-06Adding note about incorrect manager registration...Olle Johansson
2008-07-06Remove comments that doesn't make sense. The deprecation of type=user will co...Olle Johansson
2008-07-06Fix severe problem with my previous commit of "kill-the-user". Russell saw a ...Olle Johansson
2008-07-06Disabling code used by dumpdb with #ifdef, since I believe we might use it so...Olle Johansson