Daniel-Constantin Mierla writes: > Introducing escape/unescape functions should be easy. Then come the > harder part, where to call them.
decode immediately when request comes in and encode when request is sent out. so while request is being processed, there would be no need to worry about escaped chars. for example, a test uri =~ "^sip:#" would work no matter if # was escaped or un-escaped when the request came in. in requests that openser sends out # would always be escaped. -- juha _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
