Re: [SR-Users] options_reply() - ruri contains username

2016-03-04 Thread Daniel-Constantin Mierla
Hello, when r-uri contains an username, then the OPTIONS should be routed to that user, so its device can reply. The rule for user devices is to reply to an OPTIONS like it would be an INVITE, but without starting actually any call, usefull to discover the capability of the device (e.g., supported

[SR-Users] options_reply() - ruri contains username

2016-03-02 Thread Alex Balashov
Hello, This may have been discussed before, but when options_reply() from the siputils module is used to respond to OPTIONS requests and those OPTIONS requests come in with an RURI containing a user part, the following error is emitted to the logs: LM_ERR("ruri contains username\n"); No