[asterisk-bugs] [JIRA] (ASTERISK-22374) Finish mapping the sip.conf parameters to res_sip.conf parameters
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Fri Aug 23 12:03:04 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan updated ASTERISK-22374:
-----------------------------------
Affects Version/s: 12
> Finish mapping the sip.conf parameters to res_sip.conf parameters
> -----------------------------------------------------------------
>
> Key: ASTERISK-22374
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22374
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Contrib/General, Resources/res_pjsip
> Affects Versions: 12
> Reporter: Matt Jordan
> Target Release: 12
>
>
> The sip to res_pjsip script still needs a number of mappings. These include the following:
> {noformat}
> #### maps to auth ###
> # type = auth
> # username
> # password
> # md5_cred
> # realm
> # nonce_lifetime
> # auth_type
> ### maps to transport ###
> # type = transport
> # protocol
> # bind
> # async_operations
> # ca_list_file
> # cert_file
> # privkey_file
> # password
> # external_signaling_address - externip & externhost
> # external_signaling_port
> # external_media_address
> # domain
> # verify_server
> # verify_client
> # require_client_cert
> # method
> # cipher
> # localnet
> ### maps to domain_alias ###
> # type = domain_alias
> # domain
> ### maps to registration ###
> # type = registration
> # server_uri
> # client_uri
> # contact_user
> # transport
> # outbound_proxy
> # expiration
> # retry_interval
> # max_retries
> # auth_rejection_permanent
> # outbound_auth
> ### maps to identify ###
> # type = identify
> # endpoint
> # match
> {noformat}
> Let's knock out as many as 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