]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/Administration/In_AT_telephony_configuration.adoc
76e86ad6bb66c639ba0dcba386d5349e773a6043
[Evergreen.git] / docs / RELEASE_NOTES_NEXT / Administration / In_AT_telephony_configuration.adoc
1 Configure multiple telephony servers via Action/Trigger
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 If you are using the AstCall Action/Trigger reactor
4 to generate callfiles to send to an Asterisk server, until
5 now the only place to specify the relevant configuration
6 was in `opensrf.xml`. However, this restricted an Evergreen
7 consortium to using only one Asterisk instance.
8
9 Now, the telephony parameters can also be specified as 
10 A/T event parameters, allowing per-library configuration.
11
12 .Telephony parameters
13 |===
14 | Name | Example value
15
16 | enabled
17 | 0
18
19 | driver
20 | "SIP"
21
22 | channels
23 | ["Zap/1", "Zap/2", "IAX/user:secret@widgets.biz"]
24
25 | host
26 | "localhost"
27
28 | port
29 | "10080"
30
31 | user
32 | "evergreen"
33
34 | pw
35 | "evergreen"
36
37 | callfile_lines
38 | ["MaxRetries: 3", "RetryTime: 60", "WaitTime: 30", "Archive: 1", "Extension: 10"]
39 |===