[asterisk-bugs] [JIRA] (ASTERISK-22375) Finish mapping the sip.conf parameters to res_sip.conf parameters
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Fri Aug 23 12:03:05 CDT 2013
Matt Jordan created ASTERISK-22375:
--------------------------------------
Summary: Finish mapping the sip.conf parameters to res_sip.conf parameters
Key: ASTERISK-22375
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22375
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