OTRS 1.0.6 (OTRS::ITSM branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News OTRS 1.0.6 (OTRS::ITSM branch)
# 1  
Old 04-08-2008
OTRS 1.0.6 (OTRS::ITSM branch)

Image OTRS is a Web-based help desk and ticket system that provides a tailored set of effective and field-tested features to help service organizations to manage requests more efficiently. It relieves service agents of routine activities and provides a transparent view of the current status of a customer's request at any time. As a framework, it is the fundamental basis of OTRS::ITSM, an ITIL-compliant IT service management solution. It supports MySQL, MS SQL, PosgreSQL, Oracle, and DB2. License: GNU General Public License v2 Changes:
This release supports the ITIL processes: incident, problem, and configuration management, including an integrated configuration management database (CMDB).Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Linux

OTRS Development

Where I can find OTRS development company in Chicago? (1 Reply)
Discussion started by: vamshi1
1 Replies

2. Linux

OTRS instance

hi frnds here i m trying to configure OTRS instance but i m getting the following error message while runnning through browser. I m writing the following http://192.168.1.55:8080/otrs2/index.pl " #!/usr/bin/perl -w... (7 Replies)
Discussion started by: naik_mit
7 Replies

3. Linux

OTRS installation problem

hi frnds I had currently installed OTRS through rpm for Enterprise Linux 3 but its showing the following problems. cmd : rpm -ivh otrs-1.2.4-1.1.el3.dag.noarch.rpm warning: otrs-1.2.4-1.1.el3.dag.noarch.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6 error: Failed... (0 Replies)
Discussion started by: naik_mit
0 Replies
Login or Register to Ask a Question
shishi_tkt_forwarded_p(3)					      shishi						 shishi_tkt_forwarded_p(3)

NAME
shishi_tkt_forwarded_p - API function SYNOPSIS
#include <shishi.h> int shishi_tkt_forwarded_p(Shishi_tkt * tkt); ARGUMENTS
Shishi_tkt * tkt input variable with ticket info. DESCRIPTION
Determine if ticket is forwarded. The FORWARDED flag is set by the TGS when a client presents a ticket with the FORWARDABLE flag set and requests a forwarded ticket by spec- ifying the FORWARDED KDC option and supplying a set of addresses for the new ticket. It is also set in all tickets issued based on tickets with the FORWARDED flag set. Application servers may choose to process FORWARDED tickets differently than non-FORWARDED tickets. RETURN VALUE
Returns non-0 iff forwarded flag is set in ticket. REPORTING BUGS
Report bugs to <bug-shishi@gnu.org>. COPYRIGHT
Copyright (C) 2002-2010 Simon Josefsson. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for shishi is maintained as a Texinfo manual. If the info and shishi programs are properly installed at your site, the command info shishi should give you access to the complete manual. shishi 1.0.1 shishi_tkt_forwarded_p(3)