Use direct access to vocoder without RTP framing

This commit is contained in:
MelwareDE 2009-05-08 20:15:41 +00:00
parent b09d58c323
commit 01df5d5ef3
2 changed files with 3 additions and 2 deletions

View File

@ -20,6 +20,7 @@ HEAD
- add dynamic half duplex conference
- add clear channel fax
- add DTMF detection for NULL PLCI
- use direct access to vocoders without RTP framing
chan_capi-1.1.2

View File

@ -1417,7 +1417,7 @@ static int pbx_capi_call(struct ast_channel *c, char *idest, int timeout)
b_protocol_table[i->bproto].b1protocol,
b_protocol_table[i->bproto].b2protocol,
b_protocol_table[i->bproto].b3protocol,
b_protocol_table[i->bproto].b1configuration,
diva_get_b1_conf(i),
b_protocol_table[i->bproto].b2configuration,
b_protocol_table[i->bproto].b3configuration
/* */ /* BC */
@ -1739,7 +1739,7 @@ static void cc_select_b(struct capi_pvt *i, _cstruct b3conf)
b_protocol_table[i->bproto].b1protocol,
b_protocol_table[i->bproto].b2protocol,
b_protocol_table[i->bproto].b3protocol,
b_protocol_table[i->bproto].b1configuration,
diva_get_b1_conf (i),
b_protocol_table[i->bproto].b2configuration,
b3conf,
capi_set_global_configuration(i)