search for: control_busy

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

Did you mean: control_buf
2003 Oct 20
3
Call Waiting on SIP phones
...char *res; if (ast->hangupcause && ((res = hangup_cause2sip (ast->hangupcause)))) { @@ -4708,6 +4719,14 @@ if (p->owner) ast_queue_control(p->owner, AST_ CONTROL_BUSY, 0); break; + case 487: + /* channel now destroyed - dec the inuse counter */ + if ( p->outgoing ) { +...