mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 21:44:51 +00:00
FS-5714 --resolve That is probably the right place
This commit is contained in:
parent
2967c97d11
commit
c001840d9d
@ -618,8 +618,10 @@ static void print_media(sdp_printer_t *p,
|
|||||||
sdp_printf(p, " %s", l->l_text);
|
sdp_printf(p, " %s", l->l_text);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
sdp_printf(p, " 19"); /* SDP syntax requires at least one format.
|
/* SDP syntax requires at least one format. */
|
||||||
19 is used by nobody, right?. */
|
/* defaults to "19", or "t38" for image */
|
||||||
|
if (m->m_image == sdp_media_image) sdp_printf(p, " t38");
|
||||||
|
else sdp_printf(p, " 19");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user