aboutsummaryrefslogtreecommitdiffstats
path: root/roles/asterisk
Commit message (Collapse)AuthorAgeFilesLines
* asterisk: add qualify_timeout parameterStonewall Jackson2023-03-052-0/+3
|
* asterisk: add more options for pjsip endpointsStonewall Jackson2023-03-032-12/+15
|
* update docsStonewall Jackson2023-02-271-1/+2
|
* add docsStonewall Jackson2023-02-132-3/+8
|
* update asterisk defaultsStonewall Jackson2023-02-101-1/+1
|
* update asterisk defaultsStonewall Jackson2023-02-101-38/+5
|
* update documentationStonewall Jackson2023-02-101-2/+2
|
* update asterisk docsStonewall Jackson2023-02-101-2/+93
|
* update documentationStonewall Jackson2023-02-101-5/+5
|
* add asterisk documentationStonewall Jackson2023-02-103-2/+140
|
* set max_retries to UINT32_MAX for asterisk registrationsStonewall Jackson2023-02-061-9/+11
| | | | | | | | | | | | | | | After a brief internet outage, I noticed that asterisk had given up trying to reconnect to my upstream SIP server (looks like the default value of max_retries is 10). Although the asterisk "registration" object was disconnected, the "endpoint" object still reported being up, so the check_asterisk_endpoints nagios plugin did not alert me to the problem. This commit sets max_retries to UNIT32_MAX for asterisk registrations by default. It also adds a new nagios plugin, check_asterisk_registrations. Unfortunately, the ARI does not expose registrations via the REST API, so I had to write a hacky bash script to parse the asterisk CLI output.
* initial commitStonewall Jackson2023-02-0415-0/+399