search for: inc_in_use

Displaying 1 result from an estimated 1 matches for "inc_in_use".

Did you mean: dec_in_use
2003 Oct 20
3
Call Waiting on SIP phones
...*/ case DEC_IN_USE: + case DEC_OUT_USE: if ( u->inUse > 0 ) { u->inUse--; } else { @@ -967,6 +969,7 @@ } break; case INC_IN_USE: + case INC_OUT_USE: if (u->incominglimit > 0 ) { if (u->inUse >= u->incominglimit) { ast_log(LOG_ERROR, "Call from user '%s' rejected due to usage limit of %d\n...