aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
AgeCommit message (Collapse)AuthorFilesLines
2007-07-05automerge commitautomerge1-8/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@73366 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-27automerge commitautomerge1-1/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@72303 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-19automerge commitautomerge1-1/+10
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@70061 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-19automerge commitautomerge1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@70043 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-14automerge commitautomerge1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@69391 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-11automerge commitautomerge1-7/+17
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@68731 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-06automerge commitautomerge1-7/+9
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@67769 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-07automerge commitautomerge1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@63328 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-25automerge commitautomerge1-16/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@61861 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-25automerge commitautomerge1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@56728 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-22automerge commitautomerge1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@56275 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-30automerge commitautomerge1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@52995 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-24automerge commitautomerge1-4/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@51880 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-14manual updatekpfleming1-2/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@48469 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-12manual update, since automerge is not running at this timekpfleming1-37/+41
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@48421 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-27automerge commitroot1-3/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@43791 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-22automerge commitroot1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@43516 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-09automerge commitroot1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@42620 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-08automerge commitroot1-0/+23
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@42470 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-05Merged revisions 41768,41827,41830,41880,41882,41989,42014,42054 via ↵file1-40/+71
svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r41768 | file | 2006-09-01 18:49:07 -0400 (Fri, 01 Sep 2006) | 2 lines Only wipe the redirected audio & video IP/port if it's specified, and trigger a reinvite. ........ r41827 | bweschke | 2006-09-03 10:16:08 -0400 (Sun, 03 Sep 2006) | 3 lines Setting a retry of 0 is generally not a good idea and shouldn't be allowed. (#7574 - reported by regin) ........ r41830 | bweschke | 2006-09-03 10:50:59 -0400 (Sun, 03 Sep 2006) | 3 lines Let's NOT spy on Zap/psuedo channels, mmmmmmmmk? ........ r41880 | bweschke | 2006-09-03 13:13:38 -0400 (Sun, 03 Sep 2006) | 3 lines Don't keep trying the same member in certain strategies when members of the queue are unavailable (#7278 - diLLec reported and patched) - This should have been patched here first and then merged into /trunk. My bad! ........ r41882 | bweschke | 2006-09-03 13:38:22 -0400 (Sun, 03 Sep 2006) | 3 lines Make sure the forwarded channel inherits variables appropriately when we receive a call forward in the queue. (#7867 - raarts reported and patched) ........ r41989 | oej | 2006-09-04 11:46:07 -0400 (Mon, 04 Sep 2006) | 2 lines Don't kill the pvt before we have sent ACK on CANCEL (needs more testing before making a release) ........ r42014 | qwell | 2006-09-05 12:27:46 -0400 (Tue, 05 Sep 2006) | 4 lines Small typo in zapata.conf.sample Reported by ppyy in 7881 ........ r42054 | file | 2006-09-05 16:02:48 -0400 (Tue, 05 Sep 2006) | 2 lines Merge in last round of spy fixes. This should hopefully eliminate all the issues people have been seeing by distinctly separating what each component (core/spy) is responsible for. Core is responsible for adding a spy to a channel, feeding frames to the spy, removing the spy from a channel, and telling the spy to stop. Spy is responsible for reading frames in, and cleaning up after itself. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@42081 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-01automerge commitroot1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@41714 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-24automerge commitroot1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@41003 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17automerge commitroot1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@40253 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-07automerge commitroot1-2/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@39080 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-05automerge commitroot1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@38995 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-05automerge commitroot1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@38927 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-02automerge commitroot1-4/+11
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@38709 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-27automerge commitroot1-4/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@38364 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-27automerge commitroot1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@38327 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10automerge commitroot1-8/+28
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@37375 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-06automerge commitroot1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@37253 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-12automerge commitroot1-1/+14
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@33750 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-01automerge commitroot1-0/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@31551 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-16automerge commitroot1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@27475 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11automerge commitroot1-42/+35
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@19391 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-06automerge commitroot1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@12103 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-06automerge commitroot1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@12040 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-27automerge commitroot1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@11275 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-25automerge commitroot1-1/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@11088 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11automerge commitroot1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@9606 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-25automerge commitroot1-5/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@8641 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24automerge commitroot1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@8607 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22automerge commitroot1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@8440 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13updating to current 1.2kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@8046 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-05eliminate rounding errors that caused call time limits to be inaccurate ↵kpfleming1-9/+15
(issue #5913) round 'time left' reported during call limit warnings up to sound more accurate git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7825 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-04make monitoring more tolerant of peers that deliver frames in burstskpfleming1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7799 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03revert incorrect fix for bug #6048 from revision 7709kpfleming1-1/+1
put in correct (simpler) fix add doxygen docs for channel spy 'state' values git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7740 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-30Bug 6091 - Fix race condition around uniqueidtilghman1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7677 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-15Bug #6003 - Don't free the channel structure until after having sent the ↵bweschke1-1/+1
manager event. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7482 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-01ensure channel's scheduling context is freed (issue #5788)kpfleming1-2/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7268 f38db490-d61c-443f-a65b-d21fe96a405b