Displaying 1 result from an estimated 1 matches for "inc_out_us".
Did you mean:
inc_out_use
2003 Oct 20
3
Call Waiting on SIP phones
...E:
+ 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", u->name, u->incomin...