Re-translate number for calls forwarded from Lync

On a user's desk phone, a call shows up as "315554443333" with 3 being the dial-out code.  This way, a user can easily return a missed/received call.  In Lync, the call shows up as "+5554443333".
This is fine for Lync users, but if a Lync user were to transfer a call to a desk phone user, the call appears as "+5554443333".  The desk phone user can no longer return this call, they would have to dial the digits manually.
How would I go about re-translating this number?  Thanks!
It worked for me.

That is correct, PSTN to Call Manager with SIP trunk off to Lync.  I am thinking the manipulation needs to occur in Lync, not in Call Manager.  We are using several number translations already, here is an example:
OutsideCaller at 555-444-3333 calls InsideUser1 at 222-333-4444.  The user has a desk phone and is configured for Enterprise Voice in Lync, so both their DeskPhone1 extension (4444) and their LyncPhone extension (3444) ring.  315554443333 appears
as the Calling Number on DeskPhone1, but +5554443333 appears on LyncPhone.
1.  If InsideUser1 forwards a call received on DeskPhone1 from OutsideCaller to InsideUser2 who answers it on their DeskPhone2, it appears on DeskPhone2 as 315554443333 (GOOD).
2.  If InsideUser1 forwards a call received on DeskPhone1 from OutsideCaller to InsideUser2 who answers it on their LyncPhone2, it appears on LyncPhone2 as 4444 (BAD, should show original calling party 315554443333).
3.  If InsideUser1 forwards a call received on LyncPhone1 from OutsideCaller to InsideUser2 who answers it on their DeskPhone2, it shows on DeskPhone2 as +555444333 (BAD, should display number as 315554443333).
4.  If InsideUser1 forwards a call received on LyncPhone1 from OutsideCaller to InsideUser2 who answers it on their LyncPhone2, it shows on LyncPhone2 as +555444333 (GOOD).
I hope this helps to clarify.
It worked for me.

