aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-06Only play announce time on first passmarkster1-2/+6
2004-07-28Somehow matt's patch didn't make it all the way inmarkster1-1/+1
2004-07-09Swap states early in masquerade process (bug #1987)markster1-5/+9
2004-07-09More strcpy / snprintf as part of rgagnon's audit (bug #2004)markster1-1/+1
2004-06-29Use snprintf in __ast_request_and_dial instead of sprintfcitats1-1/+1
2004-06-29Oops (fix typo)markster1-2/+2
2004-06-29Perform deadlock avoidance on initial entry, toomarkster1-3/+17
2004-06-29Avoid potential deadlocks in channel_walk_locked, and detect serious failuresmarkster1-2/+17
2004-06-29More formatting cleanups.citats1-1/+1
2004-06-24oopsmarkster1-0/+1
2004-06-23Be sure to hold lock during answermarkster1-3/+5
2004-06-22Misc formatting cleanupscitats1-10/+10
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+1
2004-06-14Separate PROCEEDING and PROGRESSmarkster1-0/+2
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
2004-06-04Enhancements for zaptel+bsd (bug #1781)markster1-0/+4
2004-06-02Lock while installign generatormarkster1-2/+5
2004-05-27Unlock PRI lock, fix variable pasingmarkster1-1/+6
2004-05-25Fix major typomarkster1-1/+1
2004-05-22Merge fabeman's extensive meetme improvements (bug #1624)markster1-0/+13
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedmarkster1-3/+15
2004-05-20Merge Mike's announcement enhancementsmarkster1-0/+5
2004-05-16Ignore progress frames in request/dial (bug #1657)markster1-0/+2
2004-05-15Don't worry about tones we can't send (bug #1652)markster1-2/+1
2004-05-06make channel.c use autoservice_start/stop when playing warning sound filesanthm1-9/+15
2004-05-06Use ast_strlen_zero in channel.ccitats1-2/+3
2004-05-03Code formatting cleanup in channel.ccitats1-55/+36
2004-04-29Add support for French, Danish, Portuguese, Spanish, Italian, and Dutch numbersmarkster1-2/+2
2004-04-27Revert formatting changescitats1-57/+55
2004-04-27Bug Fixanthm1-4/+6
2004-04-26applied final release of bug 1353 per Mark's permissionanthm1-60/+171
2004-04-26More select/poll updates for various applicationsmarkster1-1/+1
2004-04-25Properly migrate from select to poll for core asterisk.markster1-58/+95
2004-04-24Temporarily revert poll changesmarkster1-98/+58
2004-04-24Change select references to poll in core asterisk functions (hope this works)markster1-58/+98
2004-04-21Make manager "Link" and "Unlink" events include the channel uniqueids (bug 1456)citats1-8/+16
2004-04-20Make sure we safely lock both channels when doing a masquerade.markster1-13/+19
2004-04-12Fix implementation of waitfordigit_fullmarkster1-15/+38
2004-04-07Remove double unlock from ast_readmarkster1-14/+7
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-52/+40
2004-04-02Don't double lock the streammarkster1-2/+4
2004-04-02Fix generator race (bug #1202)markster1-7/+20
2004-03-27Fixup read/write lockingcitats1-5/+10
2004-03-27Make read/write mode have a lock parameter and use it properly.markster1-10/+21
2004-03-19Add hangupcause to the hangup manager eventjeremy1-2/+3
2004-03-19Add support for new PING/PONG on zaptel which reduces the # of file descripto...markster1-22/+58
2004-03-12Whentohangup is in seconds, not millisecondsmarkster1-2/+2
2004-03-08Don't complain about not knowing about -1markster1-0/+2
2004-03-05And of course return us as a winnermarkster1-1/+4
2004-03-05Minor optimizations and actually set SOFTHANGUP_TIMEOUT if appropriatemarkster1-2/+7