Hoppsan!
authorOlle Johansson <oej@edvina.net>
Thu, 15 Jun 2006 13:00:55 +0000 (13:00 +0000)
committerOlle Johansson <oej@edvina.net>
Thu, 15 Jun 2006 13:00:55 +0000 (13:00 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@34247 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 66b1fce..8bee7bc 100644 (file)
@@ -4542,7 +4542,7 @@ static int process_sdp(struct sip_pvt *p, struct sip_request *req)
                                        ast_verbose("Found RTP video format %d\n", codec);
                                ast_rtp_set_m_type(newvideortp, codec);
                        }
-               } else if (p->udptl && ((sscanf(m, "image %d udptl t38%n", &x, &len) == 1)) {
+               } else if (p->udptl && ((sscanf(m, "image %d udptl t38%n", &x, &len) == 1))) {
                        if (debug)
                                ast_verbose("Got T.38 offer in SDP in dialog %s\n", p->callid);
                        udptlportno = x;