Search found 34 matches
- 19 Apr 2011, 14:26
- Forum: Help
- Topic: PostMaster filter not working - help
- Replies: 16
- Views: 7325
Re: PostMaster filter not working - help
Yes with SOAP, auto answer is set and we can choose between # auto reject|auto follow up|auto follow up|auto remove Hum I think I have successfully do what I wanna do, with some PHP Now the process is like that (With SOAP + PHP + Mysql) : Create ticket [SOAP TicketCreate] Queue : Raw Auto answer typ...
- 19 Apr 2011, 10:08
- Forum: Help
- Topic: PostMaster filter not working - help
- Replies: 16
- Views: 7325
Re: PostMaster filter not working - help
Ok my new idea is : Create ticket thought PHP, in the "raw" queue On the "raw" queue, set no auto answer, set agent notification to on At the end of the first article creation process, I'm sending out an confirmation to my customer, with ticket number and other informations All t...
- 18 Apr 2011, 16:10
- Forum: Help
- Topic: PostMaster filter not working - help
- Replies: 16
- Views: 7325
Re: PostMaster filter not working - help
Is anybody can help me?
Maybe with another solution ... It's important
thanks
Maybe with another solution ... It's important
thanks
- 15 Apr 2011, 21:02
- Forum: Help
- Topic: PostMaster filter not working - help
- Replies: 16
- Views: 7325
Re: PostMaster filter not working - help
Hum... It's ok i had choose raw queue in soap process Why I would like to do that? My idea is The following : When a customer create a new ticket, in raw queue, my agent is informed by email, via otrs queue looking function (NO auto repply set for raw queue - opening ticket email customer informatio...
- 15 Apr 2011, 20:42
- Forum: Help
- Topic: PostMaster filter not working - help
- Replies: 16
- Views: 7325
Re: PostMaster filter not working - help
Yes and? Even if I fill in only one rulle, this not working.
Nô postmaster filter seems to work
Important : this is an ticket created with soap (php)
Thanks
Nô postmaster filter seems to work
Important : this is an ticket created with soap (php)
Thanks
- 15 Apr 2011, 15:08
- Forum: Help
- Topic: PostMaster filter not working - help
- Replies: 16
- Views: 7325
Re: PostMaster filter not working - help
Here is the screenshot :

(A = To : french language)
(queue name changed for test)
Thanks

