match = strcasecmp(rm_encoding, imp->iananame) ? 0 : 1;
}
- if (match && bit_rate && map_bit_rate && map_bit_rate != bit_rate) {
+ if (match && bit_rate && map_bit_rate && map_bit_rate != bit_rate && strcasecmp(map->rm_encoding, "ilbc")) {
/* nevermind */
match = 0;
}
{
switch_xml_t xml = NULL, cfg = NULL;
- //switch_core_hash_insert(runtime.ptimes, "ilbc", &d_30);
+ switch_core_hash_insert(runtime.ptimes, "ilbc", &d_30);
switch_core_hash_insert(runtime.ptimes, "G723", &d_30);
if ((xml = switch_xml_open_cfg(file, &cfg, NULL))) {