[asterisk-bugs] [JIRA] (ASTERISK-21499) New SIP Channel Driver - add/finish up SIP Qualify Support

Matt Jordan (JIRA) noreply at issues.asterisk.org
Wed Apr 17 15:46:01 CDT 2013


     [ https://issues.asterisk.org/jira/browse/ASTERISK-21499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Jordan updated ASTERISK-21499:
-----------------------------------

    Description: 
Currently, {{res_sip}} (in {{res_sip/sip_options.c}}) has the ability to send an OPTIONS request to the specified endpoint. Initial work has been done to scheduled qualifies using OPTIONS requests in this same file, but the work has to be cleaned up and completed.

In particular, for each endpoint, this needs to:

* Send an OPTIONS request to an endpoint on a periodic basis.
* Send an OPTIONS request to an endpoint when it is first loaded/reloaded with some random delta applied to the period
* Store with the Stasis endpoint the RTT for the OPTIONS request/response
* Display the results in the appropriate CLI command ('sip show endpoint')

  was:
Currently, {{res_sip}} (in {{res_sip/sip_options.c}}) has the ability to send an OPTIONS request to the specified endpoint. Initial work has been done to scheduled qualifies using OPTIONS requests in this same file, but the work has to be cleaned up and completed.

In particular, for each endpoint, this needs to:

* Send an OPTIONS request to an endpoint on a periodic basis.
* Send an OPTIONS request to an endpoint when it is first loaded/reloaded with some random delta applied to the period
* Store with the endpoint (or some other object) the RTT for the OPTIONS request/response
* Display the results in the appropriate CLI command ('sip show endpoint')

    
> New SIP Channel Driver - add/finish up SIP Qualify Support
> ----------------------------------------------------------
>
>                 Key: ASTERISK-21499
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21499
>             Project: Asterisk
>          Issue Type: New Feature
>      Security Level: None
>          Components: Channels/chan_gulp
>            Reporter: Matt Jordan
>              Labels: Asterisk12
>
> Currently, {{res_sip}} (in {{res_sip/sip_options.c}}) has the ability to send an OPTIONS request to the specified endpoint. Initial work has been done to scheduled qualifies using OPTIONS requests in this same file, but the work has to be cleaned up and completed.
> In particular, for each endpoint, this needs to:
> * Send an OPTIONS request to an endpoint on a periodic basis.
> * Send an OPTIONS request to an endpoint when it is first loaded/reloaded with some random delta applied to the period
> * Store with the Stasis endpoint the RTT for the OPTIONS request/response
> * Display the results in the appropriate CLI command ('sip show endpoint')

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list