Opened 20 years ago
Closed 19 years ago
#1270 closed patch (fixed)
Add support for SIP OPTIONS requests
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythphone | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The SIP OPTIONS request is commonly used to determine the current state of a SIP UA. In this way, the "OPTIONS" request is used as a sort of "ping" to the host to make sure they are still reachable, and furthermore, how long it takes them to respond. So, when the mythphone client receives an OPTIONS request, it should simply reply with a "200 OK".
The attached patch implements this functionality.
IRC: "drumkilla"
Attachments (1)
Change History (2)
by , 20 years ago
Attachment: | sip_options.patch added |
---|
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [10036]) Close #1270 by applying patch.
Adds support for 'SIP OPTIONS request' to mythphone.