aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/codec_zap.c
AgeCommit message (Collapse)AuthorFilesLines
2007-04-27This transcoder message needn't be a NOTICE.qwell1-1/+1
I've seen it cause confusion more than a few times. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@62173 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-06remove undocumented 'cardsmode' parameter and stop searching for transcoders ↵kpfleming1-21/+4
during reload() git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@60398 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-08ensure channelcount is cleared before we enumerate transcoders, so 'reload' ↵kpfleming1-0/+5
doesn't double the channel count git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53658 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-31update to match modified transcoder APIkpfleming1-8/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53044 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29Use the correct zaptel header file location.qwell1-1/+1
Currently, this will not build - transcoder support will be added to zaptel later today. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@52503 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-22Merge codec_zap support for the transcoder card. This is a standalone codecrussell1-0/+928
module so it will not affect anything else. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@51410 f38db490-d61c-443f-a65b-d21fe96a405b