Dorp, Danny van | 11 Nov 2009 16:03

new here - two questions

Dear OTRS dev members. I am new here and not yet sure what to expect of it.

 

My company is using OTRS for almost 3 years now and we think it is great. I am the main application manager and I tried to make some modifications to the webpage that displays the dashboard but all modifications I made were, after a few minutes, overwriten with the defaults again. What makes this happen?

 

My modification, or at least attempt, was to show queue names in the escalated ticket section so people could see which ticket belonged to what queue that was escalated. We have agents that are in the same group but not responsible for the same queues in that group so it would be nice if they could see, in the dashboard, that they have escalated tickets without the need of going through their queues.

 

We are working for 1800+ users with 5 corporate support agents so everything that helps in speeding up the process in handling escalated tickets is welcome J

 

Is this a feature that might be implemented in new versions by the way? That would be great.

 

And is anyone familiar with the fact that when you give somebody read only rights and rights to create tickets but no full access rights they can create tickets but after that do not see it in the queue? Actually, they don’t see anything in OTRS, not even the queues.?

 

This could also be a support question of course but I expect it to also being a dev question.

 

If I am wrong please let me know. Thanks.

 

Met vriendelijke groet / Best regards,

 

Danny van Dorp

 

Webmaster and ICT Officer Applications
SNV Netherlands Development Organisation
Dr. Kuyperstraat 5

2514 BA The Hague
Tel: +31 (0)70 344 02 57
Fax: +31 (0)70 385 55 31
Email ICT:
ICTHelpdesk <at> snvworld.org
Email personal and MSN: dvandorp <at> snvworld.org

 

DISCLAIMER This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Any views or opinions presented in this email are solely those of the author and do not necessarily represent those of SNV. SNV accepts no liability for any damage caused by any virus transmitted by this email.
---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/
Michiel Beijen | 12 Nov 2009 11:43
Gravatar

Re: new here - two questions

Beste Danny,

First of all, welcome to the OTRS community!

About the dashboard question, if you'd modify the AgentTicketDashboardGeneric.dtl file in otrs/Kernel/Output/HTML/Standard to look like this (around line 50:)

                   ....
                    <td>$QData{"Queue"}</td>
                    <td width="60%">
                        <div title="$QData{"Title"}">$QData{"Title","70"}</div>
                    </td>
                    .....

then you'd be good, and it is supposed not to be overwritten. What file did you modify before?

For the second topic, I guess you are referring to something that we call the 'QueueView' in OTRS. By default, the QueueView only lists tickets where you'd need to work on, and where you'd have 'rw' permissions on. Tickets with just read access, can be searched, and are displayed in the StatusView if you have enabled that, for instance.

There is a SysConfig option to change the behaviour of the queue view, if you'd want that: Frontend::Agent::Ticket::ViewQueue --> ViewAllPossibleTickets.

Met vriendelijke groet,

--
Michiel Beijen
R&D

OTRS AG
Norsk-Data-Str 1.
61352 Bad Homburg
Deutschland

T: +31 (0) 6457 42418
F: +49 (0) 9421 56818-18
I:  http://www.otrs.com/

Business Location: Bad Homburg, Country Court: Bad Homburg, Commercial register: 10751, Tax ID: 003 240
97505 Chairman of the Board: Burchard Steinbild, Managing Board: André Mindermann (CEO), Martin Edenhofer

CU <at> IIR Service Desk Forum in Mainz (Germany) and get to know more about OTRS  at booth no. 12 from Nov 24-25, 2009!

On Wed, 2009-11-11 at 16:03 +0100, Dorp, Danny van wrote:
Dear OTRS dev members. I am new here and not yet sure what to expect of it.

 

My company is using OTRS for almost 3 years now and we think it is great. I am the main application manager and I tried to make some modifications to the webpage that displays the dashboard but all modifications I made were, after a few minutes, overwriten with the defaults again. What makes this happen?

 

