Displaying 2 results from an estimated 2 matches for "dob3".
Did you mean:
db3
2003 Apr 09
0
can't use both controllers...
...-- Goto (capiring,90044875,1)
-- Executing Dial("SIP/torgeir-b476",
"CAPI/22545066:bBYEXTENSION|120|Ttr") in new stack
== data = 22545066:b90044875
== capi request omsn = 22545066
== found capi with omsn = 22545066
== idest = 22545066:b90044875 timeout = 0
== doB3 = 0x1 dest = 90044875
== creating pipe for PLCI=-1
== sent CONNECT_REQ MN =0xc53d
== received CONNECT_CONF PLCI = 0x302 INFO = 0
-- Called 22545066:b90044875
== DISCONNECT_IND PLCI=0x302 REASON=0x34a2
STATE = 0x5
-- CAPI[contr2/] is busy
== Everyone is busy at this time
NOTICE[706...
2005 Jan 22
0
chan_capi patch: app_capiFax modifications
...rror\n");
return -1;
} else {
if (option_verbose > 5) {
if (capidebug)
ast_verbose(VERBOSE_PREFIX_4 "sent CONNECT_RESP PLCI = %#x DNID = %s\n",i->PLCI,i->dnid);
}
}
i->state = CAPI_STATE_ANSWERING;
i->doB3 = AST_CAPI_B3_DONT;
i->outgoing = 0;
i->earlyB3 = -1;
return 0;
}
static int capianswerfax_exec(struct ast_channel *chan, void *data)
{
int res=0;
struct localuser *u;
char *vdata, *fname, *stationID;
struct ast_capi_pvt *i = chan->pvt->pvt;
if (!data) { /* no data i...