mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 17:22:21 +00:00
FS-5714 --resolve
Conflicts: libs/sofia-sip/.update
This commit is contained in:
parent
9cc8b725e4
commit
795498da83
@ -1 +1 @@
|
|||||||
Thu Sep 5 20:41:14 CDT 2013
|
Thu Sep 5 20:56:36 CDT 2013
|
||||||
|
@ -620,7 +620,7 @@ static void print_media(sdp_printer_t *p,
|
|||||||
else {
|
else {
|
||||||
/* SDP syntax requires at least one format. */
|
/* SDP syntax requires at least one format. */
|
||||||
/* defaults to "19", or "t38" for image */
|
/* defaults to "19", or "t38" for image */
|
||||||
if (m->m_image == sdp_media_image) sdp_printf(p, " t38");
|
if (m->m_type == sdp_media_image) sdp_printf(p, " t38");
|
||||||
else sdp_printf(p, " 19");
|
else sdp_printf(p, " 19");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user