My modification, or at least attempt, was to show queue names in the escalated ticket section so people could see which ticket belonged to what queue that was escalated. We have agents that are in the same group but not responsible for the same queues in that group so it would be nice if they could see, in the dashboard, that they have escalated tickets without the need of going through their queues.

 

We are working for 1800+ users with 5 corporate support agents so everything that helps in speeding up the process in handling escalated tickets is welcome J

 

Is this a feature that might be implemented in new versions by the way? That would be great.

 

And is anyone familiar with the fact that when you give somebody read only rights and rights to create tickets but no full access rights they can create tickets but after that do not see it in the queue? Actually, they don’t see anything in OTRS, not even the queues.?

 

This could also be a support question of course but I expect it to also being a dev question.

 

If I am wrong please let me know. Thanks.

 

Met vriendelijke groet / Best regards,

 

Danny van Dorp

 

Webmaster and ICT Officer Applications
SNV Netherlands Development Organisation
Dr. Kuyperstraat 5

2514 BA The Hague
Tel: +31 (0)70 344 02 57
Fax: +31 (0)70 385 55 31
Email ICT: ICTHelpdesk <at> snvworld.org
Email personal and MSN: dvandorp <at> snvworld.org

 


DISCLAIMER This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Any views or opinions presented in this email are solely those of the author and do not necessarily represent those of SNV. SNV accepts no liability for any damage caused by any virus transmitted by this email. --------------------------------------------------------------------- OTRS mailing list: dev - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/dev To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! http://www.otrs.com/en/support/enterprise-subscription/
---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/
Shue, Daniel G. | 12 Nov 2009 11:33
Picon

Re: new here - two questions

See the attached about your Queue name in the dashboard… also, about your changes being reverted.  Empty our your cache dir.  Usually under var/tmp.  There’s also a script to empty your cache as well.  You might also want to restart apache just for good measure.  Goodluck!

 

AgentDashboardTicketGeneric.dtl:

 

<!-- dtl:block:ContentLargeTicketGenericRow -->

        <dtl if ($Env{"Color"} eq "") { $Env{"Color"} = "searchactive"; }>

        <tr class="$Env{"Color"}" onmouseover="this.className='searchhighlight';" onmouseout="this.className='$Env{"Color"}';">

          <td width="1%">

            <table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0">

              <tr>

                <td class="PriorityID-$Data{"PriorityID"}" title="$Text{"Priority"}: $Text{"$Data{"Priority"}"}" width="1%">&nbsp;</td>

              </tr>

            </table>

          </td>

          <td width="50%">

                                    <a href="$Env{"Baselink"}Action=AgentTicketZoom&TicketID=$Data{"TicketID"}&ArticleID=$Data{"ArticleID"}&QueueID=$Data{"QueueID"}" onmouseover="window.status='$JSText{"Zoom"}'; return true;" onmouseout="window.status='';">

            <div title="$QData{"Title"}">$QData{"Title","70"}</div>

                                                </a>

          </td>

          <td>$QData{"Time"}</td>

                                  <td width="20%">

                                                <a href="$Env{"Baselink"}Action=AgentTicketQueue&QueueID=$QData{"QueueID"}"onmouseover="window.status='$JSText{"Queue"}'; return true;" onmouseout="window.status='';">

                                                <div title="$QData{"Queue"}">$QData{"Queue"}</div>

                                                </a>

                                  </td>

                                  <td width="10%">

                                                <a href="$Env{"Baselink"}Action=AgentTicketCustomer&TicketID=$QData{"TicketID"}" onmouseover="window.status='$JSText{"Customer history"}'; return true;" onmouseout="window.status='';">

                                                <div title="$QData{"CustomerUserID"}">$QData{"CustomerID","15"}</div>

                                                </a>

                                  </td>

        </tr>

        <dtl if ($Env{"Color"} eq "searchpassive") { $Env{"Color"} = ""; }>

        <dtl if ($Env{"Color"} eq "searchactive") { $Env{"Color"} = "searchpassive"; }>

