Script,Place call

Hi,when i use the place the call step in the script editor,and the collected string matches an internal number,the place call step rings the destination but as soon as i answer the call,the call does not get really connected and  the reactive debug shows that the call goes to the end and i hear an auto generated error message.
lets say phone 2001 call to uccx and then he dialed the extension 2002,the place call step sends the call to 2002,but i see on the phone screens From CTI port 1700 and on the other phone to CTI port 1701,i don't see from 2001 to 2002.
If i use the call redirect step,then i see from 2001 to 2002 and the call works normally.I just can't use the call redirect cause there is no (no answer option) under it .So  if the called number didn't answer within 10 sec ,with the call redirect i can't take an action but with the place the call step,i can.
Help will be so appreciated.
Thanks in advance.

As always excpected,you are very helpful.
Thanks man.call consult transfer works,but i have two questions:
1-why did the call fail when i use the place call step ?
2- In the consult transfer step,what are the "output digits" field for?
i used a string variable just to fill the fields,but i didn't see any digits in it when i used the  debug !
Thanks in advance.

Similar Messages

  • Script Outbound. How introduce multiple numbers in a "Place call"?

    Hi,
    i'm trying to implement a script to make multiple outbound calls in a UCCX system but i don't know how can introduce several phones. The idea is simple but this step is critical:
    1-take the first phone number and make the call.
    2-take the secornd phone number and make the call.
    3-.........
    Thanks for help.
    Regards

    Antonio,
    You can do this by taking the phone numbers from an XML document or from a database query (if you have premium license). You will need the place call step and make a loop around it, so when the first number is succesfully dialed, the script take the next number and so on. When using a XML you need to create one, for example:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    088909220
    088909221
    Save it as Customer.xml (for example) and upload it to the UCCX repository (Documents in this case).
    Creating the script:
    Example variables (name, type, value)
    xmlDoc, Document, DOC[Customer.xml]
    suffixInt, int, 0
    suffixString, String, ""
    numberToCall, String, ""
    Customer, String, ""   
    calledContact, Contact, null
    The script should be something like this:
    Gabriel

  • Problem with Place call in a script with HTTP trigger

    Hi!
    I'm trying to develop a sample script, associated to an application that has an HTTP trigger. I'm working with UCCX Premium 8.5.1
    The trigger is working OK, but the place call output is allways "unsuccessful". The number to call and the redirect number are extensions of the same IPT platform.
    Below you will find print-screen of the script. Besides, I'm attaching the .aef file.
    Any help would be appreciated. Thanks in advance.
    Roy.

    The value in your "Call Control Group" must match the "Group ID" in your CM Telephony Call Control Group Configuration
    This is from my lab system so the "AgentsLoggedIn" variable would need to contain 1 or 3. You are telling the script which CTI port group to make the call with. You have a 0 in your AgentsLoggedIn so do you have a Group ID of 0?
    Your CTI group must be able to make the call so must have the correct partition/Calling Search Space
    Graham

  • Place Call and continue with remaining script steps - is it possible?

    We recently picked up IPCelerate which has the ability to send a Text display or Text-to-Speech message to a group of phones simply by dialing a configured directory number.  We would like to text our call center agents with this application when a caller has been waiting for X number of loops.
    Attempting to use 'Place Call' to initiate this text page works, however, the script terminates immediately after the call is placed and we would like to continue on with the remainder of our script.  In this case, on Success go back to the top of the loop.   
    I have also tried to use Call Subflow instead, thinking an executed sub-routine placing the call would return to the original script and continue on, but it didn't.  In both cases, the system comes back and states " I'm sorry, we're currently experiencing system problems and are unable to process your call.  Please try again later."
    If there's a way to get this to work via Place Call or another process to accomplish the same result, that would be fantastic.  I appreciate any feedback.
    We're using UCCx Express 5.0 (2.064) with premium type licensing.

    Hello,
    I did get to an answer similar to what r.stockton did to solve the issue, but I left Exception (ContactInactiveException) Goto in ours to isolate exceptions because we have multiple contacts within our script.  Turns out that this particular exception was thrown by the PlaceCall step ending abruptly by our paging system answering and hanging up the call quickly.  MIVR logs showed that it didn't bomb as immediately as when the debugs showed it crashing - it actually went into a loop over and over with the Trigger contact before failing.
    We had some help from TAC on this, but below is what we did to keep some error checking and notification we use available to us.  We are running a check to make sure the Call Trigger (original call) is still active.
    placecallContact = Place Call (to Number)
    on Exception (ContactInactiveException) Goto
    label:
    CallActive = Get Contact Info (--Trigering Contact--, Active)
    If (CallActive) Then
    - True branch continues with script
    - False Branch terminates call
    If this takes the false branch, it means the trigger contact is not active, and has abandoned the call or been transferred elsewhere.  Placed an End step here to prevent any loops.
    If this takes the true branch, it means the triggering contact is actually still active. In our scenario, CallActive (boolean variable) is verified true and continues with the script without going into the loop of death.
    I hope this helps!

  • Place call is not working in HTTP trigger script

    All,
    I have basic hello script with HTTP trigger and CUCM trigger configured as well. I am trying to dial out an extension and play an prompt in my script. Running UCCX 7.0.1 with premium license. The place call step doesnt start at all when I do the debug. HTTP trigger and response works fine. Anything I am missing in the script.
    Regards
    Soban

    Create a Contact-type variable. Set the Place Call and Play Prompt to this second contact. You cannot play a prompt or make a call to the triggering contact when the script was triggered by an HTTP contact instead of JTAPI.

  • Place call to meet-me number fails

    Hi All,
    I'm hitting a weird issue with trying to place a call from uccx to a meet-me number.
    Uccx will place the call and you do hear the party entrance tone but it never plays the prompt. After the timeout on the place call step it goes to the unsuccessful branch and fails.
    Same happens with a consult transfer.
    I've checked codecs and CSS/partitions so I'm 99% sure it's not that.
    Looking in the logs the reason is the call state is active.
    Uccx version 9.0.2
    Cucm version 9.1.2
    Has anyone seem this before and got it working?
    Thanks Gus.

    Hi Gus-           
    I have been working with TAC on a similar issue since September. This worked with CUCM 8.5.1.14900-5 / UCCX 9.0.2.10000-71 and stopped working when CUCM was upgraded to 9.1.2.10000-28.
    If you use the same script and send the call to a DN on a phone is the call successful? 
    Have you tried using a Call Redirect step and sending the call to the MeetMe number?  (this is my current workaround)
    Could you pull the MIVR logs from your 7.x cluster and see if the Destination message (bolded and underlined below) shows as Unknown or if it is something different?
    From TAC:
    UCCX Engine logs:
    //CallCtlConnEstablishedEv is fired:
    19893: Sep 27 15:40:46.458 CDT %MIVR-SS_TEL-7-UNK:CallID:9 MediaId:34141/1
    Task:27000000014, Local CallCtlConnEstablishedEv [1785:allinternal:1/(P1-jtapiuser_1)
    GCID=(1,34141)->ACTIVE]->ESTABLISHED
    //The Destination for the connection is unknown:null
    19901: Sep 27 15:40:46.464 CDT %MIVR-SS_TEL-7-UNK:snum = 1785, addr.getName = Unknown
    19909: Sep 27 15:40:46.483 CDT %MIVR-SS_TEL-7-UNK:CallID:9 MediaId:34141/1
    Task:27000000014, Connection to new destination CREATED, new dest: Unknown
    //UCCX tries to reach the destination but is not able to as the destination is unknown/null:
    19967: Sep 27 15:40:56.453 CDT %MIVR-SS_TEL-7-UNK:CallID:9 MediaId:34141/1
    Task:27000000014 did not get destination CONN_ESTABLISHED nor CONN_FAILED event
    19968: Sep 27 15:40:56.454 CDT
    %MIVR-SS_TEL-7-UNK:Call.rejecting(RESOURCE_NOT_ACKNOWLEDGING)
    JTAPICallContact[id=9,type=Cisco JTAPI
    Call,implId=34141/1,active=true,state=CALL_INITIATED,inbound=false,handled=false,locale=en
    _US,aborting=false,app=App[name=meetMe,type=Cisco Script
    Application,id=2,desc=meetMe,enabled=true,max=10,valid=true,cfg=[ApplicationConfig[schema=
    ApplicationConfig,time=2013-09-27
    14:36:45.0,recordId=57,desc=meetMe,name=meetMe,type=Cisco Script
    Application,id=2,enabled=true,sessions=10,script=SCRIPT[meetMeAuthentication-Rev01-test.ae
    f],defaultScript=,vars=[],defaultVars=null]]],task=27000000014,session=Session[id=001-0x95
    02f9009,parent=null,active=true,state=SESSION_IN_USE,time=1380314446448],seqNum=0,time=138
    0314446446,cn=2019,dn=null,cgn=1785,ani=null,dnis=null,clid=null,atype=OUTBOUND,lrd=null,o
    cn=2019,odn=null,uui=null,aniii=null,ced=null,OrigProtocolCallRef=null,DestProtocolCallRef
    =000000000000855D020F50CF00000000,route=RP[num=0000],port=TP[type=Cisco CTI
    Port,id=3,implId=1785,active=true,state=IN_USE],aborting=false,transferring=false,disconne
    cting=false]
    //Hence, the call is dropped
    19969: Sep 27 15:40:56.454 CDT %MIVR-SS_TEL-7-UNK:CallID:9 MediaId:34141/1, dropping the
    call, ciscoCall state is ACTIVE
    Thanks,
    DJ

  • Using Menu step in place call step - UCCX

    Hi,
    I have a script that is checking the agent state, if the agent state is ready the script will parse an XML document and it will take the phone number of a contact, after that I use a place call step to call that phone number, I play a prompt for the called contact and after that I send that contact to a select resource step, so he can talk to the UCCX agent.
    Now I want in the place call step to add a Menu step to give the called contact the oportunity to press 1 if he want to speak to the agent or if he wants just to end the call after listening to the prompt that I'm already playing for them. Is that possible? does the DTMF should be detected in such situation?...I tried to enable the media termination support, but with no luck.
    Thank you,
    Gabriel S.

    Hi Aaron/Jonathan,
    Thank you so much for the reply, yes I check all the parameters in the Place Call step and the call is place with no problem. Also I use the created contact instead of the triggering contact in the menu step, actually I do hear the prompt of the menu option. I was making some troubleshooting and I grab the select resource into the timeout branch of the menu step, so I though.. if the DTMF wasn't being detected, maybe in the timeout branch the select resource could work, but it didn't. Also I delete the menu option and put the select resource step in the succesful branch of the Place call and there works fine. So I am wondering if all this steps working together will work, Check my screenshot so you can see how my script looks like.
    I will continue making some tests.

  • UCCX 9.1 - Enhanced - Place call and play prompt STEPS

    Hello,
    I try to create a script that could place call and play a prompt (wav files).
    The step place call works but the play prompt do not play something.  Do I need something special to do to make my play prompt works.
    My wav files is in the good format.
    Thanks

    Hello,
    I finally found the problem.  In fact, this is my error.  In my place call Step, I did not configure a valid dialog group.
    Thank you,

  • My Phone Cannot Place Calls or Receive them

    This is the Second Time this Problem has Happened. Each Time followed a Plane Trip from Detroit to Kansas City MO. The Phone Was Turned OFF while on the plane both times. I can Text and Receive DATA ONLY! Any call Place results with a message "The Number is Not in Service". I received a Text that when someone Calls My Phone they hear "All Circuits are Busy".
    I DEPEND on This PHONE for My Business! I DO NOT HAVE TIME FOR THIS ISSUE TO KEEP HAPPENING!!!! The Verizon Techs CANNOT FIGURE IT OUT. They All want to Change the SIM Card. That was done the First Time (3 Weeks Ago) and Again When i Returned Home. At That Point I Could Place Calls, But No One Could HEAR ME! Come to find out, the phone had Switched to 4GLTE Only. If i had Less than That Coverage, My Phone Could Not Transmit My Voice!
    I am at the End of my Patience With this PHONE. I had a Droid 4 and it was Fine (I Still Have It and am about to put it Back Into Service). I was talked Into this Piece of JUNK by a Pushy Verizon Twit in Toledo that would not Respond to me When I had Issues with the Turbo Set Up. I called her number when I had an issue and she Never Responded. I had to figure it out on my own and waste a bunch of time in doing so.
    I Need RESULTS NOW, And What About this LOLIPOP 5.1 UPDATE I Keep Hearing About. Will That actually FIX This Thing or is it Just Another Verizon Buffer??!!
    Back to the Original Issue; Is there a Problem with these phones Going Though X-RAY Machines At Airports?

    Hello DanEvans442! I'm terribly sorry over any issues you've had with your Turbo. You and I have the same model. I love mine! One of the best devices have had in 10 years. I want that to be the same for you!  You've mentioned that you've had issues after deboarding the plane. One of the things you'll want to be sure of is that the device isn't inadvertently in Airplane Mode. Please go to Settings> Airplane Mode. If it is set to "On", please turn it off and try your device again.  If it was already set to off, then we can move to other possible contributors. Can you describe what happens when you try to use the service?   DionM_VZW Follow us on Twitter www.twitter.com/vzwsupport

  • CUPC - "Phone Error. Could not place call because you have no audio device or sound card."

    Periodically throughout the day, CUPC will not make or receive calls, but instead presents a dialog box with the message "Phone Error. Could not place call because you have no audio device or sound card."  See attachment.
    Signing out of and back into CUPC resolves the issue temporarily.
    I have version 8.6.2 installed and I'm using a USB headset.
    Does anyone know what might be causing this?

    Hi Steve,
    I have users reporting this as well with Jabra GN 2000 headsets. They claim using a different headset resolves it which I'm waiting to confirm but I was wondering if you were able to figure this out.
    Thanks
    Erik

  • Using a script to call named destinations causes blank pages

    My first post in the Adobe forums. I realize that this may not be exactly the right location for this question, but this forum seemed to be the closest to what I need.
    We are trying to use the following script to call named destinations in an Acrobat X PDF file. Note that this script is just a sample for testing. The actual function would be embedded in the product GUI.
    <style>
    BODY
        COLOR: #003774;
        FONT-SIZE: 80%;
        FONT-FAMILY: arial, verdana, trebuchet MS, Tahoma, sans-serif;
    background: #ffffff;
    </style>
    <script>
    function users()
    document.open("/product/Documentation/SystemAdmin.pdf#NamedDestUsers", "PageHelp", "copyhistory=0,directories=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolb ar=0");
    function trunks()
    document.open("/product/Documentation/SystemAdmin.pdf#NamedDestTrunks", "PageHelp", "copyhistory=0,directories=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolb ar=0");
    </script>
    <p>
    <a href=# onclick="users()"> Click to show user config pdf </a>
    <p>
    <a href=# onclick="trunks()"> Click to show trunk config pdf </a>
    When we click the link to call the first destination, Users, for example, the file opens fine at the appropriate location. However, when we click a subsequent link, it tries to open in the same window and just freezes. All we see is a blank page. We realize that we could force it to open in new window each time, but since this is a fairly large file, we'd rather not do that. All these destinations are in the same file and we just want it to display a different destination in that file.
    If you have any suggestions for either changes to the PDF or changes to the script, I would very much appreciate hearing about them. By the way, we're using the TimeSaver untility to standardize the named destinations.

    This is not how you open a PDF at a specific named destination. You need to read this file:
    http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters.pdf

  • Supress Place call popup in CIC0

    Hi all,
    In Tcode CIC0,After selecting the Business partner ,after that click on place call,it will show a pop up with telephone no.s
    I want to supress the Pop up when Business partner has more than one phone number.
    Is there any BADI or Exits available to achieve this functionality.
    Thanks

    Hi Ashish,
    that´s strange - because in our system it worked that way.
    Since some months we do not use the transaction launcher for SAP GUI transactions at all.
    We installed a consulting solution from innovate which allows to launch the real SAP GUI in the CRM webclient UI and to pass easily all parameters which are needed.
    This has the advantages:
    - much better performance as a launch transaction
    - real SAP GUI is known by our users - the transaction launcher looks different (e.g. buttons)
    - for some transactions there was missing functionality in the launch transaction which is there in SAP GUI
    - No trouble with ZTransactions in SAP GUI
    It was only one day efford to install this Add-on from innovate and to get the knowledge how to use it.
    If you want to have more information i will give you the contact person at innovate gmbh.
    Best regards
    Manfred

  • Dynamic Scripting for Call Center Surveys

    Hi All,
    I need to create dynamic scripting for Call Centres. Any idea how dynamic scripting can be done.
    Thanks a lot.
    Amiga

    Hi Raja,
    Basically, there should be a provision to create/modify a transaction and questions based on the response provided. So if a question is asked in a survey and the response is "Yes", the next question should be different to the one for a "No" answer. Similarly there should be a provision to create actions based on responses.
    Hope this makes it a bit clearer.
    Thanks
    Amiga

  • Cannot place calls or receive calls on my Sony Bra...

    Hi! I got a new Bravia Sony Smart TV, I can connect to the app, but when I try to place calls, or recieve calls, skype tells me that calls are not possible at this time.
    I updated skype, the TV software, tried everything and still no luck.
    Any possible solution?
    Thanks!

    Hello DanEvans442! I'm terribly sorry over any issues you've had with your Turbo. You and I have the same model. I love mine! One of the best devices have had in 10 years. I want that to be the same for you!  You've mentioned that you've had issues after deboarding the plane. One of the things you'll want to be sure of is that the device isn't inadvertently in Airplane Mode. Please go to Settings> Airplane Mode. If it is set to "On", please turn it off and try your device again.  If it was already set to off, then we can move to other possible contributors. Can you describe what happens when you try to use the service?   DionM_VZW Follow us on Twitter www.twitter.com/vzwsupport

  • Cannot place calls after 2.2 update

    Today I downloaded and installed the iTunes update, then did the iPhone 2.2 update. Now I cannot place calls with my phone. I can receive calls and all other functions work ok.
    I powered off and restarted the phone. No luck.
    I reset the phone. No luck.
    I went to AT&T and had my SIM card replaced. No luck.
    I restored the phone to factory settings. No luck.
    I restored the phone from my last backup. No luck.
    Any suggestions?
    Thanks!

    3G
    When I press the green Call button it immediately says the call failed.
    AT&T verified that my account was in good standing and had no billing/administrative issues. They then replaced my SIM card. Honestly, I didn't trust the AT&T store to do tech-support on the iPhone. Since there was an Apple store about 100 yards away, I went there next.
    At the Genius Bar, the man said that there had been some "voltage issues" from updating via a laptop. He said that I should restore it to factory settings, then try again, but this time from a desktop. I tried that, but still, no luck.
    It seems odd that I can receive calls, but not place them.

Maybe you are looking for