Exchange UM call transfer and call forward.

Hello all,
Looking for some ideas with an issue with Exchange UM call transfer and Lync call forward. 
Environment details:
Lync Server 2013 Enterprise Edition
Exchange 2010 UM
AudioCodes M3K with PRI connectivity.
Here are the scenarios:
Scenario 1:
Call comes in via PSTN to Exchange Auto Attendant.
Caller enters user extension
Exchange Calls User
User has Lync Client forwarded to mobile cell phone.
User's Mobile cell phone will ring but user does not answer.
After about 3 rings, Exchange will interrupt the transfer and say "Sorry, I cannot transfer you to that extension"
On the Exchange UM server event log, we see the following event: "
An error occurred while transferring a call to
[email protected]. Additional information: The call transfer type is "Blind.", the transfer target is "phone number", and the caller ID is: "a12b63b6-0da0-424d-87b1-b11bde4685ca".
The VoIP platform encountered an exception Microsoft.Rtc.Signaling.OperationFailureException: Failed to transfer, successful refer notification not received
   at Microsoft.Rtc.Signaling.SipAsyncResult`1.ThrowIfFailed()
   at Microsoft.Rtc.Signaling.Helper.EndAsyncOperation[T](Object owner, IAsyncResult result)
   at Microsoft.Rtc.Signaling.Helper.EndAsyncOperation[T](Object owner, IAsyncResult result, String operationId)
   at Microsoft.Rtc.Collaboration.Call.EndTransferCore(IAsyncResult result)
   at Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoCall.EndTransfer(IAsyncResult result)
   at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.BlindTransferSessionState.Call_TransferCompleted(IAsyncResult r)
   at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.SubscriptionHelper.<>c__DisplayClass5f`1.<>c__DisplayClass62.<WrapCallback>b__5e()
   at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.<>c__DisplayClassd.<CatchAndFireOnError>b__9()
   Detected at System.Environment.get_StackTrace()
   at Microsoft.Rtc.Signaling.OperationFailureException..ctor(String message)
   at Microsoft.Rtc.Collaboration.Call.CallTransferAsyncResult.Refer_StateChanged(Object sender, ReferStateChangedEventArgs e)
   at Microsoft.Rtc.Signaling.ReferStateChangedEventArgs.Microsoft.Rtc.Signaling.IWorkitem.Process()
   at Microsoft.Rtc.Signaling.WorkitemQueue.ProcessItems()
   at Microsoft.Rtc.Signaling.SerializationQueue`1.ResumeProcessing()
   at Microsoft.Rtc.Signaling.SerializationQueue`1.ResumeProcessingCallback(Object state)
   at Microsoft.Rtc.Signaling.QueueWorkItemState.ExecuteWrappedMethod(WaitCallback method, Object state)
   at System.Threading.ExecutionContext.runTryCode(Object userData)
   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
FailureReason = 0 during the call with ID "a12b63b6-0da0-424d-87b1-b11bde4685ca". This exception occurred at the Microsoft Exchange Speech Engine VoIP platform during an event-based asynchronous operation submitted by the Unified Messaging server.
The Unified Messaging server will attempt to recover from this exception. If this warning occurs frequently, contact Microsoft Product Support.
Scenario 2:
Call comes in via PSTN to Exchange Auto Attendant.
Caller enters user extension
Exchange Calls User
User has Lync Client forwarded to mobile cell phone.
User's Mobile cell phone will ring but user presses ignore on cell phone
Once ignore is pressed, cell phone voicemail will pickup so Exchange will complete the transfer.
I'm don't believe Exchange UM has a no-answer timeout setting for call transfer and i'm not sure if a setting on the gateway can resolve the issue. Any ideas on how to resolve scenario 1?
Thanks,
Prashanth

Can you confirm that you haven't enabled voicemail escape?
Voicemail escape is set to 15 seconds by default if enabled and not specified.
Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
Lync Sorted blog