<!-- dtl:block:ContentLargeTicketGenericRow -->

 

Daniel

 

From: dev-bounces <at> otrs.org [mailto:dev-bounces <at> otrs.org] On Behalf Of Dorp, Danny van
Sent: Wednesday, November 11, 2009 10:04 AM
To: dev <at> otrs.org
Subject: [dev] new here - two questions

 

Dear OTRS dev members. I am new here and not yet sure what to expect of it.

 

My company is using OTRS for almost 3 years now and we think it is great. I am the main application manager and I tried to make some modifications to the webpage that displays the dashboard but all modifications I made were, after a few minutes, overwriten with the defaults again. What makes this happen?

 

My modification, or at least attempt, was to show queue names in the escalated ticket section so people could see which ticket belonged to what queue that was escalated. We have agents that are in the same group but not responsible for the same queues in that group so it would be nice if they could see, in the dashboard, that they have escalated tickets without the need of going through their queues.

 

We are working for 1800+ users with 5 corporate support agents so everything that helps in speeding up the process in handling escalated tickets is welcome J

 

Is this a feature that might be implemented in new versions by the way? That would be great.

 

And is anyone familiar with the fact that when you give somebody read only rights and rights to create tickets but no full access rights they can create tickets but after that do not see it in the queue? Actually, they don’t see anything in OTRS, not even the queues.?

 

This could also be a support question of course but I expect it to also being a dev question.

 

If I am wrong please let me know. Thanks.

 

Met vriendelijke groet / Best regards,

 

Danny van Dorp

 

Webmaster and ICT Officer Applications
SNV Netherlands Development Organisation
Dr. Kuyperstraat 5

2514 BA The Hague
Tel: +31 (0)70 344 02 57
Fax: +31 (0)70 385 55 31
Email ICT:
ICTHelpdesk <at> snvworld.org
Email personal and MSN: dvandorp <at> snvworld.org

 

 

 

DISCLAIMER

 

This email and any files transmitted with it are confidential and intended

solely for the use of the individual or entity to whom they are addressed. Any

views or opinions presented in this email are solely those of the author and do

not necessarily represent those of SNV. SNV accepts no liability for any damage

caused by any virus transmitted by this email.

This email and any files transmitted with it are confidential and intended for use only by the individual or entity named above. If you are not the intended recipient or the employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any disclosure, dissemination, distribution, copying of this communication, or unauthorized use is strictly prohibited. Please notify us immediately by reply email and then delete this message from your system. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Randolph County Government. This email and any file attachments have been scanned for potential viruses; however, the recipient should check this email for the presence of viruses and/or malicious code. Randolph County accepts no liability for any damage transmitted via this email.
Attachment (AgentDashboardTicketGeneric.dtl): application/octet-stream, 4549 bytes
---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/
Dorp, Danny van | 12 Nov 2009 13:35

Re: new here - two questions

Beste Michiel,

 

This is great! And at the same time a little embarrassing because I did not find the ViewAllPossibleTicket option myself. But great nevertheless J

 

Thanks so much for your help. We are implementing OTRS to our regional offices and we really needed read only access.  Most of the ICT responsible agents need to see tickets and learn from them but it’s not yet sensible to have them reply on tickets.  

 

I just received another mail about the queue view in the dashboard and it was slightly easier to implement that but I want to thank you for your fast reply. I hope I can be as valuable to this community as you were to me.  

 

Met vriendelijke groet / Best regards,

 

Danny van Dorp

 

Webmaster and ICT Officer Applications
SNV Netherlands Development Organisation
Dr. Kuyperstraat 5

2514 BA The Hague
Tel: +31 (0)70 344 02 57
Fax: +31 (0)70 385 55 31
Email ICT:
ICTHelpdesk <at> snvworld.org
Email personal and MSN: dvandorp <at> snvworld.org

 

