Listening in to multiple calls

I am running a small call centre style business that recieves some skype calls. I wish to listen in to the conversations for quality control.
So far, I have just been a silent and invisible third member of a group conversation but I want to be able to listen to multiple calls at once without leaving group calls or making it known that I am joining them. Is this possible? Can I switch between multiple calls? Can I make my joining or leaving group calls invisible? Can I join one without someone inviting me into it?

Hi,
None of what you ask for is currently possible and I think it's hard to find good use cases apart from your scenario. Do you have an idea in which situations else such functionality could be useful? I don't think anyone would like the option for invisible call participants. Feels a lot like wiretapping and spying into calls.
Follow the latest Skype Community News
↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

Similar Messages

  • Multiple calls to the function

    I have an adf faces table and I have set the "value" to a function in my managed bean to return a List of values.
    public List<SomeObject> getTableData(){
    But my problem is when I select a row in the table multiple calls are made to this function in the bean and data is fetched again and again. Though the table is not refreshed again. I am not able to understand why is this happening?

    Yes. I have implemented a selectionListener. Based on the number of rows selected I am refreshing a button label with that number in that listener.

  • CP-8941 Multiple Call/Call Waiting Settings issue

    Hi,
    i want to change the cisco ip phone 8941 busytrigger to 1 but in all my phones its grayed.
    i upgraded the firmware to SIP 9-2-3-5. and restarted the call manager servers, but still i am not able to change it.
    i am using CUCM 8.6.2.
    is there a way to do this...
    my actual problem is  if
    user1-------calls-----------user2(both phones gets busy)
    user3-------calls----------user2(user3 must listen busy tone, and user2 should be notified of a call from user3).
    but in my case user3 is not getting busy tone instead he is getting ringback and thinks user2 is ignoring the call of user3.
    so can i solve this issue in any other way...

    Hi Mohammed,
    You need to install cmterm-894x-qed.9-2-2-0.cop.sgn from the following link on all the servers and restart the TFTP service and then reset the 8941 IP phones
    http://software.cisco.com/download/release.html?mdfid=283095470&flowid=46243&softwareid=282074289&release=9.4%281%29&relind=AVAILABLE&rellifecycle=&reltype=latest
    Release notes for this cmterm-894x-qed.9-2-2-0.cop.sgn
    http://www.cisco.com/en/US/partner/docs/voice_ip_comm/cuipph/8941_8945/firmware/9_2_2/english/release/notes/8941_8945_922.html
    Multiple Calls Per Line
    The Cisco Unified IP Phones 8941 and 8945 now support Multiple Calls Per Line.
    Each line can support multiple calls. By default, the Cisco Unified IP  Phones 8941 and 8945 support four active calls per line, and a maximum  of 24 active calls per line. Only one call can be connected at any time;  other calls are automatically placed on hold.
    The system allows you to configure the maximum calls/busy trigger to not  more than 24/24 both for SCCP and SIP. The default call/busy trigger  value is 4/2.
    This feature is supported on both SIP and SCCP phones, with Unified CM 7.1(5) and later.
    HTH
    Manish

  • Multiple calling logical database ADA

    Hello,
    I need to call logical database ADA two times in my program. I use calling logical database using LDB_PROCESS function module. I need to call LDB for depreciation areas 01 and 60. If I call second time, I get exception  LDB_NOT_REENTRANT. I found, that for multiple calls of LDB, there should be LDB_PROCESS_INIT subroutine in logical database proram. In this case, program is SAPDBADA and in this program, LDB_PROCESS_INIT is missing.
    Could you pls. help me, how to call ADA logical database two times?
    Thanks&regards,
    Jirka

    The exception LDB_NOT_REENTRANT means: The logical database is not prepared to accept several successive calls within a transaction. So obviously you can't use LDB_PROCESS  for your purpose.
    Perhaps your goal is possible if you use a sequence of commands
    GET <ldb_node_1>.
    GET <ldb_node_1> LATE.
    GET <ldb_node_2>.
    GET <ldb_node_2> LATE.
    etc...
    where  ldb_node_1, ldb_node_2, etc... are some nodes included in logical database ADA. As I am not familiar with this particular LDB I can't tell which nodes are required to achieve your goal.

  • Erratic behavior with multiple calls to the same RFC

    Hi,
    I am running into a strange problem invoking a custom RFC from a .NET application. I would appreciate it if someone has any insight into it.
    The steps to call the RFC are straightforward:
    1. Open the connection to SAP server
    2. Make the call
    3. Close the connection
    As you can imagine, the code is also quite simple. 
    In my simulation program, I have a button on a UI form that one can click and execute the above steps.
    The problem I am running into is that, on multiple calls, sometimes the parameter values that show up on the SAP side are not right. When the input parameter (a structure) is viewed in the ABAP debugger, the field values are all getting exchanged. For example, first name field contains values for the last name. Also, some fields that are supposed to have values do not have any.
    Just before the RFC call is made, when we look at the structures on the .NET side, the field values are the way they are supposed to be.
    I have not been able to establish a pattern. Sometimes, it takes two clicks to reproduce this problem. Sometimes it takes five.
    One of the team members thinks that this starts occurring right after one call fails for some valid reasons. However, I am not yet convinced.
    Having written many custom .NET applications using RFCs an BAPIs, I am fairly conversant with the technology. However, this one just baffles me. It appears something is getting messed up at the RFC layer itself. Does anyone have any idea on what could be happening?
    Thank you in advance for your help.
    Pradeep

    Indeed this is interesting .
    The problem is caused by an incompatible change from .NET Framework 1.1 to 2.0. Howerver, the documentation on the 1.1. API was not clear enough to decide if the incompatible change was adequate or not. Now in detail:
    NCo runtime uses the reflection API Type.GetProperties to read and cache all properties of a Proxy structure. NCo assumes that the order of the returned properties is the same on each call and especially that it is the order of the properties as they appear in source code. This was the behavior in .NET 1.1. It has changed in 2.0, see e.g. the internet forum discussion in http://www.thescripts.com/forum/thread455492.html .
    Calling Type.GetProperty(<PropertyName>) or Type.SetProperty(<PropertyName>)  in your code moves the mentioned properties up in the list returned by Type.GetProperties() later inside of NCo.
    We found the following work-arroud:
    When using late-binding, call a dummy Type.GetProperties()  before any GetProperty or SetProperty.

  • Multiple call of update function module

    Hi Everybody,
    I have made implementation to the definition MB_DOCUMENT_BADI( material Document creation).
    While executing this BADI I am getting short dum with this error  Multiple call of update function module.
    Here is the short dump--
    In the FORM routine Buchen_Ausfuehren (program SAPMM07M), an error
    message was issued by a Business Add-In (BAdI) or function module.
    This is not permitted, because it could lead to data             
    inconsistencies. For this reason, the update of the material     
    document was also terminated with a termination message (dump).  
    Note that this message (M7 372) is not the responsible error     
    message.                                                         
    Please any body suggest the way forward.
    Regards,
    Sandeep.

    Hi Kiran,
    Thanks for the reply.
    I have created one implementation to the BADI MB_DOCUMENT_BADI. This badi will hit while creation of material document.I have write the code in method MB_DOCUMENT_BEFORE_UPDATE such that it will act only for certain movement types specially for t-codeMb1a and MB31.
    What problem I am facing i have used a error message "MB_DOCUMENT_BEFORE_UPDATE" in this method.If we got the erroe message then we dont need to post the material dcoument,but here problem is that if the material document could not posted then it corrupt the material and when we performing 261/101 we got error message like " Inconsistency between MM and ML for material and plant"
    I have used following things like-
    1-while updating the customized table using " Commit Work".
    2-Call function vb_change_batch for updating the batch and not in update task.
    3. Dequeue the table after updating the table.
    Will thos things can create any inconsistency to  the MM and ML.
    Please suggest me uor thoughts.
    Thanks
    sandeep.
    Thanks ,
    sandeep.

  • How come every time i'm on the phone and another call enters I answer it but it doesnt tell me anywhere who is who on each line so i can go back and forth?? it only says multiple calls and i cant hang up the other line

    how come every time i'm on the phone and another call enters I answer it but it doesnt tell me anywhere who is who on each line so i can go back and forth?? it only says multiple calls and i cant hang up the other line.

    My carrier is Sprint. But I actually have checked with others and theirs work fine.

  • Forms hanging after multiple calls to Foreign Function Interface

    Hi,
    Can anyone help me with this problem. I'm getting a 'FRM-92100:
    Your connection to the server was interrupted ... Details ...
    Java Exception:java.io.EOFException' error message when i make
    two calls to a c share object file using the ORA_FFI package.
    Forms will hang with that error message when I call the foreign
    function more than once and when the ORA_FFI.LOAD_LIBRARY
    function is executed twice.
    I've tried using the ORA_FFI.UNLOAD_LIBRARY function at the end
    straight after the load library plus my processes and it still
    hangs with that error message.
    I've got a temporary work around which is not ideal but it
    works. I've made another copy of the C shared object file and
    renamed it and made my second call to load this library.
    I would prefer to have one shared object file and make multiple
    calls to it from forms. Any suggestions?
    note : running forms 6.0 on three tier architecture with web
    browser.

    "Mush15" <[email protected]> wrote in
    message
    news:g7hela$flo$[email protected]..
    > Ok the issue is a stack overflow caused by calling the
    function
    > recursivly.
    >
    > I have tried creating 2 functions and have each call the
    other but still
    > recieve a stack overflow.
    >
    > Any ideas help??
    Try incrementing a counter every time you call the function
    and decrementing
    it on the way out. When you hit 2640 times, stop calling it.

  • "Multiple Calls calling" iphone 4/ios5

    What does "Multiple Calls" calling mean? iphone 4 / ios 5 -
    ATT cell service. Was not making or receiving any calls that I know of. Phone was going back and forth betw service & searching....
    ATT customer service had no idea, suggested contacting Apple.

    When I first bought my iPhone 4S iOS 5.0, I was able to set a repeat reminder for a new SMS.  I was able to choose 1/2/5/10/15 minutes for it to chime again if I hadn't checked it.  The setting was in Settings > Messages.
    However, after I upgraded to 5.0.1 the setting is no longer there.  I would love to be able to turn OFF the repeat reminder.

  • How to update multiple calling hours based on business partner

    Hi All,
    please help me in this issue : how to update multiple calling hours based on business partner in SAP CRM.
    Regards,
    Siva kumar.

    Check maintainance view V_TB49, add new scheduling type.

  • Single SSL Web Listener for hosting multiple web sites

    Hi All,
    We are currently hosting multiple websites with Single HTTP Web Listener .. As of now it's everything is working fine..
    Now we have planned to have SSL for the hosted sites 
    Each hosting site will have different SSL Certificates and  i am little confused to use Single SSL Web Listener to host multiple web Sites...
    Can any one guide me to use Singel SSL Listener for using all hosted sites..
    We are having TMG on DMZ Network on Single Nic..
    KJSUBBU

    Hi,
    it is no problem to host multiple SSL websites with only one IP address / certificate on the TMG Server. Only the authentication options for the published websites must be unique, because you cannot use multiple authentication options in one Listener
    TMG Server uses HTTPS to HTTPS bridging, so you can use Host header and more to distinguish between the different internal websites:
    http://technet.microsoft.com/en-us/library/cc995178.aspx
    Regarding the SSL certificate on the internal webservers. TMG must trust the issuing certificate authority which issued certificates for these websites and the name you used to connect from the TMG Server to the internal webserver must part of the CN (Common
    Name) or SAN (Subject Alternate Name) on the certificates of the webservers
    regards Marc Grote aka Jens Baier - www.it-training-grote.de - www.forefront-tmg.de - www.galileocomputing.de/3276?GPP=MarcGrote

  • Can I receive multiple calls on a skype number at ...

    I am trying to work out if a skype number is working for our business.
    If a call is coming in and is taken via skype by a staff member, can we receive another call? Basically having multiple calls to one skype number at the same time, picked up by different staff members via skype.
    If this is not possible, what other options are there?

    Please review our Skype Fair Usage Policy
    https://support.skype.com/en/faq/FA10364/what-is-the-fair-usage-policy-for-unlimited-subscriptions?f...
    Your account may get suspended for package abuse. Once the system detected that your account is abusing any of our subscriptions such as Skype Number, you will receive an email telling you that your account has been suspended for subscription abuse. You can continue to make free Skype calls and send instant messages. However, you will be unable to continue using paid products such as Skype Credit, subscriptions and Skype Premium.
    The suspension of your access to paid products is permanent and you will be unable to transfer any existing products to a new account or receive a refund.
    Did my reply answer your question? Accept it as a solution or give me a Kudo to help others, Thanks.
    If one of my replies has adequately addressed your issue, please click on the “Accept as Solution” button. If you found a post useful then please "Give Kudos" at the bottom of my post, so that this information can benefit others.

  • Call waiting says "multiple calls" rather than listing the number or the contact.  Does anybody know how to fix this?

    Call waiting says "multiple calls" rather than listing the number or the contact.  This error is not consistent, sometimes it says "multiple calls" and other times it lists the contact.  This is happening on a coworker's iPhone 4s.  Does anyone know how to get it to list the contact every time?
    Thank you,
    Dan

    It sounds as though it may not be ending calls correctly, I would try restarting the phone, and then resetting all settings.

  • Trouble handling multiple calls

    Can anyone explain to me why the iphone, after being in production since 2007, still cannot handle multiple calls properly? I am on one call, I take another call (and select put current on hold) and when I am done with the second call, I am locked into HOLD on the original. This is simply the latest in the most aggravating aspect of this phone. It is a phone FIRST and doesn't do multiple call handling well at all! It hasn't for the years I've been using iphones.
    Am I alone in this frustration?

    I have no problems taking the waiting call off hold.
    Reboot.
    Restore.
    Restore as new.
    Test after each step until it works.
    Something is wrong.
    It could be a carrier problem. What carrier are you using?

  • Multiple Call Glitch on Verizon Iphone

    Coming from every version of the iphone since it's inception, switching over to Verizon iPhone has been great except for 1 major glitch I discovered. While I was in a current call, I received another call and was able to hold & answer just like on the AT&T iPhone. The screen said "multiple calls" and I got an option to "swap" between the 2 active calls, however the "merge" option was grayed out (unavailable) so i couldn't conference the two active calls. When i hung up with one of the calls, i did not get the option to go back to the other call -- when i ended the one call, it ended both calls. i called one of the Apple stores and they were baffled. i tried a test on my wife's Verizon iPhone as well, and the same thing happened.

    I have the Verizon Iphone as well and mine does this too. I called apple and told them about it and they were very suprised to hear this as well. They said to submit a feedback and hope that there is a software update that comes out for this to be fixed. Its a little crazy that this would not be on the Verzon Iphone considering this is a standard phone feature not a network deal. I posted this on the feedback. I hope you do too. Along with other people as well the more people that tell them they maybe they will fix it.

Maybe you are looking for

  • Need help for using at new command

    Hi   experts can u please help me .i want to execute the following : customer name       item no   gaurav                      1 gopi                          2 santosh                      1 raju                            2 gaurav                  

  • JTable = Cell Alignment

    Is it possible to centre align data in a JTable cell? If possible, where can I see how to do so. Thx

  • 16bit WTUXWS DLL causes GPF

    Recently, at a client site, we have had a requirement to change the policy for providing High Availability to our Tuxedo clients. Previously we did not require instant fail-over. I proposed the use of the multi-machine connect string i.e. by specifyi

  • Customer master data uplod

    For uploading Customer master in XD01,We are using BDC program instead of getting values from excel or notepad .We are fetching  values directly from the Database table which is imported from legacy system into  SAP system .And using Native SQl state

  • Knitting machines motion control system

    Hi, My question is related to the Textile industry application. We are working on a servo mechanism of a knitting machine for textile industry. Is there anybody can help me in giving some of the similar applications tailor made using NI motion platfo