Opened 18 years ago

Closed 18 years ago

#1270 closed patch (fixed)

Add support for SIP OPTIONS requests

Reported by: russelb@… 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)

sip_options.patch (5.5 KB) - added by russelb@… 18 years ago.

Download all attachments as: .zip

Change History (2)

Changed 18 years ago by russelb@…

Attachment: sip_options.patch added

comment:1 Changed 18 years ago by Isaac Richards

Resolution: fixed
Status: newclosed

(In [10036]) Close #1270 by applying patch.

Adds support for 'SIP OPTIONS request' to mythphone.

Note: See TracTickets for help on using tickets.