Displaying 1 result from an estimated 1 matches for "dec_out_us".
Did you mean:
dec_out_use
2003 Oct 20
3
Call Waiting on SIP phones
...save 2003-10-20 21:51:52.000000000 +1000
+++ chan_sip.c 2003-10-21 09:02:33.000000000 +1000
@@ -959,7 +959,9 @@
return 0;
}
switch(event) {
+ /* Incoming and outging affects the inUse counter */
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:...