I know the setting I want to change. default_expiration
I can manually set it in /etc/asterisk/psjip.aor.conf and the reload PJSIP and it is reflected.
[119]
type=aor
max_contacts=1
remove_existing=yes
maximum_expiration=2592000
minimum_expiration=1728000
qualify_frequency=60
default_expiration=86400
How can I set this correctly so it stays? I would assume that I need to use pjsip.aor_custom.conf or pjsip.aor_custom_post.conf
But I cannot get it to apply.
would not the correct syntax be
[119](+)
type=aor
default_expiration=86400
