aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-15 13:00:55 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-15 13:00:55 +0000
commit7f97edfd15bcbe4faea85be9293a835520b21870 (patch)
treec97a23dd1ae5028713b2a81a8b62f3327837e712 /channels
parentceecb1f247100dd2139d2db41566fd867158cc73 (diff)
Hoppsan!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34247 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 66b1fced7..8bee7bcb6 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -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;