projects
/
working
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
288e436
)
Transmit screen message and print line in Patron Information
author
djfiander
<djfiander>
Sun, 27 Aug 2006 11:49:52 +0000
(11:49 +0000)
committer
djfiander
<djfiander>
Sun, 27 Aug 2006 11:49:52 +0000
(11:49 +0000)
Response messages.
Sip/MsgType.pm
patch
|
blob
|
history
diff --git
a/Sip/MsgType.pm
b/Sip/MsgType.pm
index
1e30a65
..
a726377
100644
(file)
--- 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,