[asterisk-bugs] [JIRA] (ASTERISK-22374) Finish mapping the sip.conf parameters to res_sip.conf parameters
Alexander Traud (JIRA)
noreply at issues.asterisk.org
Thu Aug 18 08:37:56 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-22374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Traud updated ASTERISK-22374:
---------------------------------------
Reviewboard Link: https://reviewboard.asterisk.org/r/2846
Affects Version/s: (was: 12.0.0-alpha1)
13.10.0
> 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, 13.10.0
> Reporter: Matt Jordan
> Assignee: Mark Michelson
> Attachments: certificates.patch, cos_and_tos.patch, encryption.patch, expiry.patch, extern.patch, merge_value.patch, register_transport.patch, register_username.patch, session-timers.patch, system.patch, tls_client_method.patch
>
>
> 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 was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list