]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/SIP/checkin-hold-phone.adoc
LP1948035 Angular 12 updates
[Evergreen.git] / docs / RELEASE_NOTES_NEXT / SIP / checkin-hold-phone.adoc
1 == Adding Captured Hold Phone Notification Number to Checkin Repsonse ==
2
3 Some third party systems can phone users when a SIP checkin captures
4 an item they have on hold. Normally, to do this a patron information
5 request is sent (message pair 63/64), but some systems will only look
6 for it in the reply to the Checkin pair, 09/10. Because this is not
7 a part of the SIP2 standard and exposes patron personal information
8 when used indescriminately, it must be enabled by including the key
9 `<phone_ext_on_msg10 enabled="true" />` in the "institution"
10 section of `oils_sip.xml`.
11
12 === Upgrade Note ===
13
14 To use this feature, Evergreen administrators should upgrade to the
15 latest version of `SIPServer`.