Changes between Version 94 and Version 95 of BluePrint/Messaging
- Timestamp:
- 07/04/10 16:24:10 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Messaging
v94 v95 59 59 * Q: If a message is routed to a resource, does this automatically mark ticket as 'actioned'? Provide a popup to ask this? 60 60 * [BluePrintAuthorization#SpecificExamples Auth restrictions] 61 61 * Message settings (Gateway) is a 1-1 component of Organisation, Office & Person 62 * When Messages are sent, Person settings are checked, if not found then Office settings are checked, if not found then Organisation settings are checked, if not found then Default settings are used. For speed, all records are read when daemon launched & stored in session.s3.msg. An oncreate/onupdate/ondelete callback forces a refresh of this session data. 63 * Gateway usage should be auditable for billing purposes (i.e. allow a recharge) 62 64 == Parser == 63 65 [http://pyparsing.wikispaces.com Pyparsing] is included in the modules folder.