DTMF doesn't work for outbound call

We currently using UC520 and having strange problem.  When we call through SIP for outbound call DTMF tone is not transmitting.  and if I press multiple numbers with longer duration, It makes continuous tone on the other hand.
My current dialpeer uses DTMF relay RTP- NTE.  I will attach sh run and debug ccsip message file.  please help me this is being quite critical.

Seems like your SIP Trunk Service provider is not getting the RFC2833 packets or not interpreting them correctly.
I see on the log that you pressed 1, 2 & 3 and the UC520 sends all these digits out (each digit will have 7 packets - this post explains how to read this debug - https://www.myciscocommunity.com/message/14045#14045). So I know its not the UC520 - below is a snip for digit 1
Sep 10 16:26:26.114:          s=DSP d=VoIP payload 0x65 ssrc 0x15FE9166 sequence 0x4B86 timestamp 0xBCB7190A
Sep 10 16:26:26.114:          Pt:101    Evt:1       Pkt:04 00 00  >>
Sep 10 16:26:26.114:          s=DSP d=VoIP payload 0x65 ssrc 0x15FE9166 sequence 0x4B87 timestamp 0xBCB7190A
Sep 10 16:26:26.114:          Pt:101    Evt:1       Pkt:04 00 00  >>
Sep 10 16:26:26.114:          s=DSP d=VoIP payload 0x65 ssrc 0x15FE9166 sequence 0x4B88 timestamp 0xBCB7190A
Sep 10 16:26:26.114:          Pt:101    Evt:1       Pkt:04 00 00  >>
Sep 10 16:26:26.114:          s=DSP d=VoIP payload 0x65 ssrc 0x15FE9166 sequence 0x4B89 timestamp 0xBCB7190A
Sep 10 16:26:26.114:          Pt:101    Evt:1       Pkt:04 01 90  >>
Sep 10 16:26:26.114:          s=DSP d=VoIP payload 0x65 ssrc 0x15FE9166 sequence 0x4B8A timestamp 0xBCB7190A
Sep 10 16:26:26.114:          Pt:101    Evt:1       Pkt:84 03 20  >>
Sep 10 16:26:26.114:          s=DSP d=VoIP payload 0x65 ssrc 0x15FE9166 sequence 0x4B8B timestamp 0xBCB7190A
Sep 10 16:26:26.114:          Pt:101    Evt:1       Pkt:84 03 20  >>
Sep 10 16:26:26.114:          s=DSP d=VoIP payload 0x65 ssrc 0x15FE9166 sequence 0x4B8C timestamp 0xBCB7190A
Sep 10 16:26:26.114:          Pt:101    Evt:1       Pkt:84 03 20  >>
In terms of next steps:
- Is there any router or NAT or firewall device between the UC520 WAN interface and the SIP Trunk service provider? If so maybe good to check if you can bypass this device or if this device blocks RFC2833 packets
- Ask the SIP Trunk SP what they see on their end for the RFC2833 packets - you can send them a wireshark capture off the UC500 WAN port if that is more convincing than a debug log. Who is the SP by the way?

Similar Messages

  • Ringer doesn't work for incoming calls

    My iPhone 4 ringer won't work for incoming calls. It is not on vibrate only and the ringer works through the earphones when earphones are connected. Any suggestions?

    Thank you so very much.
    . Simple yet perplexing.. I bought the waterproof case and had them put it on before leaving the store.. GRANTED, I never read the instructions.. Just knew it must have been something in the way I programmed the phone. I especially loved that you put up an illustration with your explanation. 
    Mahalo,
    Donna Jo

  • Ringer Sound doesn't work for phone calls.

    I can't get my iPhone 4S sound to work for receiving phone calls.  Sound selected along with vibrate for phone calls.  Miss calls everytime.  Volume turned up and turned on.

    Two things to check
    Is the Mute switch ON ?
    Do you have Do Not Disturb set ON ?

  • DTMF Isn't Working When a Call is Placed Outbound from UCCX

    I have a script that places an outbound call and when the caller answers the call, I do a get digit string to capture caller input and the DTMF isn't working. The caller is hearing "Are you there?".
    Here is the call flow:
    Http Trigger into a script
    Script places an outbound call using the Place Call command
    The call gets answered.
    Using the Get Digit String command, the caller hears the prompt that is played with get digit string.
    The caller presses keys, but no keys are accepted.
    Caller hears "Are you still there" and timesout.
    I believe this was working at one time, but the script wasn't used and now we are revisiting this script.
    I am using a H.323 gateway. IP phones using the same gateway to reach the PSTN do not have problems with DTMF. Inbound calls to the UCCX script are working when calling into a script with a Menu step.
    Your help is appreciated.
    Thanks.

    You are exactly right. I was hitting DP 0 since during the cut I adding a ^ in front of my voip dial-peer pointing to the CUCM cluster. Once I waited to the call volume went down, after 9pm, I was able to do a debug voip dialpeer and I was able to see that the inbound dial-peer was matching.
    Thanks for your reply.

  • I've bought an app called WhatsApp but I was not told that app doesn't work for ipod. So I would like to know how to turn back and get my money back.

    I've bought an app called WhatsApp but I was not told that app doesn't work for ipod. So I would like to know how to turn back and get my money back.

    Did you fail to look at the requirements before purchasing?
    All sales are final.  You can try contacting itunes support and asking for an exception

  • PSPaletteMenu category doesn't work for automation plugins

    Hello,
    I would like to have a menu item under Photoshop "Window" menu for my automation plugin.
    There is a notice in the PIPL.r file that goes with SDK:
    // Use PSPaletteMenu category to add a menu item on the Window (i.e., palette) menu.
    // This is currently only enabled for automation plugins.
    PSPaletteMenu ="**Palette**";
    However when write my PiPL res like in example below
    resource 'PiPL' (ListenerResourceID, plugInName " PiPL", purgeable)
    Kind { Actions },
    Name { plugInName "..." },
    Category { "**Palette**" }, // or Category { PSPaletteMenu }
    Version { (latestActionsPlugInVersion << 16) | latestActionsPlugInSubVersion },
    menu is not shown under Window menu :(
    Want to note that if I specify Category { PSHelpMenu } it works correctly and menu item is shown under Help menu. PSPaletteMenu also doesn't work for Listener plugin that ships with PS SDK.
    Looks like plugin is not recognized as automation plugin, but I have correct info.plist props (on MacOS X version)
    What should be done to have my plugin menu item under "Window" menu?
    Regards,
    Mac Developer

    Hi Tom, thanks for your reply. Actually I'm not asking about floating palette (which I actually created and there is no issues observed). I just need my automation (!) plugin entry point to be called with kPSDoIt ("Do It") selector action after menu item is chosen under Window menu. (like it works in case PSHelpMenu)
    In the PIPL.r file that goes with SDK it states that
    // Use PSPaletteMenu category to add a menu item on the Window (i.e., palette) menu.
    // This is currently only enabled for automation plugins.
    PSPaletteMenu ="**Palette**";
    Is it documentation issue?
    Regards,
    Mac Developer

  • Receiver determination doesn't work for same IDoc type but in differentSWCV

    hi guys,
    we have an emergency now. Receiver determination doesn't work for same IDoc type but in different SWCV.Please check below for detail.
    1. The process flow is : R/3 IDoc -> XI -> Third party system
    2. In previous release R13, IDoc ORDERS05 was imported and used in XI and software component version is R13. And receiver determination was created.
    3. Now, in new release R17, IDoc ORDERS05 was imported from R/3 to XI again and software component version is R17. And in R17, the receiver determination created in R13 was used for both old interface(R13) and new interface in R17.
    Then we encountered the problem, both interfaces doesn't work now, even we deleted the receiver condition(In R13, IDoc ORDERS05 was sent to system A, and in R17 IDoc ORDERS05 was sent to system B, RCVPRN was used as an condition).
    Does anyone encounter this problem? really need and appreciate your help.
    -Eddie

    information from monitor:
    Status     Sender               Service Sender Namespace                         Sender Interface
    reschedul  XXXCLNT100     urn:sap-com:document:sap:idoc:messages   ORDRSP.ORDERS05
    columns for "Receiver Service","Receiver Namespace", "Receiver Interface" are blank
    And then double click records in monitor, go into detail information...
    Normally there's lots of setps existed, such as
    Inbound Message ( CENTRAL )
    Receiver Identification
    Interface Determination
    Receiver Grouping
    Message Branch According to Receiver List
    Technical Routing
    Call Adapter
    But now there's only one setp -
    "Inbound Message ( CENTRAL )" existed, no any another setp..., and payload in inbound message looks good.
    And in SMQ2, I checked the queue information, found there's an error - "An exception occurred that was not caught." No any other detail information for this error.

  • UCCX HR Report for Outbound Calls

    Hi,
    We are using UCCX 9.0.
    In Historical report we able to get the report for outbound call also.
    The issue for the Outbound is calls which are not answered by the remote party There is also a call duration though the CUCM CDR shows zero seconds and the Agent Call Records in CAD shows the call and unanswered.
    Because of this we are not able to identify the matured calls & non matured calls for the outgoing.
    Is there anyway to capture unanswered outbound calls from Historical reports
    Thanks,
    Paul

    I must say that I had similar problems with reports for outbound calls on our CC system...after some writings with TAC we concluded that reports for outbound calls in CC system are much more less informational versus inbound calls. So what I want to say is that probably your reporting is working fine and there is just no info for outbound calls which can be utilized and be usefull for you in your reports...
    BR,
    Dragan

  • Filter doesn't work for filter-servlet name mapping

              Filter doesn't work for filter-servlet name mapping.
              it only works for filtering url-pattern.
              Does anybody has some idea?
              BTW, does anybody know if filter will be invoked when
              call RequestDispatcher.include/forward?
              Version: WLS6.1 SP1 on solaris.
              Thanks a lot.
              Heng
              

    The Filter defined will only be run in the context that it is defined in. Since you are creating a new context, you will have to assign a new Filter. BTW, why not include the static content in the WAR with the dynamic stuff?

  • SPRunConversionVersion7.0.119:Doesn't Work for Account without any ratetype

    Hi Experts,
    I work with SAP BPC MS7.0
    And the SPRUNCONVERSION doesn't work for accounts without any ratetype : value in the dimension is in blanck.
    I though that it was supposed to work like this :
    "The stored procedure SPRUNCONVERSION scans all records found in the selected region of data and translates them according to the RATETYPE property assigned to the ACCOUNT specified in each record, based on the following mechanism:
    All ACCOUNTS with no RATETYPE (ratetype = blank) will be translated with a factor of 1
    All ACCOUNTS with the reserved RATETYPE = NOTRANS will not be translated
    All other ACCOUNTS will be translated according to the definitions contained in the table of parameters called clcFXTRANS."
    Doesn someone has faced this problem already ? how can I solve it ?
    Thanks for your help,
    Olivia

    Hi Olivia,
    This was seen as inconsistent behavior and was corrected in SP10.
    See the following note [1569127|https://service.sap.com/sap/support/notes/1569127] for further information.
    Thanks,
    John

  • Application Restart and Recovery APIs doesn't work for windows services

    I am using the Application Restart and Recovery mechanism (provided in Windows API Code Pack for Microsoft.NET Framework) to collect some information (i.e. stack information when there's an unhandledexception)  before my windows service crash down.
    It works well for windows form applications, but the callback method wouldn't be called if the host is a windows service. 
    I have checked the article: https://msdn.microsoft.com/zh-cn/subscriptions/downloads/cc303708
    But it doesn't specify clearly whether it works for a windows service. It seems that the recovery will only be activated when the user interacts with the error dialog of Windows Error Reporting (clicking "close" on the dialog, for example).
    So I am wondering is my guess right that the Application Restart and Recovery mechanism doesn't work for windows services. Or is there a better way to meet my requirement? 

    I would suggest trying ARR if that's what you want to use.  The restart portion won't work, but it doesn't need to as if you fail out of your service, the Windows service controller will handle recovery (up to and including restarting your service).
     You configure those recovery actions either through code or one of the built in administrative tools for services such as services.msc.  
    DebugDiag/ADplus and similar tools ultimately do use built-in APIs; you don't need to add anything external to collect debugging information.  You do however have to write a good deal of code to do somethings.  It's pretty simple to use the unmanaged
    function that I pointed out before and
    MiniDumpWriteDump to write a minidump when you hit an unexpected error(the dbghelp.dll that comes installed with Windows has it so you don't need anything additional installed).  You can even write a basic debugger that literally debugs a process using
    only kernel32 functions (see
    https://msdn.microsoft.com/en-us/library/windows/desktop/ms679301(v=vs.85).aspx if you're interested).  
    WinSDK Support Team Blog: http://blogs.msdn.com/b/winsdk/

  • My mic for my iPhone 4S only works on speaker phone and doesn't work for Siri. What can I do?

    My mic on my 4s only works on speaker phone in calls. It also doesn't work for Siri or voice memos. Is there any way to fix this without having to buy new parts or exchange it?

    Hello there, mbrda92.
    The following Knowledge Base article provides some great, in-depth steps for troubleshooting your issue:
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/ts2802
    Particularly of note:
    Will not turn on, will not turn on unless connected to power, or unexpected power off
    Verify that the Sleep/Wake button functions. If it does not function, inspect it for signs of damage. If the button is damaged or is not functioning when pressed, seek service.
    Check if a Liquid Contact Indicator (LCI) is activated or there are signs of corrosion. Learn about LCIsand corrosion.
    Connect the iPhone to the iPhone's USB power adapter and let it charge for at least ten minutes.
    After at least 30 minutes, if:
    The home screen appears: The iPhone should be working. Update to the latest version of iOS if necessary. Continue charging it until it is completely charged and you see this battery icon in the upper-right corner of the screen . Then unplug the phone from power. If it immediately turns off, seek service.
    The low-battery image appears, even after the phone has charged for at least 20 minutes: See "iPhone displays the low-battery image and is unresponsive" symptom in this article.
    Something other than the Home screen or Low Battery image appears, continue with this article for further troubleshooting steps.
    If the iPhone did not turn on, reset it while connected to the iPhone USB power adapter.
    If the display turns on, go to step 4.
    If the display remains black, go to next step.
    Connect the iPhone to a computer and open iTunes. If iTunes recognizes the iPhone and indicates that it is in recovery mode, attempt to restore the iPhone. If the iPhone doesn't appear in iTunes or if you have difficulties in restoring the iPhone, see this article for further assistance.
    If restoring the iPhone resolved the issue, go to step 4. If restoring the iPhone did not solve the issue, seek service.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • The wifi at my school isn't very good. And I can't send iMessages through it. It works for some apps like score center and my radar app, but doesn't work for other apps like clash of clans and iMessage. How can I get it to work on that  wifi network

    The wifi at my school isn't very good. And I can't send iMessages through it. It works for some apps like score center and my radar app, but doesn't work for other apps like clash of clans and iMessage. How can I get it to work on my school wifi. I have an iPhone 4S on AT&T and iOS 7.04

    In a roaming network, your "main" router is the device that would require port mapping/forwarding to be configured in order to access the IP camera from the Internet. This router is also the one that would be provide the private IP address for the camera which you will want to be a static one.
    So as you described your network, the IP cameras should be getting an IP address or you assigned it a static one and this is the address that you would enter in the Private IP address (or equivalent depending on the router used) field when setting up port mapping.
    If you are not able to access this camera from the local network, then this should be troubleshot first.

  • My ringer is no longer working for text and email notifications. Only working for phone calls. I have gone through all the settings to see where something is off. Not finding anything. I have tried changing the tone and it just vibrates on everything.

    My ringer is no longer working for text and email notifications. Only working for phone calls. I have gone through all the settings to see where something is off. Not finding anything. I have tried changing the tone and it just vibrates on everything.

    Ok so I happened to figure it out while on the phone to apple support. Even though the guy was very nice, I think I knew more than him! He was explaining very basic resolution principles I played about. I had the second option in displays resolution. All I did was unplug the HDMI cable, click on 'best for display' then plugged the HDMI in and my resolution on the normal monitor changed to the normal blue, then went black momentarily and then changed to a strange resolution but another window appeared that said SONY BRAVIA HDMI at the top! Hey presto! Don't know why it didn't do it yesterday - I probably left the HDMI cable in or something! Oh well. Problem solved!

  • With my i phone 4 , the Push notifications doesn't work for apps like (fb viber , whatsapp etc ) it only works for the official apps like message  even when im using the phone, has  this probleme with the iOs 6.0.1 and also with the iOs 6.1

    With my i phone 4 , the Push notifications doesn't work for apps like (fb viber , whatsapp etc ) it only works for the official apps like message  even when im using the phone, has  this probleme with the iOs 6.0.1 and also with the iOs 6.1

    This isn't an issue. Notice the screen prior to the one that shows usage has an iCloud section and a Manage Storage button. For this button to activate ios needs to download a few kb from icloud. Switching back to this screen forces ios to download those few kb.

Maybe you are looking for

  • Lost ActiveX connection with LabVIEW server

    I have called LabVIEW in TestStand and tried to execute the test cases . While executing I got the following error:  ( Lost ActiveX connection with LabVIEW server. The LabVIEW adapter will try to reconnect on the next execution attempt.-18001; An err

  • Sales order does not extract plant information from material master data

    Hi experts, I have created a sales order. However, the plant in the shipping tab can only be manually entered. I have made the check: the customer material master data does not have the plant info. the customer master data does not have it either. It

  • To Switch to 802.11G or Wait

    I am currently connected to Bellsouth DSL through a three year old linksys comb modem/router that looks like it is 802.11b. When I run the speed test through both testing services, my speed is about 220kbps for upload and download. I purchased (not o

  • Applet testing / browser cache clearing

    The applet forum returns nil. Google returns misinformation. Here's a Duke a browser. I test an applet. Bug. Fix. Retest shows old result because browser cached applet and doesn't know that I've a newer version. Looking for a better solution than clo

  • Error message while trying to delete the UCM virtual folders.

    Hi All, Whenever i try to delete the virtual folders - Contribution folders. I get this error message. I was trying to clear up all the old folders, but eventually was not able to delete the folders. The error message states the following. Content Se