aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-03-14fix build without SCHED_MULTITHREADED defined (issue #6719)russell1-0/+2
2006-03-12add some missing bracesrussell1-2/+4
2006-03-12- Adding some hangupcauses before hangupsoej1-1/+6
2006-03-10Issue #5937 - Make sure that SIP CANCEL's are retransmitted properlyoej1-2/+5
2006-03-10Implement enum for retransmit options to various functions.oej1-61/+73
2006-03-09added option to change the connected party number dialplan (ton)crichter6-7/+33
2006-03-09Support SIP_CODEC channel variable for early media. (Imported from 1.2, with ...oej1-15/+26
2006-03-09Make sure we clear our sched value before we actually schedule the markster1-2/+3
2006-03-08Formatting fix.oej1-1/+3
2006-03-08Issue #6657 - Ignore 183 Session Progress without SDP (imported from 1.2 rev ...oej1-4/+5
2006-03-08Set SIPDOMAIN on 302 redirects. oej1-3/+14
2006-03-07Issue #6627 - Don't reset port number of active peers at reloadoej1-10/+10
2006-03-07fixed #6642 in trunk as well, sorry i really didn't want to copy this issue ....crichter1-1/+1
2006-03-07when receiving disconnect with inband info, we don't send release immediately...crichter1-0/+13
2006-03-07added misdn port down to send a L1 Deactivate to a NT Port. changed some defa...crichter3-7/+91
2006-03-07added a bit more detailed description for the echotraining parameter, also ch...crichter1-1/+1
2006-03-07Add accountcode to sip_peer dialplan functionoej1-0/+3
2006-03-07Merged revisions 12195 via svnmerge from tilghman1-2/+2
2006-03-06Bug 6195 - Deadlock solution by Mattitilghman1-24/+17
2006-03-05Fix bad fix.oej1-1/+1
2006-03-05Oopsoej1-1/+1
2006-03-05Clear almost all of page2 flags at reload (different fix from 1.2 branch)oej1-0/+5
2006-03-04Fix some whitespace issuesmarkster1-15/+15
2006-02-28Handle disappearing calls for registersmarkster1-9/+16
2006-02-28Merged revisions 11410 via svnmerge from russell1-1/+1
2006-02-28fix some build issues on FreeBSD (issue #6614)russell1-1/+2
2006-02-28better default values for jitterbuffer in code and configcrichter2-3/+3
2006-02-28Oopsmarkster1-2/+2
2006-02-28Fix for GCC 3.2.2markster1-13/+17
2006-02-28Make sure we clear up schedule numbers before we process schedule markster1-4/+16
2006-02-28Keep track of the function we're in the middle of doingmarkster1-5/+34
2006-02-26Make IAX2 multithreadedmarkster1-52/+401
2006-02-24added export and import of RDNIS channel variablecrichter2-0/+13
2006-02-23removed the misdn Makefile target from channels/misdn/Makefile in favour of a...crichter1-11/+0
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...kpfleming4-4/+6
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a bunch...kpfleming2-2/+2
2006-02-22* changed some strncpys to ast_copy_str crichter3-40/+74
2006-02-22fixed a ETSI violation (after RELEASE we need to RELEASE_COMPLETE (network si...crichter4-22/+30
2006-02-21Bug 6554 - Show all spans statuses with a single commandtilghman1-0/+27
2006-02-21Bug 6552 - Be a little more descriptive about which span has the PRI errortilghman1-1/+1
2006-02-20Remove gratuitous -1 (bug #6426)markster1-1/+1
2006-02-20Remove several uses of freed memorymarkster1-15/+25
2006-02-16add 'blindtransfer' variable to chan iax2 like chan_sip and res_features bug ...mogorman1-0/+3
2006-02-16Whitespace cleanupoej1-55/+55
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-1/+0
2006-02-15adde incoming_early_audio option, to avoid sending tone indications to the re...crichter3-2/+16
2006-02-15added pmp_l1_check option, to avoid l1 checking for group calls on PMP portscrichter5-19/+22
2006-02-15remove code that does not appear to do anything useful (issue #6059)kpfleming1-9/+1
2006-02-15Merged revisions 10137 via svnmerge from kpfleming1-0/+2
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)kpfleming2-13/+5