From fc9027ac66615269aedf5db0a92efb9607669aec Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 2 Mar 2016 17:34:13 -0500 Subject: [PATCH] LP#1375043: add release notes Signed-off-by: Galen Charlton --- .../In_AT_telephony_configuration.adoc | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Administration/In_AT_telephony_configuration.adoc diff --git a/docs/RELEASE_NOTES_NEXT/Administration/In_AT_telephony_configuration.adoc b/docs/RELEASE_NOTES_NEXT/Administration/In_AT_telephony_configuration.adoc new file mode 100644 index 0000000000..76e86ad6bb --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Administration/In_AT_telephony_configuration.adoc @@ -0,0 +1,39 @@ +Configure multiple telephony servers via Action/Trigger +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +If you are using the AstCall Action/Trigger reactor +to generate callfiles to send to an Asterisk server, until +now the only place to specify the relevant configuration +was in `opensrf.xml`. However, this restricted an Evergreen +consortium to using only one Asterisk instance. + +Now, the telephony parameters can also be specified as +A/T event parameters, allowing per-library configuration. + +.Telephony parameters +|=== +| Name | Example value + +| enabled +| 0 + +| driver +| "SIP" + +| channels +| ["Zap/1", "Zap/2", "IAX/user:secret@widgets.biz"] + +| host +| "localhost" + +| port +| "10080" + +| user +| "evergreen" + +| pw +| "evergreen" + +| callfile_lines +| ["MaxRetries: 3", "RetryTime: 60", "WaitTime: 30", "Archive: 1", "Extension: 10"] +|=== -- 2.43.2