Results 1 to 2 of 2

Thread: Custom Call status not making it to history

  1. #1
    ronshoe is offline Member
    Join Date
    May 2007
    Posts
    6

    Default Custom Call status not making it to history

    I would like to have the Calls module track all possible options for a telesales call: Held, Not Held, Planned, and Voicemail. For calls when I leave someone a voicemail, "Held" creates the perception that an actual real-time conversation took place. "Not Held" makes it look like the attempt was not made. I want to document left voicemails.

    So, I added Voicemail as a Status option in Studio, but now calls with the Voicemail status do not show up under the History subpanel, whereas the default values, Held, Not Held, & Planned do. However, the voicemail calls do show up when I click the "View Summary" button.

    How can I get it so that a Voicemail call shows up in the History subpanel without having to View Summary?

    Thanks very much for any and all suggestions and/or assistance.

  2. #2
    chinwoei's Avatar
    chinwoei is offline Sugar Community Member
    Join Date
    Jul 2007
    Posts
    91

    Default Re: Custom Call status not making it to history

    ronshoe, here is some of my finding on this.
    you maybe go to modules/Calls/subpanels/ForHistory.php file
    then at the

    'where' => "(calls.status='Held' OR calls.status='Not Held')",

    add " OR calls.status = 'Voice Call' " at behind of the 'Not Held'.

    It should be work after that.
    I am from iZeno Pte Ltd
    Personal Site: Technical Sharing
    SugarForge Project:
    iZeno SMS : http://www.sugarforge.org/projects/izeno-sms/

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 8
    Last Post: 2011-11-28, 03:36 AM
  2. upgraded to 4.5.1e, received "Metadata for table tracker does not exist"
    By sfgeorge in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2007-09-03, 02:24 PM
  3. Asterisk Patch 1.1.0 Crash on logon
    By skyracer in forum Help
    Replies: 6
    Last Post: 2006-07-08, 06:30 AM
  4. Replies: 7
    Last Post: 2006-06-06, 07:56 PM
  5. Replies: 0
    Last Post: 2005-09-24, 10:27 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •