search for: earlyb3

Displaying 3 results from an estimated 3 matches for "earlyb3".

2006 Mar 22
1
Dial plan question - exclamtion mark
...nd the number being dialed cannot match any other extension in the context. It was designed for use as follows, so that as soon as the digits dialed don't match '001800...' the outgoing telephone line will be picked up and overlap dialing will be used (with full audio feedback from 'earlyb3' etc.) Context "outgoing": Extension Description _001800NXXXXXX Free US calls made by VoIP _X! Outgoing calls via normal telco, with overlap dial. ========= So then can I have _!800NXXXXXX to match someone dialing 18005551212 and 8005551212...
2005 Sep 02
2
chan_capi hfcpci mISDN linux 2.6.12 not working
Hello, These are error messages I get when I try to call a number over CAPI channel. -- Executing SetCallerID("SIP/xlite1-3b80", "0") in new stack -- Executing Dial("SIP/xlite1-3b80", "CAPI/hfcpci/b17") in new stack > data = hfcpci/b17 > capi request for interface 'hfcpci' == hfcpci: Call CAPI/hfcpci/b17-1 (pres=0x00,
2005 Jan 22
0
chan_capi patch: app_capiFax modifications
...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 implies no filename or anything is present */ ast_log(LOG_WAR...