[asterisk-bugs] [JIRA] (ASTERISK-25393) Non-realtime and Realtime can not exist together

Joshua Colp (JIRA) noreply at issues.asterisk.org
Mon Sep 14 07:57:33 CDT 2015


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

Joshua Colp closed ASTERISK-25393.
----------------------------------

    Resolution: Not A Bug

Your configuration lines are missing criteria, which means that all objects are applied against each type which can cause object creation failure. This may be fatal in later versions.

To resolve this you'll need to add criteria lines like the following:

endpoint=config,jsip.conf,criteria=type=endpoint

Where "type=" is replaced with the "type=" line used for each type.

If this does not work please reopen and attach a complete console output from Asterisk start to console.

> Non-realtime and Realtime can not exist together
> ------------------------------------------------
>
>                 Key: ASTERISK-25393
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25393
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Core/Sorcery
>    Affects Versions: 13.5.0
>            Reporter: Ross Beer
>
> In Asterisk 13.3.2 it was possible to use static config at the same time as realtime by using the following sorcery config:
> {quote}[res_pjsip] ; Realtime PJSIP configuration wizard
> auth=config,pjsip.conf
> auth=realtime,ps_auths
> aor=config,pjsip.conf
> aor=realtime,ps_aors
> domain_alias=config,pjsip.conf
> domain_alias=realtime,ps_domain_aliases
> endpoint=config,pjsip.conf
> endpoint=realtime,ps_endpoints
> contact=config,pjsip.conf
> contact=realtime,ps_contacts
> [res_pjsip_endpoint_identifier_ip]
> identify=config,pjsip.conf
> identify=realtime,ps_endpoint_id_ips
> {quote}
> When using this in Asterisk 13.5.0, no endpoints can be located from the pjsip.conf. It does however appear that the 'identify' config is working as expected.
> If I remove the sorcery mapping or go back to 13.2.3 everything works correctly.
> Has the config changed per versions for this static & realtime config?



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



More information about the asterisk-bugs mailing list