aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.0@7221 f38db490-d61...kpfleming1-0/+0
2005-08-05copy the monitor over when masquerading (bug #3809)russell1-0/+6
2005-06-14fix return values on systems where an unsigned char is the default (bug #4455)russell1-5/+5
2005-05-16Remove double fout++ and comment on flag (bug #4267)russell1-1/+2
2005-05-12initialize errno and don't report an error when poll() returns without indica...russell1-1/+2
2005-05-10fix queue URL passing (bug #3543)russell1-0/+9
2005-04-01ignore interrupted system calls (bug #3831)russell1-0/+2
2005-01-22copy language (bug #3401)russell1-1/+4
2005-01-13Handle syntax errors in group descriptions more gracefully (bug #3330)russell1-2/+2
2005-01-13copy musicclass (bug #3235)russell1-1/+4
2005-01-04Make sure to wake up sleeper on sip transfer issue (bug #2938)russell1-0/+2
2004-12-22Make case in manager events consistent (bug #3116)russell1-4/+4
2004-09-15Use file that is in Asterisk rather than asterisk-sounds (bug #2445)markster1-2/+2
2004-09-04If nativeformats changes, recalculate formats (bug #2224)markster1-2/+7
2004-09-02Fix "duplicate answer" issue (bug #2342)markster1-0/+4
2004-08-31When queueing frames, it's pointless to queue a frame after a HANGUP frame is...markster1-0/+6
2004-08-27Fix generator for VAD as well as for automatically syncing to incoming signal...markster1-2/+11
2004-08-27Run generators from zap timers when available so as to interop with VADmarkster1-4/+26
2004-08-26Include UniqueId in rename events... (bug #2306)markster1-3/+3
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