[reSIProcate] Username as a quoted field

Adam Hart adam at teragen.com.au
Mon Jun 28 21:59:24 CDT 2004


G'day,

I've been using resiprocate for awhile (cause I love it). A user 
recently asked why he couldn't auth with my software, yet other SIP UAs 
worked. The server was SER and the reason ended up been username=blah 
not quoted in the auth section. So, obviously, I just changed all

defineParam(username, "username", DataParameter, "RFC ????");
to
defineParam(username, "username", QuotedDataParameter, "RFC ????");

and, bang, it worked. Is this a bug in resiprocate or is there any 
danger in just keeping it like this.

-Adam



More information about the resiprocate-devel mailing list