[asterisk-bugs] [JIRA] (ASTERISK-16849) Indicate SRTP + Feature reqest
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Wed Feb 25 15:03:35 CST 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-16849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan updated ASTERISK-16849:
-----------------------------------
Description:
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 ....
was:
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 .....
{{exten => 123,1,GotoIf("$[${srtp_capability(SIP/test)}" = "Yes"]?call_optional_encrypt)}}
or different way ....
> 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