Similar Messages

  • Any program for calling bapi from ABAP step by step

    any program for calling bapi from ABAP step by step
    points will be rewarded,
    thank you,
    Jagrut BharatKumar Shukla

    Hi Jagrut,
    BAPI stands for Business API(Application Program Interface).
    A BAPI is remotely enabled function module ie it can be invoked from remote programs like standalone JAVA programs, web interface etc..
    You can make your function module remotely enabled in attributes of Function module but
    A BAPI are standard SAP function modules provided by SAP for remote access. Also they are part of Businees Objest Repository(BOR).
    BAPI are RFC enabled function modules. the difference between RFc and BAPI are business objects. You create business objects and those are then registered in your BOR (Business Object Repository) which can be accessed outside the SAP system by using some other applications (Non-SAP) such as VB or JAVA. in this case u only specify the business object and its method from external system in BAPI there is no direct system call. while RFC are direct system call Some BAPIs provide basic functions and can be used for most SAP business object types. These BAPIs should be implemented the same for all business object types. Standardized BAPIs are easier to use and prevent users having to deal with a number of different BAPIs. Whenever possible, a standardized BAPI must be used in preference to an individual BAPI.
    The following standardized BAPIs are provided:
    Reading instances of SAP business objects
    GetList ( ) With the BAPI GetList you can select a range of object key values, for example, company codes and material numbers.
    The BAPI GetList() is a class method.
    GetDetail() With the BAPI GetDetail() the details of an instance of a business object type are retrieved and returned to the calling program. The instance is identified via its key. The BAPI GetDetail() is an instance method. BAPIs that can create, change or delete instances of a business object type
    The following BAPIs of the same object type have to be programmed so that they can be called several times within one transaction. For example, if, after sales order 1 has been created, a second sales order 2 is created in the same transaction, the second BAPI call must not affect the consistency of the sales order 2. After completing the transaction with a COMMIT WORK, both the orders are saved consistently in the database.
    Create( ) and CreateFromData! ( )
    The BAPIs Create() and CreateFromData() create an instance of an SAP business object type, for example, a purchase order. These BAPIs are class methods.
    Change( )
    The BAPI Change() changes an existing instance of an SAP business object type, for example, a purchase order. The BAPI Change () is an instance method.
    Delete( ) and Undelete( ) The BAPI Delete() deletes an instance of an SAP business object type from the database or sets a deletion flag.
    The BAPI Undelete() removes a deletion flag. These BAPIs are instance methods.
    Cancel ( ) Unlike the BAPI Delete(), the BAPI Cancel() cancels an instance of a business object type. The instance to be cancelled remains in the database and an additional instance is created and this is the one that is actually canceled. The Cancel() BAPI is an instance method.
    Add<subobject> ( ) and Remove<subobject> ( ) The BAPI Add<subobject> adds a subobject to an existing object inst! ance and the BAPI and Remove<subobject> removes a subobject from an object instance. These BAPIs are instance methods.
    ex BAPI:
    API_SALESORDER_CREATEFROMDAT1
    BAPI_SALESORDER_CREATEFROMDAT2
    You can get good help form the following links,
    BAPI-step by step
    http://www.sapgenie.com/abap/bapi/example.htm
    list of all bapis
    http://www.planetsap.com/LIST_ALL_BAPIs.htm
    for BAPI's
    http://www.sappoint.com/abap/bapiintro.pdf
    http://www.sappoint.com/abap/bapiprg.pdf
    http://www.sappoint.com/abap/bapiactx.pdf
    http://www.sappoint.com/abap/bapilst.pdf
    http://www.sappoint.com/abap/bapiexer.pdf
    http://service.sap.com/ale
    http://service.sap.com/bapi
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDAPII/CABFAAPIINTRO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFABAPIREF/CABFABAPIPG.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE8/BCFESDE8.pdf
    http://www.planetsap.com/Bapi_main_page.htm
    http://www.topxml.com/sap/sap_idoc_xml.asp
    http://www.sapdevelopment.co.uk/
    http://www.sapdevelopment.co.uk/java/jco/bapi_jco.pdf
    Also refer to the following links..
    www.sappoint.com/abap/bapiintro.pdf
    www.sap-img.com/bapi.htm
    www.sap-img.com/abap/bapi-conventions.htm
    www.planetsap.com/Bapi_main_page.htm
    www.sapgenie.com/abap/bapi/index.htm
    Checkout !!
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html
    http://techrepublic.com.com/5100-6329-1051160.html#
    http://www.sap-img.com/bapi.htm
    http://www.sap-img.com/abap/bapi-conventions.htm
    http://www.sappoint.com/abap/bapiintro.pdf
    http://sap-img.com/bapi.htm
    <b>EG::</b>
    <b>Here is the step by step procedure for creating BAPIs.</b>
    There are 5 different steps in BAPI.
    - Create BAPI Structure
    - Create BAPI Function Module or API Method.
    - Create BAPI object
    - Release BAPI Function Module.
    - Release BAPI object.
    Step1. Creating BAPI Structure:
    - Go to <SE11>.
    - Select Data Type & Enter a name.
    - Click on Create.
    - Note: Always BAPI should be in a development class with request number (Not Local Object).
    - Select Structure & hit ENTER.
    - Enter the fields from your database. Make sure that the first field is the Primary Key Field.
    - Then SAVE & ACTIVATE.
    Step 2. Creating BAPI module:
    - Enter TR.CODE <SE37>.
    - Before entering any thing, from the present screen that you are in, select the menu
    Goto -> Function Groups -> Create Group.
    Enter a name (Note: This name Must start with ZBAPI)
    Let this screen be as it is and open another window and there, enter TR.CODE <SE80).
    Click on the Third ICON that says Inactive Objects.
    Select the group that you just created and click on Activate.
    Notice that the group you created will disappear from the list of inactive objects.
    - Go back to ><SE37> screen and enter a name and hit <ENTER>. Then enter the group name that you just created and activated.
    NOTE: When you release a function module the respective group will be attached to that particular application. It cannot be used for any other application. NEVER include an already existing group that is attached to another module.
    Now click on the first Tab that says [ATTRIBUTES] and select the radio button that says remote-enabled module since we will be accessing this from any external system.
    Then click on the second tab that says [IMPORT].
    Enter a PARAMETER NAME, TYPE and the structure you created in the first step. Also select the check box ‘Pa’. All remotely enabled functional modules MUST be Pa enabled, where Pa means ‘Passed by Value’ and if you don’t select ‘Pa’, then that means it will be passed by reference..
    Then click on tab that says [EXPORT].
    Enter the following as is in the first three fields
    RETURN TYPE BAPIRETURN (These 3 field values are always same)
    Here also select ‘Pa’ meaning Pass by value.
    Note: BAPIRETURN contains structure with message fields.
    Then SAVE and ACTIVATE.
    Step 3. Creating BAPI object:
    - Enter Tr.Code <SWO1> (Note. It is letter ‘O’ and not Zero).
    - Enter a name and then click on create. Enter details.
    NOTE: Make sure that that Object Type and Program name are SAME.
    - Enter Application ‘M’, if you are using standard table Mara. If you are using your own database then select ‘Z’ at the bottom.
    - Then hit <ENTER>.
    - Now we have to add ‘Methods’. High light METHODS and then select the following from the menu:
    Goto Utilities -> API Methods -> Add Methods.
    - Enter function Module name and hit <ENTER>.
    - Select the second FORWARD ARROW button (>)to go to next step.
    - Check if every thing looks ok and again click on FORWARD ARROW button (>).
    - Then select ‘YES’ and click on <SAVE>.
    - Now on a different screen goto TR.CODE <SE37>. Enter Function Module name and select from the top menu Function Module -> Release -> Release.
    - Goback to TR.CODE <SWO1>.
    Here select the menu combination shown below in the same order.
    - Edit -> Change Release Status -> Object Type Component -> To Implemented.
    - Edit -> Change Release Status -> Object Type Component -> To Released.
    - Edit -> Change Release Status -> Object Type -> To Implemented.
    - Edit -> Change Release Status -> Object Type -> To Released.
    - Then click on <SAVE>.
    - Then click on Generate Button (4th button from left hand side looks like spinning wheel).
    - Then Click on the button that says ‘PROGRAM’ to see the source code.
    To check if this is present in work flow goto TR.CODE <BAPI>.
    Here it shows business object repository.
    - First click on the middle button and then select “ALL” and hit ENTER.
    - Goto tab [ALPHABETICAL] and look for the object that you created. This shows that the BAPI object has been created successfully
    <b>Reward pts if found usefull :)</b>
    regards
    Sathish

  • Where can I find the serial number for LOGIC PRO from the AppStore

    Please help me:
    Where can I find the serial number for LOGIC PRO from the AppStore?
    I bought and downloaded the application, now it asks me for the serial number but I didn't not receive it or can find it.

    My understanding is that if it was purchased throught the App Store, then there is no requirement for a serial number. At which point does it ask you for the serial?

  • Can anyone give me step by step for calling FM from one SAP to another SAP

    can anyone give me step by step for calling FM from one SAP to another SAP
    points will be rewarded,
    thank you,
    Regards,
    Jagrut BharatKumar Shukla

    *& Report  RFC_FOR_CUSTOMER_LIST
    *& RFC to a Fn. module from another system which implements BAPI
    REPORT  rfc_for_customer_list.
    DATA:
      fl_status TYPE i.
    DATA:
      fs_message TYPE bapiret2.
    DATA:
      BEGIN OF fs_customers,
        id   TYPE s_customer,
        name TYPE s_custname,
      END OF fs_customers.
    DATA:
      t_customers LIKE
         STANDARD TABLE
               OF fs_customers.
    CALL FUNCTION 'Z_BAPI_GET_CUSTOMER_LIST' DESTINATION 'R3N'
      IMPORTING
        return = fs_message
      TABLES
        customerlist = t_customers.
    IF sy-subrc EQ 0.
      fl_status = 1.
      LOOP AT t_customers INTO fs_customers.
        WRITE:
          /10 fs_customers-id,
           30 fs_customers-name.
        AT LAST.
          WRITE:
            /,/5 'No of customers in R3N = ', sy-tabix.
        ENDAT.
      ENDLOOP.
    ELSE.
      MESSAGE 'RFC failed' TYPE 'S'.
      EXIT.
    ENDIF.
                           TOP-OF-PAGE EVENT                            *
    TOP-OF-PAGE.
      IF fl_status NE 0.
        WRITE:
          /12 'ID'   COLOR 6,
           32 'NAME' COLOR 6.
        SKIP.
      ENDIF.
    This is one small example...
    Regards,
    Pavan

  • I just recovered my serial number for Acrobat 8 from a chat session with Adobe.  How do I download Acrobat?  Version 8? Version XI?

    I just recovered my serial number for Acrobat 8 from a chat session with Adobe.  How do I download Acrobat?  Version 8? Version XI?

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.6| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • HT1391 Is there a way to find the serial number for a devise from ITunes? I need it to try and track it as it was stolen

    Is there a way to find the serial number for a devise from Itunes? I need the number for a device that was stolen.

    How to find serial number

  • Call forwarding from an international Skype number

    Ok so here is my setup. I live in Ottawa, Canada and I have an Australian Skype number. What I want to know is, if I put a forwarding number on my australian Skype number to a landline Canadian number and someone from Canada tries to call my Australian Skype number, what rate are they charged when they connect to my forwarded Canadian number and what rate is my Canadian number charged?

    To make sure you should contact AT&T but if you set up call forwarding to an international number, you will be the one charged for the international call since your account/phone is dialing the final number.
    Again, find out for sure from AT&T who gets the charge.

  • Caller ID no longer shown on calls forwarded from ...

    I setup my skype number to forward all calls to my mobile phone and I used to have the caller ID shown correctly for calls incoming to my skype number on my mobile.  However, it is suddenly not working in past one week.  Is there any setup I need to do to correct it?

    I have had exactly the same carry on as you as well as my daughter being in Egypt and missing her calls! I asked about this last YEAR but never got a single solution for it. I also am inundated by cold callers at least 10 times a day + all of their calls just show 'call' which is all I see when my calls are forwarded from Skype. I am cancelling it now and think it should be taken off Skype completely, it is clearly a problem for the majority of users yet has never been addressed or even rectified due to the odd few who state they have no problems with it. It's ridiculous that a company making billions can't listen to the people making the money for them & fix a problem that would probably take 5mins to correct! Surely enough users complaining about the same problem should have been sorted by now? Shameful

  • Track call forwarding from two online numbers

    Hi,
    I have two online numbers that are being forwarded to one phone number. How can I track separately the calls coming to my online numbers? Right now I can only see the calls altogether to both numbers.
    Thanks.
    Solved!
    Go to Solution.

    keibay wrote:
    I have a landline number I want to show up when I dial from Skype, I went to set it up so it would show to people I am calling and the verification process is to send a text.. it's not a cell?
    Except for a very few countries where you can receive an SMS message at a landline number (someone mentioned Germany as an example, somewhere else in these forums), you are not able to have a landline number show up as your Caller ID when calling from Skype. You are generally limited to using certain Skype Online Numbers or a mobile number that passes the SMS verification process, and that's it for Caller ID with Skype. 
    Sorry!
    Patrick
    Location/Ubicacion: Arizona USA
    Time Zone/Hora Local: UTC/GMT -7
    If this message 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.
    Si esto mensaje le ha ayudado, por favor haga clic en "Aceptar como solución". Si encuentra un mensaje útil, por favor "Da Kudos" al final del mensaje, por lo que esta información puede beneficiar a otros.
    I am not a Skype employee. No soy un empleado de Skype.

  • Differences between Online Number and Call Forward...

    I have an unlimited subscription for the United States. For others to call me though I am not sure what the best option is. Could someone please clarify the differeces between having an Online number and having calls forwarded?

    pebaker2 wrote:
    Could someone please clarify the differeces between having an Online number and having calls forwarded?
    Hello,
    An Online # is for your contacts to call you. (You can't make calls from it).
    Call forwarding is simply forwarding a received call to another phone of your choice.
    To receive calls from your contacts you will need an Online #.
    http://www.skype.com/intl/en-us/features/allfeatures/online-number/
    http://www.skype.com/intl/en-us/features/allfeatures/call-forwarding/
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • CCME Call Forward from one Hunt Group to another Hunt Group Failure

    Hi I have a couple of hungroups in Cisco Call Manager Express. I am trying to configure a Call Forward no answer from one hunt group to another. Does anybody know if this is possible? If so, is there a config available? Here is my config, but it is not working.
    Thanks,
    Derek
    voice hunt-group 20 parallel
    final 2290
    list 2201,2251,2252
    timeout 30
    pilot 2209

    Hi Derek,
    This is supported with the restriction shown below;
    final number
    Router(config-voice-hunt-group)# final 8888
    Defines the last extension in a voice hunt group.
    If a final number in one hunt group is configured as a pilot number of another hunt group, the pilot number of the first hunt group cannot be configured as a final number in any other hunt group.
    From;
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucme/admin/configuration/guide/cmeadm/cmecover.html#72373
    Cheers!
    Rob 

  • Patch number for upgrading opatch from 10.2.0.1.0 to 10.2.0.1.1

    Please can someone tell me what is the Patch number for upgrading opatch utility from 10.2.0.1.0 to 10.2.0.1.1?
    Thanks in advance.

    Sami,
    Why don't you use the latest version of opatch (Patch 4898608 - OPatch 10.2.0.1.6)?

  • Configurational settings for calling HTTP from ABAP

    Hi,
    I need to call HTTP from ABAP.
    Other than ABAP code, what configurational settings (and functional settings, if any) I need to do for this scenario..
    Please help...
    Thanks,
    Shivaa...
    Moderator message - Duplicate post locked
    Edited by: Rob Burbank on May 7, 2009 3:44 PM

    Hi All,
    I have a problem to pass a file.txt in a parameter of a web service.
    Iam using CL_HTTP_CLIENT and I am passing the parameters (user, password and file):
    clear wa_form.
    wa_form-name = 'user'.
    wa_form-value = '33333333333'.
    append wa_form to it_form.
    clear wa_form.
    wa_form-name = 'password'.
    wa_form-value = '11111111'.
    append wa_form to it_form.
    clear wa_form.
    wa_form-name = 'file'.
    wa_form-value = data. ---> "data" is a type string with the data of the file.txt.
    append wa_form to it_form.
      r_client->request->set_form_fields( fields = it_form ).
    I have not problem with the user and password parameters.
    Thank.

  • Setting Call Forwarding from Off-site

    I have managers who want to be able to dial into their main phone line from home and set call forwarding remotely. Is this possible?

    The only method I am aware of is to allow them to change their call forwarding via ccmuser.
    They would need to have access to your network from home and log in to thier ccmuser page.

  • Calls forwarded from sip device

    I am setting up a callmanager with an h323 gateway.
    for incoming and outgoing calls , the customer wants the calls passed to the H323 gateway and then  passed to another gateway within the Lan, which has a SIP trunk to the outside world.
    Is it just a simple case of having a  H323 dial peer on each gateway to pass calls to and from callmanager?

    Yes, you need to have the ff dial-peers
    On h323 gateway
    1. inbound h323 dial-peer from cucm to h323 gateway
    2. outbound h323 dial-peer to cucm from h323 gateway
    3. Outbound sip-dial-peer from h323 gateway to the sip gateway
    4. inbound sip dial-peer from sip gateway to h323 gateway
    On SIP gateway
    5. inbound sip dial-peer for calls from h323 gateway to sip gateway
    6. outbound sip dial-peer to h323 gateway
    7. outbound dial-peer for PSTN calls to ITSP
    8. You may also have inbound dial-peer from ITSP for inbound PSTN calls

Maybe you are looking for

  • Additional Excise Duty calculation

    Dear Gurus, At the time of doing Stock transfer out of 5 material, one matrial exise caluclation not done and the whole process till J1IG done. Now for one material i am creating Additional Excise duty through " A certificate"--J1IGA In J1IGA error i

  • Reading DVDs but not CDs

    I'm having the same problem. I have tried repairing disk permissions, as well as a cleaning disc... but to no avail. Someone please help. I can't afford to replace my optical drive.

  • Credit note should be issued to newly created customer

    Hello Gurus, I need to issue a rebate credit note for  2013 – Jan-Aug   1200746,44 INR Agreement 70 was created for customer 4000240- Royal plastic (Royal group) this customer was sold to Melton group as per 01.09.2013 – new account 4000488 with new

  • Comparing the current time and 10 a.m

    Hi, I have to check for the time now and need to check whether it is less than 10.a.m and i have do a process till 10 A.M how can i do it? Regards, Priyanka.

  • Change capitalization of e-mail address for ATTYahoo server

    I have a very annoying and odd problem with our DSL host rejecting our e-mail. Our host, ATT PacBell uses Yahoo to provide their services. They recently required that we register all the e-mail addresses that we are using to send over their servers.