Displaying 1 result from an estimated 1 matches for "sip_scheddestroy".
2003 Oct 20
3
Call Waiting on SIP phones
...ast_log(LOG_ERROR, "find_user(%s,%d) called with no
even
t!\n",u->name,event);
}
@@ -1086,6 +1091,12 @@
INVITE, but do set an autodestruct just
in ca
se. */
needdestroy = 0;
sip_scheddestroy(p, 15000);
+ /* channel still up - reverse dec of inuse
count
er */
+ if ( p->outgoing ) {
+ find_user(p, INC_OUT_USE);
+ } else {
+...