aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-21add channel CLID info in manager Link event (bug #4548 with minor mod)kpfleming1-13/+22
2005-06-21add AGI 'RECEIVE TEXT' command (bug #4525)kpfleming1-0/+34
2005-06-18Fix timelimit bug (bug #4552)markster1-2/+4
2005-06-14fix deadlock message output (bug #4508)russell1-1/+1
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-1/+4
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...kpfleming1-62/+69
2005-06-05more ast_copy_string() conversionkpfleming1-19/+19
2005-06-05make ast_waitstream_* return value compatible with platforms that use unsigne...kpfleming1-5/+5
2005-06-05make 'show channeltypes' list whether device state is supported (bug #4464)kpfleming1-4/+4
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)kpfleming1-2/+1
2005-06-02make 'show channeltypes' output format work properly (bug #4413)kpfleming1-2/+4
2005-05-15code formatting and comments, plus minor device state fix (bug #4171)kpfleming1-43/+82
2005-05-14Remove double fout++ and comment on flag (bug #4267)markster1-1/+2
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-1/+1
2005-04-24If poll returns 0, force *ms to 0markster1-0/+6
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-11/+13
2005-04-22initialize errno and don't report an error when poll() returns without indica...kpfleming1-1/+2
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-21/+21
2005-04-18don't force transcoding through SLINEAR when transcoding is not needed at allkpfleming1-36/+30
2005-04-04optimize codec selection and format changing codekpfleming1-64/+56
2005-04-01don't take the channel list lock until we're actually ready to put the new ch...kpfleming1-4/+1
2005-04-01Merging in xylome's beaerer capabilty patch (bug 3547)mattf1-0/+20
2005-03-31Fix build without zaptel (bug #3901)markster1-1/+1
2005-03-31Make bridging more efficientmarkster1-90/+148
2005-03-30increase queue length of chanspy queueanthm1-1/+1
2005-03-30add missing newlinesanthm1-1/+1
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...markster1-2/+2
2005-03-27GCC 4 fix (bug #3875)markster1-1/+1
2005-03-24Fix the mysterious missing ifanthm1-0/+8
2005-03-23Merge API changes for chanspymarkster1-1/+108
2005-03-22Make sure that waitfordigit_full doesn't hangup on -EINTR (bug #3831)markster1-0/+2
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-229/+243
2005-02-28Fix queue URL passing (bug #3543)markster1-0/+9
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