[Home]

Summary:ASTERISK-01164: a control indication is missing.
Reporter:czmok (czmok)Labels:
Date Opened:2004-03-05 15:05:59.000-0600Date Closed:2011-06-07 14:11:54
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:a control indication in channel.c is missing.
indication 14 AST_STATE_PROGRESS is not being
handled but defined a lot.



****** ADDITIONAL INFORMATION ******

case AST_STATE_PROGRESS:
return "Progress";

needs to be included in function:

char *ast_state2str(int state)
{


Comments:By: James Golovich (jamesgolovich) 2004-03-10 03:14:31.000-0600

I was going to take care of this but then I realized that AST_STATE_PROGRESS doesn't exist in asterisk at all.  Perhaps you are using some extra patches that add this?

By: James Golovich (jamesgolovich) 2004-03-15 03:26:04.000-0600

I'm going to close this out.  It doesn't appear to be related to anything in stock asterisk