summaryrefslogtreecommitdiff
path: root/channel.c
AgeCommit message (Expand)Author
2004-08-06Only play announce time on first passMark Spencer
2004-07-28Somehow matt's patch didn't make it all the way inMark Spencer
2004-07-09Swap states early in masquerade process (bug #1987)Mark Spencer
2004-07-09More strcpy / snprintf as part of rgagnon's audit (bug #2004)Mark Spencer
2004-06-29Use snprintf in __ast_request_and_dial instead of sprintfJames Golovich
2004-06-29Oops (fix typo)Mark Spencer
2004-06-29Perform deadlock avoidance on initial entry, tooMark Spencer
2004-06-29Avoid potential deadlocks in channel_walk_locked, and detect serious failuresMark Spencer
2004-06-29More formatting cleanups.James Golovich
2004-06-24oopsMark Spencer
2004-06-23Be sure to hold lock during answerMark Spencer
2004-06-22Misc formatting cleanupsJames Golovich
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-14Separate PROCEEDING and PROGRESSMark Spencer
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-06-04Enhancements for zaptel+bsd (bug #1781)Mark Spencer
2004-06-02Lock while installign generatorMark Spencer
2004-05-27Unlock PRI lock, fix variable pasingMark Spencer
2004-05-25Fix major typoMark Spencer
2004-05-22Merge fabeman's extensive meetme improvements (bug #1624)Mark Spencer
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedMark Spencer
2004-05-20Merge Mike's announcement enhancementsMark Spencer
2004-05-16Ignore progress frames in request/dial (bug #1657)Mark Spencer
2004-05-15Don't worry about tones we can't send (bug #1652)Mark Spencer
2004-05-06make channel.c use autoservice_start/stop when playing warning sound filesAnthony Minessale II
2004-05-06Use ast_strlen_zero in channel.cJames Golovich
2004-05-03Code formatting cleanup in channel.cJames Golovich
2004-04-29Add support for French, Danish, Portuguese, Spanish, Italian, and Dutch numbersMark Spencer
2004-04-27Revert formatting changesJames Golovich
2004-04-27Bug FixAnthony Minessale II
2004-04-26applied final release of bug 1353 per Mark's permissionAnthony Minessale II
2004-04-26More select/poll updates for various applicationsMark Spencer
2004-04-25Properly migrate from select to poll for core asterisk.Mark Spencer
2004-04-24Temporarily revert poll changesMark Spencer
2004-04-24Change select references to poll in core asterisk functions (hope this works)Mark Spencer
2004-04-21Make manager "Link" and "Unlink" events include the channel uniqueids (bug 1456)James Golovich
2004-04-20Make sure we safely lock both channels when doing a masquerade.Mark Spencer
2004-04-12Fix implementation of waitfordigit_fullMark Spencer
2004-04-07Remove double unlock from ast_readMark Spencer
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesMark Spencer
2004-04-02Don't double lock the streamMark Spencer
2004-04-02Fix generator race (bug #1202)Mark Spencer
2004-03-27Fixup read/write lockingJames Golovich
2004-03-27Make read/write mode have a lock parameter and use it properly.Mark Spencer
2004-03-19Add hangupcause to the hangup manager eventJeremy McNamara
2004-03-19Add support for new PING/PONG on zaptel which reduces the # of file descripto...Mark Spencer
2004-03-12Whentohangup is in seconds, not millisecondsMark Spencer
2004-03-08Don't complain about not knowing about -1Mark Spencer
2004-03-05And of course return us as a winnerMark Spencer
2004-03-05Minor optimizations and actually set SOFTHANGUP_TIMEOUT if appropriateMark Spencer