From: dev-bounces <at> otrs.org [mailto:dev-bounces <at> otrs.org] On Behalf Of Michiel Beijen
Sent: Thursday, November 12, 2009 11:44
To: Development community of OTRS.org
Subject: Re: [dev] new here - two questions

 

Beste Danny,

First of all, welcome to the OTRS community!

About the dashboard question, if you'd modify the AgentTicketDashboardGeneric.dtl file in otrs/Kernel/Output/HTML/Standard to look like this (around line 50:)

                   ....
                    <td>$QData{"Queue"}</td>
                    <td width="60%">
                        <div title="$QData{"Title"}">$QData{"Title","70"}</div>
                    </td>
                    .....

then you'd be good, and it is supposed not to be overwritten. What file did you modify before?

For the second topic, I guess you are referring to something that we call the 'QueueView' in OTRS. By default, the QueueView only lists tickets where you'd need to work on, and where you'd have 'rw' permissions on. Tickets with just read access, can be searched, and are displayed in the StatusView if you have enabled that, for instance.

There is a SysConfig option to change the behaviour of the queue view, if you'd want that: Frontend::Agent::Ticket::ViewQueue --> ViewAllPossibleTickets.

Met vriendelijke groet,


--
Michiel Beijen
R&D

OTRS AG
Norsk-Data-Str 1.
61352 Bad Homburg
Deutschland

T: +31 (0) 6457 42418
F: +49 (0) 9421 56818-18
I:  http://www.otrs.com/

Business Location: Bad Homburg, Country Court: Bad Homburg, Commercial register: 10751, Tax ID: 003 240
97505 Chairman of the Board: Burchard Steinbild, Managing Board: André Mindermann (CEO), Martin Edenhofer

CU <at> IIR Service Desk Forum in Mainz (Germany) and get to know more about OTRS  at booth no. 12 from Nov 24-25, 2009!

On Wed, 2009-11-11 at 16:03 +0100, Dorp, Danny van wrote:

Dear OTRS dev members. I am new here and not yet sure what to expect of it.

 

My company is using OTRS for almost 3 years now and we think it is great. I am the main application manager and I tried to make some modifications to the webpage that displays the dashboard but all modifications I made were, after a few minutes, overwriten with the defaults again. What makes this happen?

 

My modification, or at least attempt, was to show queue names in the escalated ticket section so people could see which ticket belonged to what queue that was escalated. We have agents that are in the same group but not responsible for the same queues in that group so it would be nice if they could see, in the dashboard, that they have escalated tickets without the need of going through their queues.

 

We are working for 1800+ users with 5 corporate support agents so everything that helps in speeding up the process in handling escalated tickets is welcome J

 

Is this a feature that might be implemented in new versions by the way? That would be great.

 

And is anyone familiar with the fact that when you give somebody read only rights and rights to create tickets but no full access rights they can create tickets but after that do not see it in the queue? Actually, they don’t see anything in OTRS, not even the queues.?

 

This could also be a support question of course but I expect it to also being a dev question.

 

If I am wrong please let me know. Thanks.

 

Met vriendelijke groet / Best regards,

 

Danny van Dorp

 

Webmaster and ICT Officer Applications
SNV Netherlands Development Organisation
Dr. Kuyperstraat 5

2514 BA The Hague
Tel: +31 (0)70 344 02 57
Fax: +31 (0)70 385 55 31
Email ICT: ICTHelpdesk <at> snvworld.org
Email personal and MSN: dvandorp <at> snvworld.org

 

 

 

DISCLAIMER

 

This email and any files transmitted with it are confidential and intended

solely for the use of the individual or entity to whom they are addressed. Any

views or opinions presented in this email are solely those of the author and do

not necessarily represent those of SNV. SNV accepts no liability for any damage

caused by any virus transmitted by this email.

---------------------------------------------------------------------

OTRS mailing list: dev - Webpage: http://otrs.org/

