<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.2900.3603" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px">
<DIV>This has been a very interesting thread .....quick question does a call through a CUBE use a total of&nbsp;2 or 4 dialpeers per call?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Steve<BR><BR>&gt;&gt;&gt; Nick Matthews &lt;matthnick@gmail.com&gt; 10/27/2009 8:49 PM &gt;&gt;&gt;<BR>So you have a H323-SIP CUBE, and your DTMF isn't working.&nbsp; This is<BR>probably the most common problem with CUBE users.<BR><BR>For this #1 problem, the number one cause is 'incoming called-number .'<BR><BR>Most people don't really understand inbound dial peer matching, and<BR>have used this for ages on normal TDM gateways that were<BR>single-protocol.&nbsp; The best way to fix this is to read the 'Understand<BR>Incoming and Outgoing Dial-Peers" document on Cisco.com, and figuring<BR>out the best way to match dial peers for both your incoming/outgoing<BR>SIP/H323 legs.&nbsp; You can prefix digits and match on incoming called<BR>number, or ditch incoming called-numbers completely and use<BR>answer-address.<BR><BR>I like using 'debug voip ccapi inout' to determine this.&nbsp; You can do a<BR>search for peer= after you've got the debug to find out which dial<BR>peers you're hitting for each case, plus what the numbers look like<BR>after translations, etc.&nbsp; 'debug voip dialpeer' is an alternative, but<BR>I personally find it more confusing.<BR><BR>For h323-SIP your dial peers should look something like this:<BR><BR>incoming h323 dial peer for outgoing call:&nbsp; dtmf-relay h245-alpha or h245-signal<BR>outgoing sip dial peer for outgoing call: dtmf-relay rtp-nte<BR>digit-drop (plus any payload commands required)<BR>incoming sip dial peer for incoming call: same as sip option above<BR>outgoing h323 dial peer for incoming call: same as h323 option above<BR><BR>My best guess is that if you look at your incoming/outgoing dial peers<BR>something isn't matched correctly.<BR><BR>-nick<BR><BR>On Tue, Oct 27, 2009 at 8:17 PM, Dane Newman &lt;dane.newman@gmail.com&gt; wrote:<BR>&gt; I have a cisco 7975 phone connected to a cucm 7.x --&gt; h323 gateway cisco<BR>&gt; 2821 --&gt; ITSP sip trunk<BR>&gt;<BR>&gt; I am using the CUBE feature on the gateway...DTMF works calling internally<BR>&gt; to my cisco unity connection voice mail so it is able to be sent.<BR>&gt;<BR>&gt; Does anyone have any ideas how I could go about troubleshooting this?<BR>&gt;<BR>&gt; Dane<BR>&gt;<BR>&gt; On Tue, Oct 27, 2009 at 8:14 PM, Nick Matthews &lt;matthnick@gmail.com&gt; wrote:<BR>&gt;&gt;<BR>&gt;&gt; Yes, as long as your debugs are setup correctly (they show output).<BR>&gt;&gt;<BR>&gt;&gt; -nick<BR>&gt;&gt;<BR>&gt;&gt; On Tue, Oct 27, 2009 at 7:23 PM, Dane Newman &lt;dane.newman@gmail.com&gt;<BR>&gt;&gt; wrote:<BR>&gt;&gt; &gt; Thanks for the reply Nick<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; I debugged voip rtp named-event and when I tried to hit 1 in the call<BR>&gt;&gt; &gt; for<BR>&gt;&gt; &gt; dtmf nothing came out of the debug.&nbsp; Could this possibly mean on my side<BR>&gt;&gt; &gt; Im<BR>&gt;&gt; &gt; not sending dtmf to the service provider?<BR>&gt;&gt; &gt; Dane<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; On Tue, Oct 27, 2009 at 4:30 PM, Nick Matthews &lt;matthnick@gmail.com&gt;<BR>&gt;&gt; &gt; wrote:<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; That shows up in the debugs in working scenarios too.&nbsp; Not sure what<BR>&gt;&gt; &gt;&gt; the importance of those statements are, but it's the type of thing you<BR>&gt;&gt; &gt;&gt; see when you add 'all' to a debug.<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; It's not the 183 you want to look at, but the 200 OK with the CSeq of<BR>&gt;&gt; &gt;&gt; your INVITE.&nbsp; And you want a 200 OK.&nbsp; I've seen it where the debugs<BR>&gt;&gt; &gt;&gt; will show that we're sending DTMF but the provider won't use it, which<BR>&gt;&gt; &gt;&gt; is a conversation you would need to have with the provider.<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; -nick<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; On Tue, Oct 27, 2009 at 3:45 PM, Dane Newman &lt;dane.newman@gmail.com&gt;<BR>&gt;&gt; &gt;&gt; wrote:<BR>&gt;&gt; &gt;&gt; &gt; Hmm that does not sound good<BR>&gt;&gt; &gt;&gt; &gt;<BR>&gt;&gt; &gt;&gt; &gt; This is with the default settings<BR>&gt;&gt; &gt;&gt; &gt;<BR>&gt;&gt; &gt;&gt; &gt; rtp payload-type nte 101<BR>&gt;&gt; &gt;&gt; &gt; rtp payload-type nse 100<BR>&gt;&gt; &gt;&gt; &gt;<BR>&gt;&gt; &gt;&gt; &gt; which don't show up in the config.&nbsp; Could there be any reason why the<BR>&gt;&gt; &gt;&gt; &gt; router<BR>&gt;&gt; &gt;&gt; &gt; is not able to use 101 below are my dial peers<BR>&gt;&gt; &gt;&gt; &gt;<BR>&gt;&gt; &gt;&gt; &gt; dial-peer voice 100 voip<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; description AA Publisher<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; preference 1<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; destination-pattern 1..<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; voice-class h323 50<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; session target ipv4:10.1.80.10<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; dtmf-relay h245-alphanumeric<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; codec g711ulaw<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; no vad<BR>&gt;&gt; &gt;&gt; &gt; !<BR>&gt;&gt; &gt;&gt; &gt; dial-peer voice 1000 voip<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; description incoming Call<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; translation-profile incoming aa<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; preference 1<BR>&gt;&gt; &gt;&gt; &gt;<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; incoming called-number 6784442454<BR>&gt;&gt; &gt;&gt; &gt;<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; dtmf-relay rtp-nte<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; codec g711ulaw<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; ip qos dscp cs5 media<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; ip qos dscp cs5 signaling<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; no vad<BR>&gt;&gt; &gt;&gt; &gt; !<BR>&gt;&gt; &gt;&gt; &gt; dial-peer voice 101 voip<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; description AA Subscriber<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; preference 2<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; destination-pattern 1..<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; voice-class h323 50<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; session target ipv4:10.1.80.11<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; dtmf-relay h245-alphanumeric<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; codec g711ulaw<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; no vad<BR>&gt;&gt; &gt;&gt; &gt; !<BR>&gt;&gt; &gt;&gt; &gt; dial-peer voice 2000 voip<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; description outbound<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; translation-profile outgoing addone<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; preference 1<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; destination-pattern .T<BR>&gt;&gt; &gt;&gt; &gt;<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; progress_ind setup enable 3<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; progress_ind progress enable 8<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; session protocol sipv2<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; session target dns:did.voip.les.net<BR>&gt;&gt; &gt;&gt; &gt;<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; dtmf-relay rtp-nte<BR>&gt;&gt; &gt;&gt; &gt;&nbsp; codec g711ulaw<BR>&gt;&gt; &gt;&gt; &gt;<BR>&gt;&gt; &gt;&gt; &gt; !<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt;<BR>&gt;<BR>&gt;<BR>_______________________________________________<BR>cisco-voip mailing list<BR>cisco-voip@puck.nether.net<BR><A href="https://puck.nether.net/mailman/listinfo/cisco">https://puck.nether.net/mailman/listinfo/cisco</A>-voip<BR><BR></DIV><pre>************************************
This email may contain privileged and/or confidential information that is intended solely for the use of the addressee.  If you are not the intended recipient or entity, you are strictly prohibited from disclosing, copying, distributing or using any of the information contained in the transmission.  If you received this communication in error, please contact the sender immediately and destroy the material in its entirety, whether electronic or hard copy.  This communication may contain nonpublic personal information about consumers subject to the restrictions of the Gramm-Leach-Bliley Act and the Sarbanes-Oxley Act.  You may not directly or indirectly reuse or disclose such information for any purpose other than to provide the services for which you are receiving the information.
There are risks associated with the use of electronic transmission.  The sender of this information does not control the method of transmittal or service providers and assumes no duty or obligation for the security, receipt, or third party interception of this transmission.
************************************
</pre></BODY></HTML>