[asterisk-bugs] [JIRA] (ASTERISK-21440) Add anonymous access support to chan_gulp
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Mon Apr 15 17:24:02 CDT 2013
Matt Jordan created ASTERISK-21440:
--------------------------------------
Summary: Add anonymous access support to chan_gulp
Key: ASTERISK-21440
URL: https://issues.asterisk.org/jira/browse/ASTERISK-21440
Project: Asterisk
Issue Type: New Feature
Security Level: None
Components: Channels/chan_gulp
Reporter: Matt Jordan
As much as we hate to admit it, someone's going to want to allow anonymous access into Asterisk.
*grumble*
So, we need an endpoint identifier service that will allow said access. This endpoint identifier should only kick in when all other identifiers have passed on providing the endpoint, and should never be called if {{res_sip_security}} has {{alwaysauthreject}} enabled (see ASTERISK-21433).
The anonymous endpoint should be configured as an endpoint in {{res_sip.conf}}, but it should have a special identifier that configures it as the anonymous endpoint. Care will have to be taken such that:
* For multiple anonymous requests, responses to said requests are sent to the correct addresses
* Outbound requests that are not part of an existing dialog should never be sent to an anonymous endpoint (I can't see how that would be useful or possible)
--
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