Archive: http://lists.otrs.org/pipermail/dev

To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

 

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!

http://www.otrs.com/en/support/enterprise-subscription/

DISCLAIMER This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Any views or opinions presented in this email are solely those of the author and do not necessarily represent those of SNV. SNV accepts no liability for any damage caused by any virus transmitted by this email.
---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/
Dorp, Danny van | 12 Nov 2009 13:37

Re: new here - two questions

Dear Daniel,

 

You just made our OTRS experience a lot better J

 

Before this the dashboard was nice but did not have a lot of added value. Now is does!

 

Thank you very much for your advice and dtl file. It is working like a charm!

 

 

Met vriendelijke groet / Best regards,

 

Danny van Dorp

 

Webmaster and ICT Officer Applications
SNV Netherlands Development Organisation
Dr. Kuyperstraat 5

2514 BA The Hague
Tel: +31 (0)70 344 02 57
Fax: +31 (0)70 385 55 31
Email ICT:
ICTHelpdesk <at> snvworld.org
Email personal and MSN: dvandorp <at> snvworld.org

 

From: dev-bounces <at> otrs.org [mailto:dev-bounces <at> otrs.org] On Behalf Of Shue, Daniel G.
Sent: Thursday, November 12, 2009 11:34
To: Development community of OTRS.org
Subject: Re: [dev] new here - two questions

 

See the attached about your Queue name in the dashboard… also, about your changes being reverted.  Empty our your cache dir.  Usually under var/tmp.  There’s also a script to empty your cache as well.  You might also want to restart apache just for good measure.  Goodluck!

 

AgentDashboardTicketGeneric.dtl:

 

<!-- dtl:block:ContentLargeTicketGenericRow -->

        <dtl if ($Env{"Color"} eq "") { $Env{"Color"} = "searchactive"; }>

        <tr class="$Env{"Color"}" onmouseover="this.className='searchhighlight';" onmouseout="this.className='$Env{"Color"}';">

          <td width="1%">

            <table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0">

              <tr>

                <td class="PriorityID-$Data{"PriorityID"}" title="$Text{"Priority"}: $Text{"$Data{"Priority"}"}" width="1%">&nbsp;</td>

              </tr>

            </table>

          </td>

          <td width="50%">

                                    <a href="$Env{"Baselink"}Action=AgentTicketZoom&TicketID=$Data{"TicketID"}&ArticleID=$Data{"ArticleID"}&QueueID=$Data{"QueueID"}" onmouseover="window.status='$JSText{"Zoom"}'; return true;" onmouseout="window.status='';">

            <div title="$QData{"Title"}">$QData{"Title","70"}</div>

                                                </a>

          </td>

          <td>$QData{"Time"}</td>

                                  <td width="20%">

                                                <a href="$Env{"Baselink"}Action=AgentTicketQueue&QueueID=$QData{"QueueID"}"onmouseover="window.status='$JSText{"Queue"}'; return true;" onmouseout="window.status='';">

                                                <div title="$QData{"Queue"}">$QData{"Queue"}</div>

                                                </a>

                                  </td>

                                  <td width="10%">

                                                <a href="$Env{"Baselink"}Action=AgentTicketCustomer&TicketID=$QData{"TicketID"}" onmouseover="window.status='$JSText{"Customer history"}'; return true;" onmouseout="window.status='';">

                                                <div title="$QData{"CustomerUserID"}">$QData{"CustomerID","15"}</div>

                                                </a>

                                  </td>

        </tr>

        <dtl if ($Env{"Color"} eq "searchpassive") { $Env{"Color"} = ""; }>

        <dtl if ($Env{"Color"} eq "searchactive") { $Env{"Color"} = "searchpassive"; }>

<!-- dtl:block:ContentLargeTicketGenericRow -->

 

Daniel

 

From: dev-bounces <at> otrs.org [mailto:dev-bounces <at> otrs.org] On Behalf Of Dorp, Danny van
Sent: Wednesday, November 11, 2009 10:04 AM
To: dev <at> otrs.org
Subject: [dev] new here - two questions

 

