[reSIProcate] SdpContents.cxx

Matt Porter mporter at calltower.com
Wed Nov 10 12:46:49 CST 2004


SdpContents.cxx cant parse simple phone numbers
p=+1-123-456-7777

SdpContents.cxx Line 393

      else
      {
         // mjh at isi.edu
         //            ^   <<-- not true its pb.eof()
Add-->   pb.reset(anchor);
Add-->   pb.skipToOneOf(Symbols::CRLF);
         pb.data(eOrp, anchor);
      }






More information about the resiprocate-devel mailing list