[asterisk-bugs] [JIRA] (ASTERISK-16849) Indicate SRTP + Feature reqest

Matt Jordan (JIRA) noreply at issues.asterisk.org
Wed Feb 25 15:07:36 CST 2015


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

Matt Jordan closed ASTERISK-16849.
----------------------------------

    Resolution: Fixed

After reading through the various proposals, these are either:
# Completed (such as in the proposed additions to the CLI commands)
# Feature requests (such as the support for optional encryption)

As such, since there is no bug here and there isn't a patch for the feature requests (which are a good idea, and would be nice to have in {{chan_sip}}), I agree with [~oej] that there isn't much need in keeping this open without a patch.

If someone would like to provide a patch or - given how much is listed on this issue a separate issue + patch for any of the things not implemented in the request - that would be appreciated. In either case, we can always reopen this if there is additional work someone would like to do in improving Asterisk's SDES-SRTP support.

> Indicate SRTP + Feature reqest
> ------------------------------
>
>                 Key: ASTERISK-16849
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-16849
>             Project: Asterisk
>          Issue Type: New Feature
>          Components: Channels/chan_sip/SRTP
>            Reporter: Chodorenko Michail
>            Assignee: Terry Wilson
>
> Command "sip show peer NAME" do not indicate status of encryption
> *ADDITIONAL INFORMATION*
> # Command {{sip show peer NAME}} do not indicate status of encryption
> in my previous bug i report by this (6) https://issues.asterisk.org/view.php?id=18140#128202 and twilson commit path for modification in source tree/ In release 1.8.0 again not this value.
> # Command {{sip show peer NAME}} do not indicate status of forceencrypt
> # My opinion that the use of 2 variables
> {{encryption = Yes|No}}
> {{forceencrypt = Yes|No}}
> no not the best approach. Propose will integrate them into one variable {{srtp_capability = Yes|No|Optional}}
> ** Yes - Force SRTP
> ** No - Force RTP
> ** Optional - May Use encryption (* Default)
> # Variable srtp_capability can may be read from dialplan
> as variant .....
> {noformat}
> exten => 123,1,GotoIf("$[${srtp_capability(SIP/test)}" = "Yes"]?call_optional_encrypt)
> {noformat}
> or different way ....



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list