Dear OTRS dev members. I am new here and not yet sure what to expect of it.

 

My company is using OTRS for almost 3 years now and we think it is great. I am the main application manager and I tried to make some modifications to the webpage that displays the dashboard but all modifications I made were, after a few minutes, overwriten with the defaults again. What makes this happen?

 

My modification, or at least attempt, was to show queue names in the escalated ticket section so people could see which ticket belonged to what queue that was escalated. We have agents that are in the same group but not responsible for the same queues in that group so it would be nice if they could see, in the dashboard, that they have escalated tickets without the need of going through their queues.

 

We are working for 1800+ users with 5 corporate support agents so everything that helps in speeding up the process in handling escalated tickets is welcome J

 

Is this a feature that might be implemented in new versions by the way? That would be great.

 

And is anyone familiar with the fact that when you give somebody read only rights and rights to create tickets but no full access rights they can create tickets but after that do not see it in the queue? Actually, they don’t see anything in OTRS, not even the queues.?

 

This could also be a support question of course but I expect it to also being a dev question.

 

If I am wrong please let me know. Thanks.

 

Met vriendelijke groet / Best regards,

 

Danny van Dorp

 

Webmaster and ICT Officer Applications
SNV Netherlands Development Organisation
Dr. Kuyperstraat 5

2514 BA The Hague
Tel: +31 (0)70 344 02 57
Fax: +31 (0)70 385 55 31
Email ICT: ICTHelpdesk <at> snvworld.org
Email personal and MSN: dvandorp <at> snvworld.org

 

 

 

DISCLAIMER

 

This email and any files transmitted with it are confidential and intended

solely for the use of the individual or entity to whom they are addressed. Any

views or opinions presented in this email are solely those of the author and do

not necessarily represent those of SNV. SNV accepts no liability for any damage

caused by any virus transmitted by this email.

This email and any files transmitted with it are confidential and intended for use only by the individual or entity named above. If you are not the intended recipient or the employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any disclosure, dissemination, distribution, copying of this communication, or unauthorized use is strictly prohibited. Please notify us immediately by reply email and then delete this message from your system. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Randolph County Government. This email and any file attachments have been scanned for potential viruses; however, the recipient should check this email for the presence of viruses and/or malicious code. Randolph County accepts no liability for any damage transmitted via this email.

DISCLAIMER This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Any views or opinions presented in this email are solely those of the author and do not necessarily represent those of SNV. SNV accepts no liability for any damage caused by any virus transmitted by this email.
---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/
Picon

custom SearchAutoComplete field in AgentTicketPhone

Hi,

In my phone ticket page I need to do something like the 
CustomerSearchAutoComplete, but for services. I want to get data from a 
description filed in service_customer_user table. How can I do this? Any 
idea?

This is the CustomerSearchAutoCompleteDiv in AgentTicketPhone.dtl

<!-- dtl:block:CustomerSearchAutoCompleteDivStart-->
             <div id="myAutoComplete" class="myAutoComplete">
<!-- dtl:block:CustomerSearchAutoCompleteDivStart -->
             <input id="myAutoCompleteInput" type="text" name="From" 
value="$QData{"From"}" size="80"/>
<!-- dtl:block:CustomerSearchAutoCompleteDivEnd -->
             <div id="myAutoCompleteContainer"></div>
             </div>
<!-- dtl:block:CustomerSearchAutoCompleteDivEnd -->

Thanks

---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Arpit2 G | 20 Nov 2009 10:50
Favicon

How to do CTI Integration with OTRS?


Hello,
I am looking for CTI Integration on OTRS, but I am unable to find any
guide.Please tell me how to proceed with that.

