aboutsummaryrefslogtreecommitdiffstats
path: root/roles/asterisk/templates
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-03-05 08:04:17 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-03-05 08:04:17 -0500
commitc58f626ecf40276ce71023ee3b553181acfc50b7 (patch)
treecb4bfa19cbb0d7596b2311fa6520665bf86d06e3 /roles/asterisk/templates
parentab36c9c3f20543ca4ccc36cbb2d829180d898df6 (diff)
downloadselfhosted-c58f626ecf40276ce71023ee3b553181acfc50b7.tar.gz
selfhosted-c58f626ecf40276ce71023ee3b553181acfc50b7.zip
asterisk: add qualify_timeout parameter
Diffstat (limited to 'roles/asterisk/templates')
-rw-r--r--roles/asterisk/templates/etc/asterisk/pjsip_wizard.conf.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/asterisk/templates/etc/asterisk/pjsip_wizard.conf.j2 b/roles/asterisk/templates/etc/asterisk/pjsip_wizard.conf.j2
index 28e894e..ec8959b 100644
--- a/roles/asterisk/templates/etc/asterisk/pjsip_wizard.conf.j2
+++ b/roles/asterisk/templates/etc/asterisk/pjsip_wizard.conf.j2
@@ -55,6 +55,7 @@ inbound_auth/username = {{ ext.username | default(ext.name) }}
inbound_auth/password = {{ ext.password }}
aor/max_contacts = {{ ext.max_contacts | default(1) }}
aor/qualify_frequency = {{ ext.qualify_frequency | default(30) }}
+aor/qualify_timeout = {{ ext.qualify_timeout | default(3.0) }}
endpoint/direct_media = {{ 'yes' if ext.direct_media | default(true) else 'no' }}
{% endfor %}