summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2006-03-12- Adding some hangupcauses before hangupsOlle Johansson
2006-03-10Issue #5937 - Make sure that SIP CANCEL's are retransmitted properlyOlle Johansson
2006-03-10Implement enum for retransmit options to various functions.Olle Johansson
2006-03-09added option to change the connected party number dialplan (ton)Christian Richter
2006-03-09Support SIP_CODEC channel variable for early media. (Imported from 1.2, with ...Olle Johansson
2006-03-09Make sure we clear our sched value before we actually schedule the Mark Spencer
2006-03-08Formatting fix.Olle Johansson
2006-03-08Issue #6657 - Ignore 183 Session Progress without SDP (imported from 1.2 rev ...Olle Johansson
2006-03-08Set SIPDOMAIN on 302 redirects. Olle Johansson
2006-03-07Issue #6627 - Don't reset port number of active peers at reloadOlle Johansson
2006-03-07fixed #6642 in trunk as well, sorry i really didn't want to copy this issue ....Christian Richter
2006-03-07when receiving disconnect with inband info, we don't send release immediately...Christian Richter
2006-03-07added misdn port down to send a L1 Deactivate to a NT Port. changed some defa...Christian Richter
2006-03-07added a bit more detailed description for the echotraining parameter, also ch...Christian Richter
2006-03-07Add accountcode to sip_peer dialplan functionOlle Johansson
2006-03-07Merged revisions 12195 via svnmerge from Tilghman Lesher
2006-03-06Bug 6195 - Deadlock solution by MattiTilghman Lesher
2006-03-05Fix bad fix.Olle Johansson
2006-03-05OopsOlle Johansson
2006-03-05Clear almost all of page2 flags at reload (different fix from 1.2 branch)Olle Johansson
2006-03-04Fix some whitespace issuesMark Spencer
2006-02-28Handle disappearing calls for registersMark Spencer
2006-02-28Merged revisions 11410 via svnmerge from Russell Bryant
2006-02-28fix some build issues on FreeBSD (issue #6614)Russell Bryant
2006-02-28better default values for jitterbuffer in code and configChristian Richter
2006-02-28OopsMark Spencer
2006-02-28Fix for GCC 3.2.2Mark Spencer
2006-02-28Make sure we clear up schedule numbers before we process schedule Mark Spencer
2006-02-28Keep track of the function we're in the middle of doingMark Spencer
2006-02-26Make IAX2 multithreadedMark Spencer
2006-02-24added export and import of RDNIS channel variableChristian Richter
2006-02-23removed the misdn Makefile target from channels/misdn/Makefile in favour of a...Christian Richter
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...Kevin P. Fleming
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a bunch...Kevin P. Fleming
2006-02-22* changed some strncpys to ast_copy_str Christian Richter
2006-02-22fixed a ETSI violation (after RELEASE we need to RELEASE_COMPLETE (network si...Christian Richter
2006-02-21Bug 6554 - Show all spans statuses with a single commandTilghman Lesher
2006-02-21Bug 6552 - Be a little more descriptive about which span has the PRI errorTilghman Lesher
2006-02-20Remove gratuitous -1 (bug #6426)Mark Spencer
2006-02-20Remove several uses of freed memoryMark Spencer
2006-02-16add 'blindtransfer' variable to chan iax2 like chan_sip and res_features bug ...Matt O'Gorman
2006-02-16Whitespace cleanupOlle Johansson
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-02-15adde incoming_early_audio option, to avoid sending tone indications to the re...Christian Richter
2006-02-15added pmp_l1_check option, to avoid l1 checking for group calls on PMP portsChristian Richter
2006-02-15remove code that does not appear to do anything useful (issue #6059)Kevin P. Fleming
2006-02-15Merged revisions 10137 via svnmerge from Kevin P. Fleming
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)Kevin P. Fleming
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)Kevin P. Fleming
2006-02-14Merged revisions 9958 via svnmerge from Kevin P. Fleming