]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5714 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 5 Sep 2013 15:55:55 +0000 (20:55 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 5 Sep 2013 15:55:55 +0000 (20:55 +0500)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/sdp/sdp_print.c

index d926ad598ed538888426affe3e08146418cf9be7..ae7649639796a950121e869786d81611d1f9a4de 100644 (file)
@@ -1 +1 @@
-Thu Sep  5 20:41:39 CDT 2013
+Thu Sep  5 20:55:45 CDT 2013
index b75a94d5050836f03adebc13d3ae7c624711d9ff..537e9fe606bec35f6eeedcd6b2687ba040ca7fc1 100644 (file)
@@ -620,7 +620,7 @@ static void print_media(sdp_printer_t *p,
     else {
                /* SDP syntax requires at least one format. */
                /* 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");
     }