Housekeeping updates

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4561 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Matthew Fredrickson 21 years ago
parent 33d2d312e2
commit 7488a01ade

@ -1026,10 +1026,7 @@ int load_module()
}
return 0;
}
#if 0
if (!full_duplex)
ast_log(LOG_WARNING, "XXX I don't work right with non-full duplex sound cards XXX\n");
#endif
res = ast_channel_register(type, tdesc, AST_FORMAT_SLINEAR, alsa_request);
if (res < 0) {
ast_log(LOG_ERROR, "Unable to register channel class '%s'\n", type);

Loading…
Cancel
Save