IPCC Express Dial by script name

Hello

I'm looking for a sample script of how configure dialing by name on IPCC Express 5.

Note that we do not use any product unit, everything must be done using the IPCC scripts.

Thanks,

Chuck

Chuck,

Its enough big and intervined if I were you I will not remove all the variables or change things.

Use and just use labels go to this place desired direct. I got it as I wanted after several tests.

Thank you

Barnes.

Tags: Cisco Support

Similar Questions

  • IPCC Express estimated the waiting time in the queue

    I have an ipcc express 4.0 and my client wants the number of callers to hear a prompt indicating the estimated waiting time in the queue.

    Is this possible with this solution? Maybe to deal with scripts.

    Any idea?

    Jose

    Jose,

    You can do the process you like through the IPCC Express Scripts.

    You must use the "Get Reporting" statistical step under 'IPCC Express' in the script editor and choose the statistics that you want, in your case, you have to select 'Report object'-> 'CSQ IPCC Express' and afte, select 'Area'-> "Expected wait time", store that value in a variable to create as a guest to read the value.

    Hope this helps,

    Juan Luis

  • IPCC Express scripts custom Variable

    Hello

    Within the IPCC Express 3.5 (3) can define a variable that I can refer in many scripts?

    For example; I could define a variable to 1 on a script1 and then on another script2, I an IF statement, referring to this variable in script 1.

    I can't find a method to do this.

    Thank you very much

    D

    This is the case even with 4.0.

    Guys look at the script repository

    http://www.Cisco.com/en/us/partner/products/SW/custcosw/ps1846/products_implementation_design_guides_list.html

    Discover the scripts State_Check and State_Update under the IP - IVR folder, that's exactly what you want to do.

    I create a similar script for a client who needed to set the variable to the fire drill and redirect all calls in line waiting and again to voicemail when the variable is defined, in all the scripts of the IPCC, I used the State_Check as a subflow at the beginning of the script, and then in the loop of the queue.

    HTH,

    Chris

  • Design CRS in IPCC Express 3.5 question (3)

    We'll go to implement 5 lines (saying 1111, 2222, 3333, 4444, 5555) using IPCC Express 3.5 (3). However, we only put all these 5 direct line numbers calls in the same CSQ. And we will define different priorities to these 5 numbers from direct line such as all calls be answered firstly with 1111. How to implement this scenario? Thank you very much.

    (1) triggers have nothing to do with CSQs, triggers, it is allowing CallManager transfer a call to CRS, you can have as much as you want pointing to the same scripts

    (2) you can create 5 separate scripts if you want, I think that it is easier in a script.

    I have attached the script for you, any questions?

  • IPCC express, change the format of the historical report

    IPCC express 3.5 2.

    How can I change the format of the historical report such as the name of the title via crystal report that is available in the "Reporting"?

    Another question is how to generate the report which is available in the directory "model of report? Need to copy the files to a specific selectable directoty in the report tool?

    Thanks in advance,

    All reports are Crystal reports format, so open Crystal report templates and change the title as you want. All report templates are under historic cisco reports > report templates folder.

    You must add the new report in the report with .xml catalog file.

    Wei

  • IPCC Express - step of reading DB with variables

    Hello

    With the help of the IPCC Express 4.0.5. I have a DB reading step that takes call coverage of CallManager information on specific extensions. "Selection field" tab I have:

    In this case, he pulls the info for extension 66960 successfully. What I really want, is to replace '66960' with a variable that gets defined earlier in the script.

    Does anyone have experience with this? I can create a variable of string called 'test '. However, if I can replace "66960" $test I get an "undefined SQL statement variable: test" error message.

    Any help appreciated.

    Thanks - Rob.

    You can control if you have a return transport after that the variable 'test' in the db read step. If so, removing the same will save the step with the variable in the query without any error message.

  • IPCC Express, option for the appellants out of the queue and leave a message.

    We are running 4.0 (5) IPCC Express improved. I need to configure our current ICD script so that when the appellants are held in the queue, they can press 0, out of the queue and leave a voice message. The ICD script we use is an exact copy of the script icd.aef by default on the system, it has just been copied and renamed. My question is, what are the steps I need to use the script to enable this feature?

    Two options. Option 1: Use the IPCC completely to save messages and manage messages as you seem to did so. Option 2: Transfer the caller to your voicemail number pilot and use your voice mail system to record the message.

    Steps to Option 1:

    1 early on in the script, use the step to read the Contact information call to capture the called number and save it as a variable.

    2. use the step to get a string to allow the caller to press 0 to leave a message. On the Filter tab, allow only the key 0 be hurry.

    3. in the leg successful step to get a string of digits, add the following steps.

    a. contact Dequeue step.

    b. reading quick step that contains a prompt that asks the caller to record a message after the tone.

    c. step recording, which records the message saved in a Variable of type "Invite".

    d. use the Terminate step to end communication with the appellant (you can add a quick step before that game if you want to tell the caller that the message has been saved).

    e. at this point, you can either use writing document step to record voice messages in a folder on the server of the IPCC, or you can use a series of other steps to place a call to the queue and play the message the following agent that meets, or you can attach it to an email and send it it make the address email of your choice (or a combination).

    I have this HUGE warning. I had several problems with what I've been able to overcome, but it requires a bit of diligence.

    -L' registration step requires a termination character (# or *). If the caller hangs just straight up, the script returns an exception and drop dead. You can manage the 'contactinactiveexception' using a step on the Exception and have it go to a label that you can put it as the first step under the leg successful registration step. In this way, if the user hangs up, the script handles the exception by going directly to the successful step. You can clear the exception just after that.

    -You will also want to handle this exception before Terminate step. If the caller hangs up and you try to put an end to this contact when he is no longer active, the script will always die, and the remaining steps will not run.

    We use the option to place a call in the queue. In itself, this requires a lot of thinking to make sure that the script is not die when an exception occurs. I ended up putting some exceptions in place where if there is a problem and that the recorded message never makes it to an agent, a log file is stored on the server as well as messages stored in a .wav file. Then, an email is sent to the contractor with these attachments also.

    Thus, it is as effective as make you it. Try to keep things simple at first, and then build on that to improve the experience of the appellants.

    Steps for Option 2:

    1. use the step to get a string to allow the caller to press 0 to leave a message. On the Filter tab, allow only the key 0 be hurry.

    2. in the leg successful step to get a string of digits, add the following steps.

    a. contact Dequeue step.

    b. call no redirection to the number voicemail pilot.

    I have not used this option, so I can't say with certainty how Callmanager will handle this call. The voicemail system will need to see the call as transmitted from a number that has a voice mail on the system account. If this does not work, you can use a dummy CTI Port with a fake extension that is configured to transfer to voicemail, then the voicemail box must be associated with the wrong extension. If you use Cisco Unity, you will also be able to use a routing rule to force the IPCC calls to a particular mailbox. Call the Viewer from the unity tools depot allows you to see the way in which the appeal is made to the unit.

    I hope that helps you and that it is not too verbose.

  • The value of PDF file printed via the script name

    Hi people!

    I have a little problem with the generation of a PDF file. First my Workflow:

    I have an InDesign document with 6 pages. This document is merged with a databasefile containing 100 records. After it is merged, we need to generate a PDF file. This PDF file is opened in acrobat. In the document, I am looking for one ID for each record so I can split the document to 100 files (each with 6 pages) and name by the ID that I found.

    The Acrobat script is finished and functional. I thought: the InDesign script is over, too. But I was wrong-. -.

    I merged the databasefile with the document and it has exported to PDF. But after export, we noticed that the Acrobat script isn't finding the adressheader where ID is in. The script only noticed the text after this header. The result is, as get-Acrobat always 'null' as ID

    If print us the PDF with our PDFprinter, the header could be read by our script of Acrobat. I don't know why this is... But now, I changed the script to print the files through our PDF printer. Unfortunately I can not set a name for my exported file - do you know if it is possible to print PDF files without asking for confirmation after each other as well as with a via script name?

    Here you can see the old writing for InDesign and after her, the sript Acrobat. Maybe I made a mistake by generating my PDFexport and have no need to use the printer?

    INDESIGN SCRIPT:

    /**
    * invite filebrowser and stores the name and path of the file in variable
    */
    var sourceDocument = File.openDialog ("Bitte Indesign-Dokument Park", "*.indd", false);

    /**
    * stores the only prefix of file name to use as the new file name
    */
    newName var = sourceDocument.name.substr (0, sourceDocument.name.length - 5);

    /**
    stores in folder where the file is stored
    */
    var dbSourceFolder = sourceDocument.parent + "/"; "

    /**
    * guests for databasefile, where production is expected to begin
    */
    var dbstartfile = File.openDialog ("Start-Datenbankdatei of Bitte Park", "*.txt", false);

    /**
    * Gets databasefile basename
    */
    var dbstartfilename = dbstartfile.name.slice (0, dbstartfile.name.search(/_Teil+/));

    /**
    * Gets number of first databasefile
    */
    var i = dbstartfile.name.slice (dbstartfile.name.search(/_Teil+/) + 5) .slice (0, -4);

    /**
    * generates the path and name of the first databasefile to use
    */
    var dbSource = dbstartfile;

    /**
    * set PDF preset to generate PDFS
    */
    var PDFPreset = app.pdfExportPresets.item ("GAG - PDF");

    /**
    * stop throwing alerts
    */
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.NEVER_INTERACT;

    message will be thrown if databasefile is not existing
    If (dbSource.exists == false) {}
    reboot to launch alerts
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.INTERACT_WITH_ALL;
    Alert ("File" + dbSourceFolder + dbprefix + "_Teil" + i + ".txt konnte nicht werden found! \n\rBitte starten Sie den procedure Rubis und Sie die right Datenbankdatei one enter.");
    }
    another process begins
    else {}
    even if (dbSource.exists == true) {}
    Opens the document indesign source without displaying
    mergeDocument = app.open (File (sourceDocument), false);
    defines what databasefile should be used for data merging
    mergeDocument.dataMergeProperties.selectDataSource (File (dbSource));
    starts the file database and the indesign document merging
    mergeDocument.dataMergeProperties.mergeRecords ();
    document generated in PDF export
    app.activeDocument.exportFile (ExportFormat.pdfType, File(sourceDocument.parent+"/"+newName+"_Teil"+i+".pdf"), false, PDFPreset);
    farm open indesign document
    mergeDocument.close (SaveOptions.no);
    i ++ ;

    change the name of the database file to get the next file
    dbSource = File(dbSource.parent+"/"+dbstartfilename+"_Teil"+i+".txt");
    }
    }
    reboot to launch alerts
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.INTERACT_WITH_ALL;
    Alert ("PDF-Generierung sky!");

    SCRIPT ACROBAT:


    /**
    * Path where files should be saved
    * Special characters like spaces must be preceded of--------.
    * If you want to change the folder, use the following form:
    * ' / DriveLetter/foldername /... /LastFolderName/.
    * Be careful not to forget the / before and after the location
    */
    filepath var = "/ c/pdf_split_test / ';

    /**
    * Number of display pages - do not hesitate to change
    */

    pageType = app.prompt var ("Please die Seitenzahl der presentations one gewunschte.", "");
    Alert (PAGETYPE);

    /**
    to search for regular expression
    */

    var idNumber = / 08\d\d\d\d\-\d\d\d\-\d\d\d\d\d-\d\d\d-\d\d/g;

    /**
    * If possible this function gets the number sought as string
    *
    @param string of revenge that is to be found in the document
    * @return null if rematch is not found or a string if the rematch is
    */

    function ExtractFromDocument (reMatch) {}
    try {}
    var Out = new Object();
    for (var i = 0; i < 1; i ++)
    {
    numWords = this.getPageNumWords (i);
    var PageText = ' ';
    for (var j = 0; j < 30; j ++) {}
    var Word = this.getPageNthWord (i, j, false);
    PageText += Word;
    }
    var strMatches = PageText.match (reMatch);
    If (strMatches == null) continue;
    }
    Return strMatches;
    } catch (e)
    {
    App.Alert ("processing error:" + e)
    }
    }

    /**
    * tries to load given filename (excerpt number)
    *
    @param string file name of the file that should be checked
    @param n number of iterate when checking files
    * @return true if the file exists or false otherwise
    */

    function checkIfFileExists (filename, n) {}
    var existingDoc = false;
    try {}
    If (n == 0) {}
    var checkDoc = app.openDoc(filepath+filename+"-000.pdf");
    } else {}
    var checkDoc = app.openDoc(filepath+filename+"-000_"+n+".pdf");
    }
    checkDoc.closeDoc ();
    existingDoc = true;
    } catch (e) {}
    }
    If (existingDoc == true) {}
    n = n + 1;
    n = checkIfFileExists (filename, n);
    }
    return n;
    }

    var pageAmount = this.numPages;
    for (i = 0; I < pageAmount; i + pageType) {}
    var filename = ExtractFromDocument (idNumber);
    fileExistence = checkIfFileExists (filename, 0);
    If (fileExistence! = 0) {}

    this.extractPages ({nEnd:(pageType-1), cPath: filepath + filename + "-000_" + fileExistence + ".pdf"});
    } else {}
    this.extractPages ({nEnd:(pageType-1), cPath: filepath + filename + ""-000.pdf ""});
    }
    this.deletePages ({nStart:0, nEnd: pageType-1});
    }

    Hello

    I have a little problem with the generation of a PDF file. First my Workflow:

    I have an InDesign document with 6 pages. This document is merged with a databasefile containing 100 records. After it is merged, we need to generate a PDF file. This PDF file is opened in acrobat. In the document, I am looking for one ID for each record so I can split the document to 100 files (each with 6 pages) and name by the ID that I found.

    Why you are not exporting 6 pages PDF directly from InDesign?

    Robin

    www.adobescripts.co.UK

  • Wrap the stopwatch for IPCC Express

    I've seen a number of conversations about the film the timers being availible in IPCC Express 4.0 so that you can put a delay after an agent ends a call before taking another.

    I've not seen this in the documentation. Is this availible and if yes, how do you implement it?

    Thanks for your comments.

    Its configured in the section Contact Service queue. See the attached picture.

    Please evaluate the useful messages.

    adignan - berbee

  • IPCC Express 3.5 licenses

    IPCC Express 3.5 Enhanced version includes the reocording and control of license. or should it be ordered to seperetly? I belive it comes with Enhanced and Premium, but I assure you.

    Chris

    To answer your question, Yes.

    Tons of good info and presentations here if you want as well:

    http://Tools.Cisco.com/CMN/JSP/index.jsp?id=30526

    Andy dignan - berbee

  • Codec on IPCC Express problem

    Hi Pros,

    I have an improved Setup IPCC Express 4.0. Now, I had chosen G.711 as codec for IVR prompts during the CRS installation. Is there a way I can change the type of codec G.729 without reinstalling CRS. And also, can I use transcoding services if my correspondent uses G.729 & IPCC Express uses G.711 as IVR calls.

    Kind regards

    Pratik

    You'll need to re - run the installer to change to G.729.

    Yes, you can use the transcoders for transcoding between codecs.

    The rate of post useful!

    Chris

  • Third of the reporting tools for IPCC Express?

    Someone has some good suggestions for reporting for IPCC Express tools with tool included historical reports? I need to provide more robust outbound reports, and most of the historical relationship is centered on incoming calls. So I was wondering if there are some 3rd part there tools that offer better reporting box. We could develop our own with the Crystal, but I'm looking for something more 'out of the box. Thank you!

    Hey Jon,

    This seems to be a very common question on this Forum.The only thread I could find which does not reference Crystal Reports has been that of December last year that speaks of a product of prognosis.

    http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=IP%20Communications%20and%20Video&topic=Contact%20Center&CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40%5E1%40%40.1dda04fd/0#selected_message

    I do not use this product, but thought this might help you in your search. Perhaps could you follow up with Wei and see where it leads you.

    Take care!

    SoC

  • IPCC Express ver 3.5.3 OS Version?

    I have a client who is re-installation of their software of IPCC on a newer server. Can they install OS worm 2000.2.7 more service packs first, or what I need to install a version (2000.2.5) earlier, install IPCC Express 3.5.3 and then upgrade the operating system?

    Thank you

    Dave

    Hello

    You must install OS 2.7 more service packs first and then proceed with IPCC Express 3.5.3 installation.

    Also see the matrix of compatblity for OS versions supported for Ipcc Express.

    http://www.Cisco.com/univercd/CC/TD/doc/product/voice/sw_ap_to/crscomtx.PDF

    Concerning

    Srikanth

  • IPCC Express 4.0 (4) SR01 installation problem

    Hello

    I tried to install the SR01 for 4.0 (4) IPCC Express using BARS, and in the fourth step of the Restore Wizard, when I run the tool to update CRS, a popup asks me to locate the patch file. Once I located the SR .tar file, an error message prompts the system fails to copy the contents of the .tar file.

    The BAR is installed in the same machine that CRS, is the cause of this problem?

    Make sure that there are no spaces in the path to your directory i.e. c:\patch update. Make the path to the c:\patchupdate square.

    There are NO spaces in the path.

  • IPCC Express and card reader?

    Nice day

    It does not explicitly say in the documentation so I guess it is not taken in charge. Just to check, it is possible for the IPCC Express feed reader/wall card data (number of calls on hold, loan officers, etc...)

    Thanks in advance.

    Yes, it is possible. Take a look at the following links.

    http://Newsroom.Cisco.com/DLLs/partners/success_stories/2005/pss_09-21B.html

    http://www.inovacorp.com/

    http://www.Sentinel.com/prodlibrary.asp?subnav=utilities

    I hope this helps. If so, please indicate the position.

    Brandon

Maybe you are looking for