(A = To : french language)
(queue name changed for test)
Thanks
- 15 Apr 2011, 14:12
- Forum: Help
- Topic: PostMaster filter not working - help
- Replies: 16
- Views: 7325
Re: PostMaster filter not working - help
When i create ticket, the log only show [Fri Apr 15 14:08:58 2011][Notice][Kernel::System::Ticket::TicketCreate] New Ticket [2011041510000158/[ Ticket#: 2011] created (TicketID=34,Queue=Raw,Priority=3 normal,State=new) The uper/lower case for the queue? is blanck spaces allowed? I have no case error...
- 15 Apr 2011, 13:33
- Forum: Help
- Topic: PostMaster filter not working - help
- Replies: 16
- Views: 7325
Re: PostMaster filter not working - help


- 15 Apr 2011, 12:26
- Forum: Help
- Topic: PostMaster filter not working - help
- Replies: 16
- Views: 7325
PostMaster filter not working - help
Hi ! I have successfully activated the PostMaster::PreFilterModule###3-NewTicketReject in Ticket -> Core::PostMaster to block all the incoming email that do not have a valid ticket number in subject. But now I have created a new rule in PostMaster filters settings to move new ticket from "raw&q...
- 13 Apr 2011, 11:14
- Forum: Help
- Topic: 2 differents auto answers?
- Replies: 0
- Views: 783
2 differents auto answers?
Hi everyone, I'm trying to integrate OTRS thought PHP at the maximum. Now I'm able to create an new ticket and a new article with PHP. After that is done, an auto answer is sent by OTRS, because that is the rule I made for this ticket queue. But once the ticket is created, and after an agent had ans...
- 12 Apr 2011, 17:07
- Forum: Howtos
- Topic: How to make article attachment with PHP and SOAP
- Replies: 0
- Views: 4190
How to make article attachment with PHP and SOAP
If you want to create article with attachment with PHP, you have read here or elsewhere you need to encode the attachment trough php to be able to send it via SOAP. But at the other side, in OTRS, you can "see" the attachment but you are not able to open it : the file need to be decoded be...
- 08 Apr 2011, 14:27
- Forum: Developers
- Topic: Can't edit customers informations in OTRS agent backend
- Replies: 7
- Views: 4509
Re: [SOLVED]Can't get customer information in OTRS agent bac
Yes you can ;) The error was during ticket creation process : during that, we NEED to set "CustomerUser" = to "CustomerID" (with SOAP) and that's all :) After that, informations are now available BUT there is one problem again : When we go to "customers" in OTRS menu, I...
- 07 Apr 2011, 13:46
- Forum: Developers
- Topic: Can't edit customers informations in OTRS agent backend
- Replies: 7
- Views: 4509
Re: Can't get customer informations in OTRS agent backend
solved ... thanks to try to help me ^^'
- 06 Apr 2011, 12:28
- Forum: Developers
- Topic: Can't edit customers informations in OTRS agent backend
- Replies: 7
- Views: 4509
Re: Can't get customer informations in OTRS agent backend
The code used to create the ticket is up, in my last post :) Maybe yes there is an error while creating cusutomer but what is "UserID" when i call CustomerUserAdd ? If I let it blank, OTRS log show an error and the customer is not created [Wed Apr 6 12:26:36 2011][Error][Kernel::System::Cu...
- 06 Apr 2011, 11:33
- Forum: Developers
- Topic: Can't edit customers informations in OTRS agent backend
- Replies: 7
- Views: 4509
Re: Can't get customer informations in OTRS agent backend
EDIT : the customer informations are not available only when it's a php SOAP created ticket. (when I create a phone ticket in OTRS, informations are shown) here is the code used to create the new ticket, php : try{ $numeroTicket = $this->soapclient->__soapCall("Dispatch", array($this->user...
- 06 Apr 2011, 11:11
- Forum: Developers
- Topic: Can't edit customers informations in OTRS agent backend
- Replies: 7
- Views: 4509
Can't edit customers informations in OTRS agent backend
EDIT : GO to my last post, modified question Hi, Another post for another problem, I think this one is not so hard but I don't find any solution in others topics. I'm programming PHP API for OTRS. So I'm my customers will be able to create a new ticket trought php. But before creating the first cus...
- 06 Apr 2011, 09:27
- Forum: Help
- Topic: [SOLVED] Hide auto answer form articles in ticket zoom list
- Replies: 3
- Views: 2026
Re: Hide auto answer form articles in ticket zoom list
I have changed settings in the config it's ok but I don't understand how to add filter in article view 
(Auto Hiding auto answer would be a nice build-in option I think)
please help, thanks !
OOps it's ok I have find it ! Thanks you can close this topic

(Auto Hiding auto answer would be a nice build-in option I think)
please help, thanks !
OOps it's ok I have find it ! Thanks you can close this topic
- 05 Apr 2011, 17:42
- Forum: Help
- Topic: [SOLVED] Hide auto answer form articles in ticket zoom list
- Replies: 3
- Views: 2026
Re: Hide auto answer form articles in ticket zoom list
See that tomorrow thanks
- 05 Apr 2011, 17:40
- Forum: Developers
- Topic: Send a different email when agent aswer
- Replies: 3
- Views: 2374
Re: Send a different email when agent aswer
... Imho you should using mail AND your website. ==> with a lot of emails, that is realy not the good way, to archive, no trace, a lot of emails errors (actually we do like that) We currently create our Tickets in Drupal and send them via SOAP to OTRS. ==> that is done in my API too Next step for u...
- 05 Apr 2011, 16:59
- Forum: Developers
- Topic: Send a different email when agent aswer
- Replies: 3
- Views: 2374
Send a different email when agent aswer
Hi everyone, I try to integrate OTRS directly on my website (without OTRS perl backend, with SOAP, PHP, MYSQL) but the task is hard ... I need to improve OTRS running way, specially I want Customer answering ONLY thought their account on my website, not by email. To do that, when agent answer to a c...
- 05 Apr 2011, 09:48
- Forum: Help
- Topic: [SOLVED] Hide auto answer form articles in ticket zoom list
- Replies: 3
- Views: 2026
[SOLVED] Hide auto answer form articles in ticket zoom list
Hi,
One more probleme is I would like to Hide auto answer form articles in ticket zoom list because it not help to have a quick view on it
How to do that?
Thanks a lot
One more probleme is I would like to Hide auto answer form articles in ticket zoom list because it not help to have a quick view on it
How to do that?
Thanks a lot
- 05 Apr 2011, 09:45
- Forum: Developers
- Topic: [SOLVED] How to get articles body trought php ?
- Replies: 5
- Views: 5319
Re: How to get articles body trought php ?
OK yes here is a poart of my solution It is a function of my homemade class // get and return array of on article (SOAP) public function get_article_infos($article_id){ $__article_infos = array(); try{ $__article_infos = $this->soapclient->__soapCall("Dispatch", array($this->user, $this->p...
- 31 Mar 2011, 09:04
- Forum: Developers
- Topic: [SOLVED] How to get articles body trought php ?
- Replies: 5
- Views: 5319
Re: How to get articles body trought php ?
It's done... thanks
- 30 Mar 2011, 09:04
- Forum: Developers
- Topic: [SOLVED] How to get articles body trought php ?
- Replies: 5
- Views: 5319
Re: How to get articles body trought php ?
I'm here on the official user forum and no answer to this "basic" function ... where to go to have one? please
thanks a lot
thanks a lot
- 28 Mar 2011, 12:22
- Forum: Developers
- Topic: [SOLVED] How to get articles body trought php ?
- Replies: 5
- Views: 5319
[SOLVED] How to get articles body trought php ?
Hi everyone ! I have a big problem to get article body content with php (trought SOAP module) I prefer to use SOAP module instead of manual query to OTRS Database... But when i do : $article_datas = $this->soapclient->__soapCall("Dispatch", array($this->user, $this->pass, "TicketObjec...
- 24 Mar 2011, 11:57
- Forum: Help
- Topic: Error (no data) when editing customer user
- Replies: 0
- Views: 993
Error (no data) when editing customer user
Hi again ! When i go to "customers" in otrs, I see my php created customers, and in my database, all customer_user fields are filled for this customer BUT when I click on this customer (for example in right column in one of his ticket), otrs go to edit client page but all the fiel are empt...
- 23 Mar 2011, 23:22
- Forum: Help
- Topic: [SOLVED] No personal queues to follow in new/edit agent !
- Replies: 5
- Views: 2124
Re: No personal queues to follow in new/edit agent !
Solved with creating new queue and assign it to agent...
Thanks, I will need your help maybe soon !
bye
Thanks, I will need your help maybe soon !
bye
- 23 Mar 2011, 16:22
- Forum: Help
- Topic: [SOLVED] No personal queues to follow in new/edit agent !
- Replies: 5
- Views: 2124
[SOLVED] No personal queues to follow in new/edit agent !
Hi ! I have a big problem with no log error in OTRS agent interface. With an existing user or when I configure a new one, "queues to follow" item is empty ! look at the screenshot (sorry it's in french but it represent a user personnal configuration interface) http://img861.imageshack.us/i...
- 23 Mar 2011, 15:50
- Forum: Help
- Topic: [SOLVED] Where download original mysql otrs 3.0.6 db ?
- Replies: 2
- Views: 1630
Re: Where download original mysql otrs 3.0.6 db ?
thanks a lot :$
Will be usefull !
Will be usefull !
- 23 Mar 2011, 13:30
- Forum: Help
- Topic: [SOLVED] Where download original mysql otrs 3.0.6 db ?
- Replies: 2
- Views: 1630
[SOLVED] Where download original mysql otrs 3.0.6 db ?
Hi, I think I have corrupted my mysql database and I have a lot of trouble with OTRS (autoresponse text not as my edited autorepsonse etc etc) So i would like to import a new fresh otrs 3.0.6 database, as it is when you do installation. But I have no backup and I'm runing windows, so I doesn't want ...
- 22 Mar 2011, 15:53
- Forum: General
- Topic: Customer infos not show in otrs with php created user/ticket
- Replies: 3
- Views: 1920
Re: Customer not recognized with php created ticket
OK I had found an error when creating ticket, using "UserCustomerID" instead of "CustomerID" Yeah no another probleme and one more question : 1 : Where can we find each soap call specification for each otrs object (ex : how to know "UserCustomerID" instead of "Cust...
- 22 Mar 2011, 14:37
- Forum: General
- Topic: Customer infos not show in otrs with php created user/ticket
- Replies: 3
- Views: 1920
Re: Customer not recognized with php created ticket
Ok so here is the PHP code to create ticket : function create_ticket(){ global $title; global $from; global $c_infos; global $c_address; try{ $this->numeroTicket = $this->soapclient->__soapCall("Dispatch", array($this->user, $this->pass, "TicketObject", "TicketCreateNumber&q...
- 22 Mar 2011, 11:38
- Forum: General
- Topic: Customer infos not show in otrs with php created user/ticket
- Replies: 3
- Views: 1920
Customer infos not show in otrs with php created user/ticket
Hi everybody ! I have a trouble with php created ticket : I created new customer trought php successfully, with all information i need, copied from my website database. After, when this customer create a new ticket inside my website (with php), the new ticket appear ok, no error in otrs log BUT whe...
- 21 Mar 2011, 10:30
- Forum: General
- Topic: SOAP with php : how to catch core notice
- Replies: 0
- Views: 1114
SOAP with php : how to catch core notice
Hi every one ! First sorry for my bad english, I'm French :) I'm begginer with OTRS and Php. I want to use SOAP interface to integrate OTRS client directly on my website. So i decided to create a php class with all functions i will need to do that. here is my construct function (php) : class PhpSoap...