Send calls from overflow queue to Normal queue and prioritize call

I have 2 queues in my script: queue1(normal queue) queue2(overflow queue)
I am sending calls to the queue2 if the call threshold reaches 3 calls or 3 minutes in the queue1.
While the call is in the queue2, queue 2 checks queue 1 to see if there are any Ready agents in the queue1.
If it sees Ready agents in the queue1 send the call back to the queue1, when this call is in the queue1,
I want this call to be 1st position in the first queue even though if there are 10-15 people waiting in the queue1.
What is the best way to script this scenario?
I am testing this in the lab but still not successful.
Any help would appreciated.

Hi,
Set call priority.
Regards,
Muhammad Amir Raza

Similar Messages

  • Problem in Sending email from Reports Queue Manager

    Hi
    I am getting problem in sending email from reports queue manager.
    It says that error in logging to mail server.
    If any body knows the sol then pl help me out.
    thanks

    Hi
    I am getting problem in sending email from reports queue manager.
    It says that error in logging to mail server.
    If any body knows the sol then pl help me out.
    thanks

  • Can I cancel mail job from SOST queue and make its status to be error or red

    Do you have any idea to cancel mail job from SOST queue and make its status to be error or red (msgno = 806) by using coding ??

    veekwall wrote:
    Hi,
    I recently (over this past summer) updated my phone and plan with Verizon.  I'm from Pittsburgh, Pennsylvania, and I got the phone in Pittsburgh.  It is a Droid Eris and very nice.  I got it and a month later I moved to Olympia, Washington for school.  Since moving there, I have hardly been able to use it.  The service is terrible and its been impossible to keep in touch with my family, I wasn't even able to call them over Thanksgiving.  I'm also having to pay extra money so I can use the internet on my phone, but I can't even access the internet let alone make phone calls.  It's really frustrating.  I can't use my phone to keep in touch with everyone in Pittsburgh-and if I am ever in trouble I wouldn't be able to call for help, which makes me really nervous.  Is there a way I can cancel my 2yr contract?  Yes.  Just visit a Verizon store, or dial *611 from your phone and let them know you would like to cancel your account.  Would I have to pay a fee-and how much would that cost? Yes, Verizon no longer waives ETFs due to moving to an area without service, so you will probably have to pay an Early Termination Fee.  Since you have a smartphone, it will probably be $350 less $10 for each month of service you have completed.  The Customer Service rep you contact about cancelling will be able to tell you the exact amount.  Would I have to go to the Verizon store I bought the phone from to do this or would I have to do this in Washington-where I am now living and having the problems? You can do it over the phone, or at a corporate Verizon store.  Help!
    -Victoria

  • I want to use ODI to read XML messages from JMS queue and then process it..

    I want to use oracle ODI (Oracle Data Integrator) to read XML messages from JMS queue and then process it.. i also want to process and validate the data in it....
    Could anyone please tell me the steps to achieve the same. I tried some ways which i got on OTN, but not able to implement it exactly...
    As i m very new to ODI, it will be great if you provide detailed steps..
    Thanks in advance for your help....

    Hi,
    Were you able to do it? We are facing this same issue now and, despite the fact the docs say otherwise, it does not seem to be a trivial task.
    TIA,
    Tedi

  • Sending audio from logic to external hardware effects, and back into Logic

    Hi,
    I am currently trying to send audio from Logic to external hardware effects and then record this back into Logic.
    My audio interface is a Edirol UA-25 which has only two outputs '1 and 2'.
    I understand that I could create an 'aggregate device' which would create two more ins + outs being '3 & 4'.
    I also understand that would need to use the Logic I/O plug in configuring this routing.
    When treating the audio via the external hardware I particularly only want to hear the audio being processed and not the original 'uneffected' signal.
    Can someone please explain if I am able to do all of this with just the UA-25, and if so, then how.
    Cheers,
    Mr Rock

    You connect output 1 of your interface to your active speaker.
    You connect output 2 of your interface to the input of your external effect.
    You connect the output of your external effect to input 2 of your interface.
    You route your track in Logic to output 2.
    You create a new track.
    You route this new track to output 1 and output 1 only.
    You choose input 2 as the source for this track.
    You arm the track.
    You hit Record.
    You hit Stop some time later.
    Christian

  • Reading message from two queues and sort according the time stamp

    Hi
    I have a requirement where i have to read the message from two queue .. and sort according the Time stamp ( Field in payload ) and send it ot the Webservice ..
    How i acheive using the BPM..
    in the BPM i have to collect the message for every 20 sec ... and then sort it tout ...
    S V

    Do you mean from two sender? What do you exactly mean by "reading from two queues"?
    Regards,
    Prateek

  • Reading Opaque data from jms queue  and decoded  in java embedding

    Hi ,
    Objective:Fetch text message from queue and print it from java embedding in BPEL
    I am fetching text message from a jms queue using JMS adapter in BPEL.Then converting the opaque data(Base64 binary)to string using java embedding.My build got successful but I am getting runtime error at the time of deployment.
    I have added fabric-runtime.jar file into SCA-INF\lib folder as well as project library directory.
    <extensionActivity>
    <bpelx:exec name="Java_Embedding1" version="1.5" language="java">
    <bpelx:exec import="java.io.*"/>
    <bpelx:exec import="oracle.soa.common.util.Base64Decoder"/>
    <![CDATA[//Write your java code below e.g.        
         System.out.println("Hello, World");       
    //   String input = ((Element)getVariableData("Receive1_Consume_Message_InputVariable")).getTextContent();              
      // String inputName = (String)getVariableData("input");     
      String input = (String)getVariableData("Receive1_Consume_Message_InputVariable");            
    //Receive1_Consume_Message_InputVariable.opaque          
          System.out.println("input:"+input);          
          addAuditTrailEntry(input);           
          Base64Decoder Decoder = new Base64Decoder();             
         try {            
          String decoded = Base64Decoder.decode(input);            
          setVariableData("Variable_opaque_decoded",decoded);            
          addAuditTrailEntry(decoded);           
    catch(UnsupportedEncodingException uee)
    uee.printStackTrace();
    }]]>
    </bpelx:exec>
    </extensionActivity>
    Error:
    Error deploying archive sca_JMSToDBInsert_rev1.0.jar to partition "default" on server AdminServer [http://localhost:7001]
    HTTP error code returned [500]
    Error message from server:
    There was an error deploying the composite on AdminServer: Error occurred during deployment of component: BPELProcess1 to service engine: implementation.bpel, for composite: JMSToDBInsert: ORABPEL-05250
    Error deploying BPEL suitcase.
    error while attempting to deploy the BPEL component file "C:\Oracle\Middleware\user_projects\domains\soa_domain\servers\AdminServer\dc\soa_0fb06e23-bac3-4753-aae9-0fc4b54b4dd1"; the exception reported is: java.lang.RuntimeException: failed to compile execlets of BPELProcess1
    This error contained an exception thrown by the underlying deployment module.
    Verify the exception trace in the log (with logging level set to debug mode).
    Check server log for more details.
    Error deploying archive sca_JMSToDBInsert_rev1.0.jar to partition "default" on server AdminServer [http://localhost:7001]
    #### Deployment incomplete. ####
    Error deploying archive file:/C:/SOA Suite/SOA_POC/Client2JMSapps/Client2JMSapps/JMSToDBInsert/deploy/sca_JMSToDBInsert_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    Could you guys please help me regarding this?
    Thanks & Regards,
    Souvik
    Edited by: Souvik Pal on Apr 16, 2012 9:40 PM

    You probably want to try the SOA Suite forum for OSB questions.
    SOA Suite
    There is an excellent book also:
    http://jeffdavies.org/
    The documentation goes over the fundamentals, but the book will be better for step by step examples.

  • Cannot clear a document from printer queue, and it is preventing printing, i have rebooted

    HP G72 notebook printer
    Wifi networked to Lexmark Pro 205 printer
    I have a document which is stuck in the print queue and will not cancel and remove. I have rebooted the computer three times, the printer three times and the network. It is blocking printing by the printer.
    How do I remove and clear the queue?

    Hi this might work as well
    1. Click start and go to the control panel and next go to printers.
    2. Doubleclick your printer icon.
    3. In the new screen click on the word printer in the top left corner en set a check mark with "use printer offline".
    4. Disconnect the unit from the computer.
    5. Click on the word printer again in the top left corner and choose "cancel all printjobs". Wait until this happens.
    6. If this not happens restart your computer and check if the printjob is gone now. If it does happen skip step 6.
    7. If the printjob is gone reconnect your printer and click printer in the top left corner again and remove the check mark with "use printer offline".
    8. Try printing.
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Although I work for HP my posts and replies are my own
    Please mark the post that solves your problem as "Accepted Solution"

  • On 3G we cannot send emails from either our iPhones or iPad and this also happens with some WiFi connections but not all.  Yet we can always send emails from our Hotmail Email account.  What is causing this and what do we need to do to resolve it?

    On 3G we cannot send  Business emails from either our iPhones or Ipad and this also happens with some WiFi connections but not all.  Yet we can always send emails from our Hotmail Account using both 3G and WiFi.
    We bought the iPhones and Ipad so that we could send emails while we are out of the Office, but we are not able to do this unless we can find a WiFi connection. Incoming emails are fine.  We use IMAP, for Business emails just incase this is relevant and I know that Hotmail is POP3.
    Our technical IT knowledge is not great, so we look forward to your suggestions as to how to resolve this. 

    Contact whomever supports the email account and get the correct Outgoing email server settings from them.

  • How do i setup my iphone to send pictures from my iphone to my desktop and labtop

    how do i get my photos i take from from my iphone to my desktop and labtop

    See http://support.apple.com/kb/HT4083.

  • May i send photo from lightroom v4 to photoshop cs6 and open in camera raw?

    Hi
    i have lightroom v4 last version 64 and photoshop cs6 64 last updates
    i would like to send raw file from lightroom to photoshop without converting in psd or tiff but i would like to send from lightoom to photoshop the raw file
    in short open the image in camera raw from lightroom
    can  i do it?
    thanks

    Lightroom is Camera Raw. They're exactly the same code, provided versions are in step. Lr 4.4 = ACR 7.4.
    "Edit In Photoshop" (Ctrl E) opens the image in Photoshop, just as "Open" does in ACR. And even though you open it from Lightroom, it's actually ACR that silently renders it into Photoshop. Lightroom just passes on its settings.
    "Open As Smart Object" embeds the raw file into the PSD, so that you can reopen it in ACR, from Photoshop. Same function as you have in ACR to begin with.
    If Lightroom and ACR versions are not in step, things get more complicated and some options are missing.

  • I desperately need to send emails from Sage Accounts linked with Firefox and not Outlook Express. Tried everything

    I am using Sage Instant Accounts and need to email customers their invoices directly. I have recently changed computer and upgraded Sage and I can no longer do this although could do it last week. I used to be able to go into email in Sage and Firefox would automatically come up with my contacts etc.
    I think Sage looks to Outlook Express. If I delete Outlook Exp will that be an answer?
    Have phoned Sage but they have no further answers. So need help as spent too much time!

    I use Outlook so this might not be quite the same with Outlook Express.
    After I set up an email account I can 'Test' the account settings which effectively sends a test email from the account to itself. If that is possible then check which way works i.e. the sending or the receiving of the email. If it is just the incoming part then this could be that you need to tick the box in the account settings that says 'My outgoing server requires authentication'.
    Other than that check your incoming and outgoing servers which, if you're using btinternet should be both set as mail.btinternet.com, I also suggest you check your username and password.
    Good luck!

  • I can no longer send messages from Thunderbird; I've restarted Thunderbird and my Mac to no avail. Do I need to re-install Thunderbird?

    Thunderbird still picks up my incoming mail just fine. I've compared my account setting with my husband's, who shares this email address (on his PC), and we can't find a discrepancy.

    https://support.mozilla.org/en-US/kb/cannot-send-messages

  • Sending Music from Windows XP to MacBook Pro and Moving my Ipod also...

    Any help?
    I want to move all of my music or copy it and move it from my Windows XP to my new MacBook Pro. I also want to have my Ipod Touch be used for my MacBook Pro and not just for Windows XP. So i want it to have it (if you know what I mean, its hard to explain)

    You should be able to transfer all of your files from one computer to the other using your home network you just need to enable file sharing on both computer. However you can also use a external Hard Disk or USB Flash Drive to transfer your library.
    As for your iPod Touch once you transfer your library to the new computer all you need to do is connect your iPod Touch and a dialog should appear saying that your iPod is synced with another computer and do you want to transfer your purchases to this computer. If it does not just use the "Restore" option to reformat your iPod to use with your MacBook. Use the restore option ONLY if you have successfully transfered you iTunes library to your new computer as it will erase your iPod completely.

  • How to send messages from a JOB to OS task and back.

    I have a job (PL/SQL code) in database and a task in OS (C code). The problem is how to
    organize the interchange of messages between these two tasks. Are there any signals,
    semaphores or other objects i can use. My only solution is to do it via OS file. Are there any other .. ?
    Thanks.

    Try dbms_pipes
    null

Maybe you are looking for

  • Microphone not working

    Hi, I'm using pulseaudio-alsa on a Thinkpad T60 but I can't get the internal microphone to work. Could you help me please? Khoi

  • PS-CC 2014 (latest) - changing 32-bit depth file to 16-bit

    I opened a file, happened to be 32-bit depth (I don't have too many, not even sure how that one got to be 32-bit), and because a lot of filters don't work with that, I changed it to 16-bit, but when I did that, the HDR toning dialogue appeared, and I

  • Value Mapping Replication - 7.31

    hi,       working on a requirement of value mapping replication on 7.31 environment.        I have used the standard - ValueMappingReplication service interface as the receiver as it is an async scenario.        My sender structure is similar to the

  • Report Viewer error in Windows Server 2012 & Windows Sever 2012 R2

    Hi, I have created an application with .net & C#. I have used Report viewer 2008 for generating report. Now I am trying to use this application on Windows Server 2012 & Windows Server 2012 R2. But I am getting the error related to assembly not gettin

  • Mac suddenly running slow

    I went to download a MP4 file onto my macbook and now it is running super slow and Firefox doesn't work anymore.  I ran Etrecheck and here are the results: EtreCheck version: 2.1.8 (121) Report generated April 9, 2015 11:34:02 PM MDT Download EtreChe