7920 - Cant handle more then two callls?

Hi,
We got a person who have one active call, with person #1.
Then she receives one more call, from person #2.
She want's to transfer person #1, and then speek to person #2.
She is not possible to transfer #1, how come? Is it a limit in 7920? We have tried to change busy trigger and maximum number of calls. but without success.
This is on both CCM 4.1(3) and 4.2..
Is it anyone else who have got this problem?
Thank you,
Sorry for being bad at describing the problem, please ask if you have any question.
Best regards
Christer

Hi,
We got a person who have one active call, with person #1.
Then she receives one more call, from person #2.
She want's to transfer person #1, and then speek to person #2.
She is not possible to transfer #1, how come? Is it a limit in 7920? We have tried to change busy trigger and maximum number of calls. but without success.
This is on both CCM 4.1(3) and 4.2..
Is it anyone else who have got this problem?
Thank you,
Sorry for being bad at describing the problem, please ask if you have any question.
Best regards
Christer

Similar Messages

  • Can my Mac Mini 2.26GHz Intel ever handle more then 4GB RAM?

    I have read or found people who mod apples to new levels of performance. Is it possible in anyway to make my 4GB turn to 8GB. Am I correct in thinking that I cant just install 2x4GB - and magic will happen?

    Also I just visited the Kingston site and even they don't specify that my system can handle more then 4GB....
    System/Device Specifications:
    The information below describes the basic configuration of your system/device.
    System InfoBank SchemaUpgrade PathWarrantySupportShow All
    Standard Memory: 1 GB (Removable) or 2 GB (Removable)
    Maximum Memory: 4 GB
    Expansion: 2 Sockets
    CPU & ChipSet:
    Bus Architecture: (N/A)
    Mfgr's System P/N's: FB463J/A; MB463D/A; MB463F/A; MB463LL/A; MB463T/A; MB463X/A; MB464H/A; MB464LL/A; MB464S/A; MB464T/A; MB464X/A; MB466D/A; MC238B/A; MC238D/A; MC238F/A; MC238FN/A; MC238H/A; MC238K/A; MC238LL/A; MC238PO/A; MC238S/A; MC238SM/A; MC238T/A; MC239B/A; MC239D/A; MC239F/A; MC239FN/A; MC239H/A; MC239K/A; MC239LL/A; MC239RS/A; MC239S/A; MC239SM/A; MC239T/A; MC408D/A; MC408F/A; MC408SM/A; MC408Z/A

  • Oracle RAC with more then two nodes?

    Hello,
    knows anybody a reference client project that use Oracle RAC with more then two nodes on a Linux environment?
    Many thnaks!
    Norman Bock

    Hello Norman,
    XioTech is a SAN company that has a project called "THE TENS". They configured and ran a 10 node RH Linux Oralce 9i RAC. I understand they want to see if 32 are possible. I am sure if you ask them, they would be happy to give you the details.
    http://www.xiotech.com/
    Cheers

  • User can not add more then two products against one order

    Hi frnd,
    My requirement is in CRM while creating order using CRMD_ORDER transaction. The user can not be entered more then two products against one order.
    I am using CRMD_ORDERADM_I_BADI badi to give error I am unable to use this badi. Is there any other options are there.
    Please do need full help.
    Regards,
    Ashish.

    Hi Amit,
    DATA: gt_header TYPE crmd_orderadm_h. "OCCURS 0 WITH HEADER LINE.
    data: ET_PRODUCT_I     TYPE     CRMT_PRODUCT_I_WRKT.
    data: gs_PRODUCT_I     TYPE     CRMT_PRODUCT_I_WRKT.
    DATA : gt_header_guid     TYPE     crmt_object_guid_tab.
    DATA : gs_header_guid     TYPE     crmt_object_guid.
      gs_header_guid = IV_HEADER.
    *INSERT gs_header_guid INTO TABLE IV_HEADER.
      CALL FUNCTION 'CRM_ORDER_READ'
        EXPORTING
          it_header_guid       = gt_header_guid[]
        IMPORTING
          ET_PRODUCT_I         =   ET_PRODUCT_I[]
        EXCEPTIONS
          document_not_found   = 1
          error_occurred       = 2
          document_locked      = 3
          no_change_authority  = 4
          no_display_authority = 5
          no_change_allowed    = 6
          OTHERS               = 7.
    endmethod.
    I am using ds code. Its working fine records are coming in Product. But how i will save product into one
    itab.
    Regards,
    Ashish S

  • How to handle more then one transaction in bdc

    how to handle more then one transaction in bdc

    Hi vinod,
    Call one BDC after the another, Like if u want to create a sales order and then correspondingly display it as well, u can capture the sales order created afer ur first BDC theu the messages mostly in SYMSGV1 and using this u can do a call txn skip first screne of VA03.
    If u are talking about session, get 2 session names and move them to different sessions or if both txn are dependant on each other, move it one after the other thru call txn. It is the same, howmany ever trx u wabnt to post thru BDC.
    Award points if this helps.

  • More then two attribute in to Hashtable

    I want to store more then two attribute in to Hashtable, So i put the values into class and store the object into the Hashtable.
    Every thing works fine, but how to retrieve the values which are stored in to the object.
    name,sessionid and time are the 3 attribute which i store in the
    Session class. In the hashtable a key("AAA","BBB") and the object is
    stored.I want to get all the attribute values which are stored for a particular key.
    When i display the content of the hashtable for a key,
    System.out.println(ht.get("BBB"));
    I get just the object name but not the values like
    Session@f4a24a
    Is there any way to get the values from the object which are stored into the hashtable. Will any one help me
    Here is the code:
    import java.util.*;
    class Session {
    private String name;
    private String sessionid;
    private long time;
    Session(String n, String s, long t) {
    name = n;
    sessionid = s;
    time = t;
    class Hash{
    public static void main(String args[]) {
    Hashtable ht = new Hashtable();
    Date date = new Date();
    ht.put("AAA",new Session("John", "session1",date.getTime()));
    ht.put("BBB",new Session("White", "session2",date.getTime()));
    System.out.println(ht.get("AAA"));
    System.out.println(ht.get("BBB"));
    }

    Hei!
    Define methods in the Session class with which you can retrieve the private fields from the class, and use these methods.
    for example:
    class Session{
    long getTime(){return time;}
    class Hash{
    System.out.println(((Session)ht.get("AAA")).getTime());
    Pizzarelli

  • HOW TO MANAGER APPROVE LEAVE REQUEST AT A TIME MORE THEN TWO

    Hi Experts,
    This is Kalyan.I am working on ess/mss . How to manager approve four work items at a time .
    And how to add  Custom Fields in UWL .Can u please help me.
    Regards,
    Kalyan

    Hi Kalyan
      Suppose if multiple persons raise workflows like Leave, Travel, Claims, Loan every workflow is different. You cannot have single workflow and single work item. The work item comes to UWL for the approver. In the UWL you can customize the screen put a radio button in the screen such that only approve and reject button. So every wprk item can be just selected with approve and reject radio button on the UWL itself. Finaly update button will update the entier page with the approvals. But this is very very very difficult.
      Think logically Y the approver wants to do mass approval. Suppose the approver receives the leave work item without seeing the leave quota will he approve?. Similiarly for travel without seeing the expense amount will the approver approve the trip.
    UWL is for all the module like Travel, Leave, Claims, Loan etc. Every module the approval screen itslef different. So mass approval is not possible.
    If ESS is implemented only for Leave or Travel or Payroll then its possible. In that case customize the UWL with radio button and after mass approve or rejection finally need to update. But this is absolutly not advisable since every person the data are different.  So mass approval is not advisable.
    I think am logically correct?
    Regards
    vijay

  • How can I restrict more then one user to access the table?

    Hi !
    I have a problem and two solutions and I am a bit confused as to
    which one is the best one and/or can there be any better way of
    handling the problem ?
    Problem : I have to update a key field of a table when I update
    it in the form 5.0 screen. I am basically doing a maintenance of
    a table and if a certain field is updated then the change has to
    be reflected in two more tables. But the issue is that the field
    is a part of the key in those two tables. So all I can think of
    is that I need to insert new set or rows for that new value of
    the field and delete the old set of records for old values of
    the field.
    There are two ways of doing it;
    1.One option can be to explicitely define two cursors separately
    and fetch the values in them one by one and then insert the new
    records and then delete the old records in both the tables. This
    I feel will be a cumbersome process both in terms of processing
    time and the coding.
    2.Second option I was thinking can be to create two flat tables
    (without keys) and insert the values in them and update the
    changed field there and then insert the rows in the respective
    tables. Delete the old records in the main tables and delets the
    records in these flat tables. This is a bit more faster and
    easier to predict and code. This seems to be a better option for
    me.
    Any comments on these ?
    In both the cases I was thinking of making some provision so
    that more then one person can't update the table simultaneously.
    Since if there are more then one persons doing the processing
    then some inconsistency might creep into the whole process.
    This is easier to do in the second process as if I check the
    data in the flat tables and if there is some data then I can
    presume that some one is doing the processing and I can ask the
    other person to hold for a while. But in this case how can I
    stop more then two people to simultaneously check for the empty
    table and start inserting the record ?
    I was just thinking of having a sepatare table having only one
    field and this will be a key field and as the process begins the
    process will insert a fix value say 'Y' in the key field and at
    the end of the process the record will be deleted and this way
    we can restrict the user to access the process more then one at
    a time..? Since you can't have same value of the key in a table
    more then once.
    Any better way of handling it will be deeply appreciated.
    How about locking the table at the begining and releasing the
    lock at the end ? Will there be any issue in that? since I am
    inserting and deleting the rows in the same transaction.
    Comments welcome,
    Shobhit
    null

    How about performing the update IN the database using a stored
    procedure?
    By using non-database fields on your form to get the
    information, you can then call the procedure in the database to
    perform the updates. If an error occurs in the procedure you
    rollback, if necessary, and send a message or status back to the
    form. If it succeeds you might wish to commit and then re-
    execute the form's query -- using either the original key values
    or the new key values...
    null

  • Issuing more then one item in free goods

    Hi SD gurus,
    My client is asking to issue more then two items as free goods along the main item. Example material A is sold along with material B and C as free goods.As far as my trails, I'm able to configure only one item as free goods but not the second one. Can any one suggest to configure the above scenario?

    Hi Ravi krishna,
    Free goods can only be supported on a 1:1 ratio. This means that an order item can lead to a free goods item. if you want to give free goods X & Y for material A, then you need to enter material Y in order, simply change the item category as TANN.
    As of my knowledge there is no alternative to it.
    these are the constraints for free goods:
    Free goods are not supported in combinations with material structures (for example, product selection, BOM, variants with BOM explosion).
    Free goods are only supported for sales orders with document category C (for example, not quotations).
    Free goods are not supported for deliveries without reference to a sales order.
    regards
    Sunil

  • How to use 'BAPI_GOODSMVT_CREATE'  for more then one row selected ???

    Hi,
    I am using bapi , BAPI_GOODSMVT_CREATE  ,  my requirement is that first perform ALV display with check boxes & then user can selsct any number of rows  & then on clicking execute button  this bapi is triggered , now my ques is that  if i am selecting rows one by one & executing , then am able to post data successfully, but if am selecting  more then one row at a time then its giving me error
    " exactly one serial no must be selected  (instead of more then two / three ) ."
    plz help me .
    this is how i am filling data in BAPi & bapi call
    FORM FILL_BAPIDATA .
      wa_GOODSMVT_HEADER-PSTNG_DATE = sy-datum.
      wa_GOODSMVT_HEADER-doc_DATE = sy-datum.
      wa_goodsmvt_code-gm_code = c_gmcode.
      LOOP AT it_final INTO wa_final.
        wa_GOODSMVT_ITEM-MOVE_TYPE = c_movtype.                 " '313'.
        wa_GOODSMVT_ITEM-material =  WA_final-MATNR.
        wa_GOODSMVT_ITEM-ENTRY_QNT = wa_final-verme.
        wa_GOODSMVT_ITEM-plant =  WA_final-WERKS.               "'DB10'.
        wa_GOODSMVT_ITEM-STGE_LOC =  WA_final-LGORT.
        wa_GOODSMVT_ITEM-BATCH = WA_final-CHARG.
    wa_GOODSMVT_ITEM-BATCH = l_charg.
        append wa_GOODSMVT_ITEM to IT_GOODSMVT_ITEM.
        clear: wa_GOODSMVT_ITEM.
      ENDLOOP.
      LOOP AT it_final INTO wa_final.
        wa_serialnumber-SERIALNO = wa_final-sernr.
        APPEND wa_serialnumber to it_serialnumber.
        CLEAR wa_serialnumber.
      ENDLOOP.
      LOOP AT it_position2 INTO wa_position2.
        wa_serialnumber-MATDOC_ITM = wa_position2-wepos .
        MODIFY it_serialnumber INDEX sy-tabix from wa_serialnumber TRANSPORTING MATDOC_ITM .
      ENDLOOP.,
    data: begin of mthead.
            include structure bapi2017_gm_head_ret.
    data: end of mthead.
    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
        EXPORTING
          GOODSMVT_HEADER               = wa_GOODSMVT_HEADER
          GOODSMVT_CODE                 = wa_GOODSMVT_CODE
       IMPORTING
          GOODSMVT_HEADRET              = mthead
        MATERIALDOCUMENT              = w_MATERIALDOCUMENT
        MATDOCUMENTYEAR               = w_MATDOCUMENTYEAR
        TABLES
          GOODSMVT_ITEM                 = IT_GOODSMVT_ITEM
          GOODSMVT_SERIALNUMBER         = IT_SERIALNUMBER
          RETURN                        = IT_RETURN
      GOODSMVT_SERV_PART_DATA       =
      EXTENSIONIN                   =
    APPEND w_MATERIALDOCUMENT to it_GOODSMVT1 .
    IF sy-subrc = 0 .
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    *MESSAGE text-016 TYPE 'I'.
    PERFORM msg_log  .
    ENDIF.

    Hi,
    Did u check the serial numbers table before calling the BAPI. Might be the case tht same serial number is assigned for all items, in this case the goods movement may be possible with same serial number for all items.
    Reagrds,
    Aditya
    Edited by: aditya on Aug 11, 2009 11:46 AM

  • Hi everyone i have just bought new Ipod touch 32 GB and upgraded to 5.0.1 and it it worse now my battery doesn't last long for more then hvvour. what should i do?

    Hi everyone,
    I have just bought new Ipod touch 32 GB and upgraded to 5.0.1 and it it worse now my battery doesn't last for more then two hour.
    what should i do? it is seriously big problem.
    Please help me.......

    This is a general comment, not directed to anyone, and not to be taken personally by anyone.  This ongoing screw up with the new upgrade (5.0.1) is getting to be a **** SHAME.  In no way can APPLE or anyone else for that matter not know by now that the upgrade is terribly flawed.  The Ipod machines themselves are super great products, and I enjoy mine to the max.  However the upgrade once applied ruins it.   And at least, not to my current knowledge,  there haven't been any fixes forcoming. 
       In my opinion Apple should own up to that fact and warn folks that, even though the upgrade was presented with the best intentions, IT JUST AIN"T WORKING.  And not to download it until further  notice. This noticication could be done through the retail sales outlet, online, what ever.
      I liken this to a pharmaceutical coming out with a new vaccine, encourage everyone to use it, then discover it's bad to the degree it causes it uses to become sick.  Rather then pull the vaccine they keep on allowing unsuspecting ones to continue to vaccinate, and become sick.  What a shame!
    Charlie Lee 

  • More then 2 # per contact

    does anyone know if I can my contacts to show more then two phone numbers for each enter contact

    yes, I guess I did not pose the ? properly. I synced my itunes with outlook. In my outlook I have a number of contacts that have more then 2 phone numbers per one contact. On my iphone it only comes in with two. Is there a preference somewhere I need to change to bring/ import/ sync all the numbers

  • Hello why cant we store more then 25,000 songs that have been uploaded in the Icloud from my cd's

    Hello why cant we store more then 25,000 songs that have been uploaded in the Icloud from my cd's, I'm a DJ and the purpose of getting the Icloud was not only for backup but to have access to all my music and this 25,000 song limit is not acceptable for me. I also upgraded my icloud drive to 200gb in hope that this would help, did it? I dont know as of yet, I just did it any thoughts out there??

    Apple has not said why. Inform Apple of your displeasure here:
    http://www.apple.com/feedback/itunesapp.html

  • I have an ipod 3 and i cant update it more then 4.1 why?

    i have an ipod 2g and i cant update it more then 4.1 why?

    To go to iOS 4.2.1 you need iTunes 10 or later on the computer. If a Mac that requires OSX 10,5,8 or later.
    To more easily find compatible apps:
    iOSSearch - search the iTunes store for compatible apps.
    Apple Club - filter apps by iOS version.
    Starting when iOS 7 was released, Apple now allows downloading the last compatible version of some apps (iOS 4.2.1 and later only)
    App Store: Downloading Older Versions of Apps on iOS - Apple Club
    App Store: Install the latest compatible version of an app
    You first have to download the non-compatible version on your computer. Then when you try to purchase the version on your iPod you will be offered a compatible version if one exists.

  • Restricting the item data for two pages if data is more then cutoff

    Hi Expers,
    I have one requirement that i need to restrict item data upto two pages .If more data is vailabe even pritning after two pages then data should cutoff(means we don't want to print that extra  data in the next pages ).Could you please explain  how can we achive this in main window ?Can we achive this even using secondary window also?Thanks for your help in advance.
    Thanks and Regards,
    Venkat

    Dear experts,
    For restricting the data up to two pages in the mainwondow ,I have written the condition SFSY-PAGE LE 2.But still i am getting more than two pages means entire data.Can any one explains why this condition is failed(My main window is in the first page itself).
    Many thanks for your help,
    venkat

Maybe you are looking for

  • Can i transfer my itunes match to another apple id?

    I recently subscribed to iTunes match but, unfortunately, joined under an account I really don't use. Is it possible to move iTunes Match to my other account?

  • Visual Studio 2012 - Source Not Available After Pressing Pause While Debugging

    Hi, In Visual Studio 2008, when we'd open a dialog in our application (Native C++, 64-bit) and pressed 'Pause', the debugger would automatically go to the location of the dialog in the code and the call stack would show the series of calls to arrive

  • Writing with Excel 95 format

    Well I used jakarta POI to generate XLS reports until someone told me that some people need them in Excel 95 format, but I know neither Jakarta POI nor jexcelapi don't support this Excel 95 format. What can I use or do ? Thanks.

  • Emctl status dbconsole does not reflect correct status of dbcontrol

    hi gurus Emctl status dbconsole command shows that the Oracle Enterprise Manager 10g is not running. But in fact that I can access the Enterprise Manager and it is running.It seems that the emctl status dbconsole command show incorrect status about t

  • Selected printer connection method is incorrect

    Whenever I try to print to our networked Canon ir5020 copier, I get a message "The selected printer connection method is incorrect. Select the correct printer connection method in Printer List, and then try to add the printer." I have tried it with P