Don't retrieve on ringing-indication for now.

This commit is contained in:
MelwareDE 2005-09-15 19:19:16 +00:00
parent 76596fb310
commit a69b6caae1
1 changed files with 2 additions and 0 deletions

View File

@ -3833,8 +3833,10 @@ static int capi_indicate(struct ast_channel *c, int condition)
cc_ast_verbose(3, 1, VERBOSE_PREFIX_2 "%s: Requested RINGING-Indication for %s\n",
i->name, c->name);
/* TODO somehow enable unhold on ringing, but when wanted only */
/*
if (i->isdnstate & CAPI_ISDN_STATE_HOLD)
capi_retrieve(c, NULL);
*/
ret = capi_alert(c);
break;
case AST_CONTROL_BUSY: