aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_local.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/0.7.1@7221 f38db490-d61c-...v0.7.1kpfleming1-0/+0
2003-12-02Really fix chan local races (I hope)markster1-3/+7
2003-10-08Handle without contextmarkster1-7/+7
2003-10-08Add "n" option to allow disabling of masq optimizationmarkster1-1/+10
2003-08-19Fix race for fast hanguypmarkster1-6/+13
2003-08-14Make check_bridge back off if it cant get all the locks it wantsmarkster1-13/+19
2003-08-13Add any missing locking callsmarkster1-2/+7
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-49/+49
2003-08-11Never release lock when doing a hangup or bad things can happen when masq is ...markster1-1/+1
2003-08-11Lock everything that might need to be lockedmarkster1-0/+4
2003-08-11Lock masquerading into channelmarkster1-0/+5
2003-08-08Fix local bugletmarkster1-11/+11
2003-08-08Properly defuse race in chan_local, fix extremely unlikely path for losing lo...markster1-3/+9
2003-07-01Fix race in local, update queuemarkster1-3/+22
2003-05-19Fix case where local is allocated but not actually called onmarkster1-1/+9
2003-05-03Copy Caller*ID on local channelsmarkster1-0/+9
2003-04-22Fix tiny typomarkster1-1/+1
2003-04-08Unlink local channelsmarkster1-0/+17
2003-04-06Make call forwarding work properly by using new Local channelmarkster1-2/+0
2003-04-06Complete local channel implementationmarkster1-10/+38
2003-04-06Fix chan_local build, update SIPmarkster1-1/+0
2003-04-06Add preliminary chan_local, fix chan_sip to delete unknown callsmarkster1-0/+409