Thanks & Regards
Arpit Gupta
ESM Sub Focus Area, TEG Open Source Platform
Tata Consultancy Services
Ph:- +91-22-67782544
Cell:- 9769256991
Mailto: arpit2.g <at> tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty.   IT Services
                  Business Solutions
                  Outsourcing
____________________________________________

=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you

---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Martin Edenhofer | 20 Nov 2009 11:34

Re: How to do CTI Integration with OTRS?

Hi Arpit,

what CTI do you use?

 -Martin

On 20.11.2009, at 10:50, Arpit2 G wrote:

> Hello,
> I am looking for CTI Integration on OTRS, but I am unable to find any
> guide.Please tell me how to proceed with that.
> 
> Thanks & Regards
> Arpit Gupta
> ESM Sub Focus Area, TEG Open Source Platform
> Tata Consultancy Services
> Ph:- +91-22-67782544
> Cell:- 9769256991
> Mailto: arpit2.g <at> tcs.com
> Website: http://www.tcs.com
> ____________________________________________
> Experience certainty.   IT Services
>                  Business Solutions
>                  Outsourcing
> ____________________________________________

---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

André Bauer | 20 Nov 2009 12:25
Picon

Re: How to do CTI Integration with OTRS?

Guten Tag Arpit2 G,

If youre looking for Clik2Dial via Asterisk you can use this patch:

http://bugs.otrs.org/show_bug.cgi?id=4332

Cheers
Andre´

am Freitag, 20. November 2009 um 10:50 schrieben Sie:

AG> Hello,
AG> I am looking for CTI Integration on OTRS, but I am unable to find any
AG> guide.Please tell me how to proceed with that.

AG> Thanks & Regards
AG> Arpit Gupta
AG> ESM Sub Focus Area, TEG Open Source Platform
AG> Tata Consultancy Services
AG> Ph:- +91-22-67782544
AG> Cell:- 9769256991
AG> Mailto: arpit2.g <at> tcs.com
AG> Website: http://www.tcs.com
AG> ____________________________________________
AG> Experience certainty.   IT Services
AG>                   Business Solutions
AG>                   Outsourcing
AG> ____________________________________________

AG> =====-----=====-----=====
AG> Notice: The information contained in this e-mail
AG> message and/or attachments to it may contain 
AG> confidential or privileged information. If you are 
AG> not the intended recipient, any dissemination, use, 
AG> review, distribution, printing or copying of the 
AG> information contained in this e-mail message 
AG> and/or attachments to it are strictly prohibited. If 
AG> you have received this communication in error, 
AG> please notify us by reply e-mail or telephone and 
AG> immediately and permanently delete the message 
AG> and any attachments. Thank you

AG> ---------------------------------------------------------------------
AG> OTRS mailing list: dev - Webpage: http://otrs.org/
AG> Archive: http://lists.otrs.org/pipermail/dev
AG> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

AG> NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
AG> http://www.otrs.com/en/support/enterprise-subscription/

--

-- 
Mit freundlichen Grüßen
André Bauer
monotek <at> gmx.net

System: 
Ubuntu 8.04.1/Apache 2.2.8-MOD_PERL/MySQL 5.0.51a/ OTRS 2.3.3

---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/
vaishali dolas | 23 Nov 2009 10:25
Picon

Customer CC filed in customer interface

Hi,

I've been trying to setup some events to achieve the following:
Initially i had created 1 free filed called CC.
Actually i want to send that ticket to whatever emailID send by customer in CC
filed.

I Tried setting Recipient:(Email based) as <OTRS_TICKET_TicketFreeText1> if i
tried to print that name in Body its showing it properly in Ticket Body.
But if i insert it in Recipient email address its not sending notification to
that Customer.
that is if i'll give xyz <at> abc.com  directly in Recipient address its sending
Ticket Notitfication to that address but if i tried to send it through Free
filed its anable to send Ticket.

I'm not sure how to identify this in order to change the notification message
accordingly.

Any help on this questions is greatly appreciated.



            Best Regards,
            Vaishali Dolas

---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Gmane