From 337ce816e6f26acf78468a6f5c9f9775a12efa44 Mon Sep 17 00:00:00 2001 From: djfiander Date: Sun, 27 Aug 2006 11:49:52 +0000 Subject: [PATCH] Transmit screen message and print line in Patron Information Response messages. --- Sip/MsgType.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Sip/MsgType.pm b/Sip/MsgType.pm index 1e30a65..a726377 100644 --- a/Sip/MsgType.pm +++ b/Sip/MsgType.pm @@ -951,6 +951,9 @@ sub handle_patron_info { # Custom protocol extension to report patron internet privileges $resp .= maybe_add(FID_INET_PROFILE, $patron->inet_privileges); + + $resp .= maybe_add(FID_SCREEN_MSG, $patron->screen_msg); + $resp .= maybe_add(FID_PRINT_LINE, $patron->print_line); } else { # Invalid patron ID # He has no privileges, no items associated with him, -- 2.11.0