Closed GoogleCodeExporter closed 9 years ago
I found this in r61:
// TODO: This works around a bug in old jingle clients
// that set QN_ID instead of QN_SID. Once we know there are no
// clients which have this bug, we can remove this code.
if (msg->sid.empty()) {
msg->sid = jingle->Attr(buzz::QN_ID);
}
So I believe I'm rigth and vtok is one of those jingle clients with this bug. I
have already sent an email to them
Original comment by diego.cd...@gmail.com
on 16 Jun 2011 at 8:35
Besides the "sid" issue, we've updated the server side which now requires the
following 4 audio codecs have to be in the "session-initiate" message:
<payload-type id="0" name="PCMU" clockrate="8000"/>
<payload-type id="9" name="G722" clockrate="16000"/>
<payload-type id="13" name="CN" clockrate="8000"/>
<payload-type id="105" name="CN" clockrate="16000"/>
Original comment by jun...@google.com
on 29 Jun 2011 at 12:45
Original issue reported on code.google.com by
diego.cd...@gmail.com
on 16 Jun 2011 at 7:55