Similar Messages

  • Unable to perform call transfer or call park for an outbound call via SIP Trunk (SKYPE)

    We have configured the SIP Trunk & SIP profile and successfull make outbound call through SIP Trunk (SKYPE). However, we are not able to perform call transfer or call park when the call is connected.
    The scenario is:
    A call to an phone number via SIP trunk, when call established, A perform call-transfer to B. After the call-transfer, the call Drop and Phone B show error code "Temp Fail"        
    When i select "enable MTP" in SIP trunk, we are able to call transfer and call park. But it limit the number of call session to 1.

    You are probably running into some sort of Codec issue.  IE, your phone is G.711 and the trunk is G.729. You will need to transcode the call at somepoint.     

  • What does call failed and call busy mean?

    I call my bf on Skype every time I see him on there and it rings and eventually it says call failed and sometimes it will say call busy, what does call failed and call busy mean?

    WuTom wrote:
    If a call is marked as "Call ended" does this guarantee the other person ended the call, or can it also mean the call disconnected or was dropped?
    Was talking with someone and at one point the "Call ended - call dropped". Few other times it was just marked as "Call ended", they have bad internet. So is it possible the "Call ended" means the call was dropped due to internet or were they for definite hanging up?
    Thanks
    Hi WuTom,
    From experience, it depends on the platform which you are using. In my case, my boyfriend is using Skype for iPhone and I am using Skype for Mac. Sometimes I find that the "Call ended - Call dropped" is the result of bad internet on my or his part. "Call Ended" on its own could mean one of two things, among others:
    1. A person accidentally touches the red end call button; or
    2. Skype crashes unexpectedly (either because of internet as you said or other issues such as flat battery)
    This is just from my personal experience, but I do hope it clears some stuff up for you. 

  • Call function and call customer function

    Hi
    Can anybody let me know what is the difference between CALL FUNCTION AND CALL CUSTOMER- FUNCTION .
    i know call customer- function is used while we r working on user exits .
    but is their any specific reason of difference ...
    Thanks

    CALL CUSTOMER-FUNCTION function_exit parameter_list.
    Effect
    This statement can be used in programs delivered by SAP. It includes the function module exit specified in function_exit . The function module exit is a customer exit. In an SAP program, it enables you to call a function module provided by SAP and implemented by the customer.
    The indicator function_exit must be a three-digit text field literal. A function module exit is specified by SAP using the transaction SMOD and can be activated using the transaction CMOD in customer systems.
    Specifications by SAP
    An empty or partly implemented function module must be assigned to the function module exit using the transaction SMOD. The name of the function module consists of EXIT_, the program name, which contains the statement CALL CUSTOMER-FUNCTION, and the three-digit indicator in function_exit. The interface of the function module is completely defined by SAP.
    Activation in the customer system
    The transaction CMOD enables the customer to implement the source code of the function module within an enhancement project and to activate the function module exit. If the function module exit is not activated, the statement CALL CUSTOMER-FUNCTION is ignored. If the function module is activated, the corresponding function module is called in the same way as the general function module call.
    Syntax and meaning of the parameter_list for the assignment of the actual parameters to formal parameters and for the exception handling are the same as in a general function module call. It is not possible to dynamically fill the interface.
    CALL FUNCTION func
    Syntax
    CALL FUNCTION func { parameter_list
                       | parameter_tables }.
    Effect
    This statement calls the function module specified in func. The identifier func must be a character-type data object, which contains the name of a function module in uppercase letters during the statement execution. Each function module of an SAP system has a unique name, which is why you need not specify the function group.
    Use additions parameter_list or parameter_tables (as of release 6.10) to statically or dynamically assign actual parameters to the formal parameters of the function module and return values to the non-class-based exceptions.
    Note
    If the name of a function module is specified by a constant or as a literal, the extended syntax check can check the statement.
    Exceptions
    Catchable Exceptions
    CX_SY_DYN_CALL_ILLEGAL_FUNC
    Cause: The called function is known but not active.
    Runtime Error: CALL_FUNCTION_NOT_ACTIVE
    Cause: The called function is unknown.
    Runtime Error: CALL_FUNCTION_NOT_FOUND
    CX_SY_DYN_CALL_ILLEGAL_TYPE
    Cause: The type of the actual parameter does not fulfill the requirements of the function interface.
    Runtime Error: CALL_FUNCTION_CONFLICT_GEN_TYP
    Cause: The actual parameter does not have the length expected by the function.
    Runtime Error: CALL_FUNCTION_CONFLICT_LENG
    Cause: The actual parameter does not have the type expected by the function.
    Runtime Error: CALL_FUNCTION_CONFLICT_TYPE
    Cause: Only those functions can be called in the update task that are intended for it.
    Runtime Error: CALL_FUNCTION_NO_VB
    Cause: An actual parameter does not fulfill the alignment requirements of the respective formal parameter.
    Runtime Error: CALL_FUNCTION_WRONG_ALIGNMENT
    CX_SY_DYN_CALL_PARAM_MISSING
    Cause: The function expects a parameter, which has not been passed by the caller.
    Runtime Error: CALL_FUNCTION_PARM_MISSING
    CX_SY_DYN_CALL_PARAM_NOT_FOUND
    Cause: The caller has passed a parameter, which is not known to the function.
    Runtime Error: CALL_FUNCTION_PARM_UNKNOWN
    plz reward points if it helps

  • After installing 6.0.1 on my iPhone 4 I no longer get notification when another call comes in when I'm on another call. In phone settings I no longer have the icons for call waiting and call forwarding. My carrier is sprint

    I no longer get notifications that another call is coming in when I'm on the phone. In the settings under phone I do not see any availabilty for call waiting or call forwarding. I had this feature before installing the new update 6.0.1.

    Since it has always been very basic to backup your computer and all it's data, Apple provides no way for you to transfer music from your iPhone back to your computer.  As you know, you can re-download all iTunes purchases, but music that you ripped yourself you'll have to just re-rip again.
    You can try and find 3rd party applications that might help you.  I'm sure you'll pay, however.
    Let this be a very important lesson learned.
    Best.

  • No audio during call transfer and

    I am installing a new CUCM BE6000 ver 9.1.2 platform, with CUCM , Unity connection, and presence server.
    I am configuring on Unity Connection server the System Call Handlers for basic IVR functions, with the following options:
    a) Option 2  ----> Directory handler
    b) Option 0 (or do nothing)  -----> Operator's DN 1100
    c) Option to dial party extension during call.
    We have 2 configuration problems:
    Problem1:
    When you select option "2", "0" or dial the party extension the call is transfer with no problem BUT we got silence during this transfer (before user takes the call or the call goes to user's Voice Mail)......., no rings, no MoH, nothing. So we would like to know which parameter is missing that could prevent to hear rings' sound or the MoH until client takes the call or the call goes to VM.
    Problem2:
    If you select option 0, the call is properly transfered to operator's DN 1100, but if the caller does NOTHING the call goes to operator's VM  instead to be transfer to DN 1100 ( DN 1100 never rings, the call goes to VM)
    Here we need to know how we can set this System Call Handlers to transfer the call to DN 1100 when user does nothing.
    THANK A LOT IN ADVANCED FOR YOUR HELP.
    Enrique

    I am installing a new CUCM BE6000 ver 9.1.2 platform, with CUCM , Unity connection, and presence server.
    I am configuring on Unity Connection server the System Call Handlers for basic IVR functions, with the following options:
    a) Option 2  ----> Directory handler
    b) Option 0 (or do nothing)  -----> Operator's DN 1100
    c) Option to dial party extension during call.
    We have 2 configuration problems:
    Problem1:
    When you select option "2", "0" or dial the party extension the call is transfer with no problem BUT we got silence during this transfer (before user takes the call or the call goes to user's Voice Mail)......., no rings, no MoH, nothing. So we would like to know which parameter is missing that could prevent to hear rings' sound or the MoH until client takes the call or the call goes to VM.
    Problem2:
    If you select option 0, the call is properly transfered to operator's DN 1100, but if the caller does NOTHING the call goes to operator's VM  instead to be transfer to DN 1100 ( DN 1100 never rings, the call goes to VM)
    Here we need to know how we can set this System Call Handlers to transfer the call to DN 1100 when user does nothing.
    THANK A LOT IN ADVANCED FOR YOUR HELP.
    Enrique

  • CWMS 2.0MR7 intermittent dead air on call-in and call-back for internal and external users

    Hello,
    I have got a new install of CWMS 2.0MR7 800 users non HA system. During initial testing we noticed that when we call-in or call-back there was a dead air even though the call is connected we don't hear welcome to WebEx....when we hang up and call again it works fine and we hear welcome to WebEx so the issue is intermittent. CUCM version is 8.6
    Can someone please advise how do we go about troubleshooting something like this when the issue is so intermittent?
    Thanks

    Hi,
    Please check the following:
    1. Please check if you are on supported hardware and that no co-resident VMs exist:
    http://www.cisco.com/c/en/us/td/docs/collaboration/CWMS/2_0/Planning_Guide/Planning_Guide_chapter_01011.html#reference_249B138B71324D19B09141D3849EC058
    2. Check if you have any snapshots on any of the virtual machines for the system. If you have captured any snapshots before an upgrade, make sure that you delete them within 24 hours as they cause degradation of system performance and are known to cause audio quality issues.
    3. Please check your network bandwidth for these requirements:
    http://www.cisco.com/c/en/us/td/docs/collaboration/CWMS/1_5/Planning_Guide/Planning_Guide_chapter_01.html#reference_267DB686BB224EB7A49DE4C783C912E6
    If you still face the problem, please open a TAC case to troubleshoot the issue further. We will be able to get detailed logs and sniffers to find the cause of the issue.
    Thanks,
    Jyothi

  • Unlimited anytime calling plan and calling feature...

    I have Unlimited anytime calling plan and it says that I can have up to 3 calling features at no extra cost -
    I already have privacy and caller display as 1 calling feature But when I try to order 2 additional features it says there will be a charge of £6.
    Has anyone else tried this , am I reading it wrong ?
    Ta,
    Del.
    Solved!
    Go to Solution.

    Yes the three calling features are 1471,1571 and privacy.
    Don't BT provide these free of charge anyway ?
    Del.

  • UCCE 7.2.X - Calls Answered and Calls Handled

    Has anyone experienced an issue in UCCE 7.2, where the calls answered does not seem to be reporting correctly? In this case we are seeing that the calls answered figure, is less than the call handled.  The Handled figure seems to be correct when you take into consideration the calls offered, error calls, abandoned calls etc. Webview historic call type reports are reporting what is in the Call Type Half hour tables so not an issue with webview. We have tried to replicate various scenarios but cannot replicate the instance where the answered call is not counted. We have also reviewed the ICM scripts but have drawn a blank.
    I have attached a copy webview report that shows the disparity we seem to be having. Any ideas would be much appreciated.
    Regards
    Cecil

    Hi,
    this is not necessarily an error.
    - Calls Answered value increments when the call has been answered (the moment the agent picks up the phone).
    - Calls Handled value increments when the call has been handled, in Cisco terminology, the wrapup state has ended.
    If you take into consideration a simple fact, that a call may be answered within one reporting interval (in UCCE 7.2.x it's 30 minutes), and "handled" in the next interval, you can easily see two different numbers.
    For instance, six customers call between 10:00 and 10:30. All calls are answered by an agent the moment they arrived. Five calls end before 10:30. But one of them is a demanding customer, and the call ends at 10:40. What you'll see is 6 for CallsAnswered but only 5 for CallsHandled.
    Of course, CallsAnswered may be less than CallsHandled, too, it simply means there were calls that were answered within the previous reporting interval but handled in this interval.
    G.

  • What does Call ended and Call ended - call dropped...

    If a call is marked as "Call ended" does this guarantee the other person ended the call, or can it also mean the call disconnected or was dropped?
    Was talking with someone and at one point the "Call ended - call dropped". Few other times it was just marked as "Call ended", they have bad internet. So is it possible the "Call ended" means the call was dropped due to internet or were they for definite hanging up?
    Thanks

    WuTom wrote:
    If a call is marked as "Call ended" does this guarantee the other person ended the call, or can it also mean the call disconnected or was dropped?
    Was talking with someone and at one point the "Call ended - call dropped". Few other times it was just marked as "Call ended", they have bad internet. So is it possible the "Call ended" means the call was dropped due to internet or were they for definite hanging up?
    Thanks
    Hi WuTom,
    From experience, it depends on the platform which you are using. In my case, my boyfriend is using Skype for iPhone and I am using Skype for Mac. Sometimes I find that the "Call ended - Call dropped" is the result of bad internet on my or his part. "Call Ended" on its own could mean one of two things, among others:
    1. A person accidentally touches the red end call button; or
    2. Skype crashes unexpectedly (either because of internet as you said or other issues such as flat battery)
    This is just from my personal experience, but I do hope it clears some stuff up for you. 

  • Exchange 2013 mailbox rule and mail forwarding

    HI All,
    when user is forwarding messages from owa to same exchange organization (same smtp domain) or external domain is not working.
    please suggest.

    Hi,
    As ManU suggested, please take your time to post the error information for my further research.
    What's more, please verify if this user can send messages (not forwarding) directly to others.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Amy Wang
    TechNet Community Support

  • Unable to perform call transfer & call park through SIP Trunk (SKYPE)

    The Scenario is:
    I have set up a SIP trunk to SKYPE and we are able to make outbound call to a number via SIP Trunk.
    After the call is established, when we tried to make call transfer, the call DROP and the phone at the other end shows error "Temp Fail".
    I tried to "enable MTP" in SIP Trunk and We are able to perform call-transfer but it limits the call session to 1.
    Anyone has facing the same issue?

    MTP is needed to invoke supplementary functions like hold, transfer etc. Make sure that the MTP is checked on SIP trunk, MTP is assigned to the MRGL of the device pool on SIP trunk and has sufficient resources.
    HTH
    Manish

  • Unity - caller transfer from 1 VM box to subscriber phone RNA/RB routing

    I want to call subscriber A, when I get the VM greeting, dial a subscriber B's extension, but on subscriber B RNA/RB be able to leave VM for subscriber A.

    Call transfer and screening settings control how Cisco Unity handles your incoming calls from callers who did not dial you directly. Transfer and screening settings apply only when calls are routed to you from the main greeting recorded for your organization, directory assistance, or a similar automated call handler that your Cisco Unity administrator set up to assist callers who dial the main phone number for your organization. This means that when an outside caller or another subscriber dials your extension to reach you by phone, your Cisco Unity transfer and screening settings do not apply.
    This URL should help you:
    http://www.cisco.com/en/US/products/sw/voicesw/ps2237/products_user_guide_chapter09186a008064759f.html

  • How to append calling and called number with translation rules?

    Hello,
    I have one question about digit manipulations.
    How to append calling number and called number with IOS commands?
    For example, when 123 dials 45678, translations have to be performed and the new called number to be 12345678.
    Thank you,
    I will vote this conversation.

    It is not possible with translation rules.
    However, you can do that with a TCL/IVR script.

  • Call the CALL METHOD and CREATE OBJECT

    Hi Friends,
         How to call the CALL METHOD and CALL OBJECT in the se38 edit program.For example for calling the FUNCTION MODULE we can use the pattern in that using the call function we can get the function module in the se38 edit.but in METHOD hoe to call if you explain me in detail it would be very much usefulfor me.
    Thanks,
    Regards,
    Rajendra Kumar

    Hi rajendra,
    its the same way we do. call pattern ..there will be another radiobutton whcich says 'ABAP objects' , give the method name and the class name there.. this will call the method similar to function module..
    we can also write our own classes and methods...
    say..you created your own class c1 and method m1
    then first create the instance of the object..
    data:obj1 type ref to c1.
    create object obj1.
    call method obj1->m1.
    Regards,
    Vidya.

Maybe you are looking for

  • Quicktime 7.5.5 not installing on MacBook Pro

    I have downloaded QuickTime for Leopard 7.5.5 and run the install. I follow all instructions including restarting after "Installation Successful" notification. After restart QuickTime is nowhere to be found, not in Applications and not showing in the

  • Incoming soap message not parsed

    From a BPEL process I invoke a web service deployed on the oc4j containers of JDev 9.0.4. The SOAP message looks like this: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns

  • How Do I Keep 2 separate counters in sync.

    I plan on using the new PCIe-6351 X Series hardware which incorporates 4 counters. The current code example enclosed works fine. My problem is, I need to measure position using the linear encoder task and get my instantaneous velocity (v= d/t) using

  • How to add date with month after convert number to month?

    How to add date with month after convert number to month? Month Date Result 24 21/11/09 24*(21/11/09) I want to add both the column and result should be 21/11/11 Thanks Nihar

  • Here's an unusual one: RecenMacbook Pro has installation message on shutdown?

    Here's an unusual one: Recently my Macbook Pro Mid 2010 Intel Core Duo (OS10.8.5) displays this message upon shutdown or restart: Continue the Installation? Yes / Abort.  I am not installing anything at the time.  In fact I always quit all Applicatio