git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@38148
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
static int oss_indicate(struct ast_channel *c, int cond, const void *data, size_t datalen)
{
struct chan_oss_pvt *o = c->tech_pvt;
- int res;
+ int res = -1;
switch(cond) {
case AST_CONTROL_BUSY:
ast_verbose( " << Console Has Been Retrieved from Hold >> \n");
ast_moh_stop(c);
break;
+
default:
ast_log(LOG_WARNING,
"Don't know how to display condition %d on %s\n",