< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

RE: [reSIProcate] SdpContents.cxx


Found that one with respect to e-mails yesterday. I'll check in the fix.

> -----Original Message-----
> From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:resiprocate-
> devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Matt Porter
> Sent: Wednesday, November 10, 2004 10:47 AM
> To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> Subject: [reSIProcate] SdpContents.cxx
> 
> 
> SdpContents.cxx cant parse simple phone numbers
> p=+1-123-456-7777
> 
> SdpContents.cxx Line 393
> 
>       else
>       {
>          // mjh@xxxxxxx
>          //            ^   <<-- not true its pb.eof()
> Add-->   pb.reset(anchor);
> Add-->   pb.skipToOneOf(Symbols::CRLF);
>          pb.data(eOrp, anchor);
>       }
> 
> 
> 
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel