Alex Balashov writes:
But it seems to me that options_reply() ought to answer with a 404 Not Found; it's what other UASs (like Asterisk) do...
your sip proxy should check if the request is for itself or for a local user. if for local user, forward. if for itself and the request is options, call options_reply on it. if neither, reply with 404.
-- juha