Displaying 2 results from an estimated 2 matches for "capi_state_did".
2005 Jun 02
0
chan_capi + mISDN + Fritz PTP
...dnmode) {
- p->c = capi_new(i,AST_STATE_DOWN);
+ p->c = capi_new(i,AST_STATE_RING);
+ //p->c = capi_new(i,AST_STATE_DOWN);
i->state = CAPI_STATE_DID;
} else {
p->c = capi_new(i,AST_STATE_RING);
--
Ralf Schlatterbeck
email: ralf@zoo.priv.at FAX: +43/2243/26465/23
2006 Feb 23
2
chan_capi-cm-0.6.4
...if (i->isdnmode) {
- p->c = capi_new(i,AST_STATE_DOWN);
+ //RSC
+ p->c = capi_new(i,AST_STATE_RING);
i->state = CAPI_STATE_DID;
} else {
p->c = capi_new(i,AST_STATE_RING);
This patch immediately hands the call to asterisk instead of waiting for
further protocol information that apparently never comes (the info_ind
that comes *before* the connec...