[asterisk-bugs] [JIRA] (ASTERISK-28563) Additional configuration [extName](+) not always working

George Joseph (JIRA) noreply at issues.asterisk.org
Thu Oct 3 10:37:47 CDT 2019


     [ https://issues.asterisk.org/jira/browse/ASTERISK-28563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Joseph closed ASTERISK-28563.
------------------------------------

    Resolution: Cannot Reproduce

I just tested 16.5 with this...

pjsip.conf:
{noformat}
[global]
type = global
default_outbound_endpoint = dpma_endpoint
max_initial_qualify_time = 2
endpoint_identifier_order = ip,auth_username,username,anonymous
keep_alive_interval=20

#include pjsip.include.conf
{noformat}

pjsip.include.conf:
{noformat}
[global](+)
max_initial_qualify_time = 5
{noformat}

I get this:
{noformat}
*CLI> pjsip show settings

Global Settings:

 ParameterName                              : ParameterValue
 ================================================================================
 contact_expiration_check_interval          : 30
 debug                                      : no
 default_from_user                          : asterisk
 default_outbound_endpoint                  : dpma_endpoint
 default_realm                              : asterisk
 default_voicemail_extension                : 
 disable_multi_domain                       : false
 endpoint_identifier_order                  : ip,auth_username,username,anonymous
 ignore_uri_user_options                    : false
 keep_alive_interval                        : 20
 max_forwards                               : 70
 max_initial_qualify_time                   : 5
 mwi_disable_initial_unsolicited            : false
 mwi_tps_queue_high                         : 500
 mwi_tps_queue_low                          : -1
 norefersub                                 : yes
 regcontext                                 : 
 send_contact_status_on_update_registration : no
 taskprocessor_overload_trigger             : global
 unidentified_request_count                 : 5
 unidentified_request_period                : 5
 unidentified_request_prune_interval        : 30
 use_callerid_contact                       : no
 user_agent                                 : Asterisk PBX 16.5.1
{noformat}

Notice that max_initial_qualify_time has the updated value.

I don't know how FreePBX does their configurations so this is best reported to them.




> Additional configuration [extName](+) not always working
> --------------------------------------------------------
>
>                 Key: ASTERISK-28563
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28563
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Core/Configuration
>    Affects Versions: 16.5.0
>         Environment: CentOS 7
>            Reporter: Michael Maier
>            Severity: Minor
>              Labels: pjsip
>
> There is a problem regarding the configuration options, provided by FreePBX, which should be supported by asterisk. I'm referring to the possibility, to add additional options not supported by FreePBX using special config files like pjsip.registration_custom_post.conf or pjsip.aor_custom_post.conf and pjsip.endpoint_custom_post.conf or pjsip.transports_custom_post.conf. The last two files are working pretty fine as expected, but the first two just don't work.
> I'm configuring in pjsip.registration_custom_post.conf for example:
> {noformat}
> [extName](+)
> key=value
> {noformat}
> Asterisk reads it (asterisk complains if it doesn't know the key), but asterisk doesn't apply the provided value for a known key - it's always the default value.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list