summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2009-02-16Merged revisions 175921 via svnmerge from Michiel van Baak
2009-02-15Fix a number of problems with ast_sched_report().Russell Bryant
2009-02-15Merged revisions 175777 via svnmerge from Olle Johansson
2009-02-13Fixed iax2 key rotation backwards compatibilityDavid Vossel
2009-02-13Add basic (passthrough, playback, record) support for ITU G.722.1 and G.722.1...Kevin P. Fleming
2009-02-13Add dynamic fax buffer configuration option to chan_dahdi.confDwayne M. Hubbard
2009-02-12Remove useless string copy, and make sscanf safe againRussell Bryant
2009-02-12Adds force encryption option to iax.confDavid Vossel
2009-02-12Avoid using ast_strdupa() in a loop.Russell Bryant
2009-02-12correct warning message to not refer specifically to DAHDIKevin P. Fleming
2009-02-12Setting key rotation to be off by defaultDavid Vossel
2009-02-12Issue a warning message if our candidate's IP is the loopback address.Philippe Sultan
2009-02-12Merged revisions 175029 via svnmerge from Philippe Sultan
2009-02-10Only decrease inringing count if above zero.Joshua Colp
2009-02-10Set the type for the peer structure to be a peer as the default.Joshua Colp
2009-02-10Make the logic for inuse and inringing manipluation match that of 1.4. The ol...Joshua Colp
2009-02-09Fix something I messed up in the merge I just didMark Michelson
2009-02-09Merged revisions 174282 via svnmerge from Mark Michelson
2009-02-06Merged revisions 174082 via svnmerge from Dwayne M. Hubbard
2009-02-06Adds immediate yes/no option to iax.confDavid Vossel
2009-02-06Don't subscribe to a mailbox on pseudo channels. It is futile. This solves an...Joshua Colp
2009-02-06Merged revisions 173967-173968 via svnmerge from Joshua Colp
2009-02-06Merged revisions 173917 via svnmerge from Matthew Nicholson
2009-02-06Add a common implementation of a scheduler context with a dedicated thread.Russell Bryant
2009-02-04Fixes issue with IAX2 transfer not handing off calls. Reverts changes in 116884David Vossel
2009-02-03Broke up the large conditional blocks so it is easy to see if a function is c...Richard Mudgett
2009-02-02Fix a spelling mistake.Russell Bryant
2009-02-02Add a todo. I do need to really check what's going on with this kill-the-user...Olle Johansson
2009-02-02Small formatting changeOlle Johansson
2009-02-02Add some well-needed improvements to the wishlist in the code, so that we can...Olle Johansson
2009-02-02The CID lookup feature wasn't actually working properly with dialog-info+xmlSean Bright
2009-01-29channels/chan_dahdi.cRichard Mudgett
2009-01-29Revert two lines that was extra, but only on fridays.Olle Johansson
2009-01-29Fix "cancel answered elsewhere" through app_queue with members in chan_local.Olle Johansson
2009-01-29- Make sure we set setvar= variables on outbound calls too, not only inbound ...Olle Johansson
2009-01-29Make sure register= line supports both port and expiry at the same time.Olle Johansson
2009-01-29Merged revisions 172169 via svnmerge from Olle Johansson
2009-01-28A further correction: cast the sizeof to an int.Steve Murphy
2009-01-28my gcc (Ubuntu 4.3.2-1ubuntu11) 4.3.2 didn't like the \%ld and issued a warni...Steve Murphy
2009-01-28Merged revisions 171963 via svnmerge from Tilghman Lesher
2009-01-27Don't complain about lack of D-channels on PTMP connectionsMatthew Fredrickson
2009-01-27Merged revisions 171689 via svnmerge from Mark Michelson
2009-01-27Handle new VMWI ioctl structure (Now there are two VMWI ioctl calls.) Doug Bailey
2009-01-27Solving the same issue, but a bit different in trunk...Olle Johansson
2009-01-26Moving generic setting to friendsOlle Johansson
2009-01-26Continue to move variables into the sip_cfg structure to make them easier to ...Olle Johansson
2009-01-26Just moving around variable declarations so that we have all globals in the s...Olle Johansson
2009-01-26Merged revisions 171264 via svnmerge from Olle Johansson
2009-01-25Merged revisions 171187 via svnmerge from Tilghman Lesher
2009-01-25dont segfault when a MWI event occurs on a line without a registered deviceMichiel van Baak