aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-10Fix silly newline miss (bug #3555)markster1-1/+1
2005-01-21Copy language, too (bug #3401)markster1-1/+3
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-17Misc Grammer/formatting fixes - Thanks Corydon76! (bug #3361)twisted1-2/+2
2005-01-17Merge hold patch (bug #1840)markster1-8/+16
2005-01-15Repair // comments to /* */ comments (bug #3347)markster1-1/+1
2005-01-15Make groups be 64-bits (bug #3351, with mods)markster1-4/+30
2005-01-15Handle masq properly when clone channel has no vars (bug 3344)markster1-1/+2
2005-01-13Handle syntax errors in group descriptions more gracefully (bug #3330)markster1-2/+2
2005-01-10More flagification, courtesy drumkilla (bug #3280)markster1-7/+7
2005-01-10Handle masq properly with music (bug #3235)markster1-1/+4
2005-01-09Don't allow masquerading into oneself (bug #3040)markster1-0/+4
2005-01-08Make queue support channel variable inheritance (bug #3274)markster1-0/+43
2005-01-05Calculate tvdiff properly (avoid off-by-one)markster1-0/+4
2005-01-04Make features configurable and easier to implementmarkster1-15/+12
2005-01-02Handle group memberships better with masquerade (bug #3067)markster1-12/+33
2005-01-01List improvements from kpfleming (bugs #3166,#3140)markster1-1/+1
2005-01-01Make sure to wake up sleeper on sip transfer issue (bug #2938)markster1-0/+2
2004-12-31Merge OEJ's channel type listing (bug #3187) with slight modificationsmarkster1-0/+32
2004-12-24Merge anthm's native MOH patch (bug #2639) he promises me he'll rid it of ast...markster1-2/+17
2004-12-23Speed up ast_list macros (bug #3135)markster1-2/+1
2004-12-21Make event parameter names consistent for callerid (bug #3116)markster1-8/+8
2004-12-18Fix comment issues (bug #3089)markster1-1/+1
2004-12-09Make music on hold truly optional (bug #2998)markster1-0/+38
2004-12-07Big diet for struct ast_channelmarkster1-43/+42
2004-11-07Disable echo canceller for digital calls (bug #2785), fix build on MacOSX (bu...markster1-1/+0
2004-11-06Add features (incomplete, highly experimental), fix DundiLookup app, debug im...markster1-2/+4
2004-11-03Pass through flash hookmarkster1-0/+1
2004-11-01Debugging improvements (bug #2765)markster1-0/+1
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...markster1-9/+25
2004-10-24Add "Loopback" switchmarkster1-2/+0
2004-10-23First pass at making transfer work within agent (not tested, shouldn't break ...markster1-10/+19
2004-10-03Major PBX revamps (including labels, update examples)markster1-10/+10
2004-10-02Huge callerid rework (might break H.323, others)markster1-43/+66
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