Thanks, that fixed it...<div><br></div><div>Along with changing the H.323 gateway to outbound fast start...</div><div><br></div><div>Now, interestingly, you can only specify one codec for the software MTP...  but it doesn't seem to matter, both 711 and 729 calls work fine...</div>
<div><br></div><div><br></div><div><br></div><div><br></div><div>Jonathan</div><div><br></div><div><br><br><div class="gmail_quote">On Tue, Jan 24, 2012 at 4:44 PM, Nick Matthews <span dir="ltr"><<a href="mailto:matthnick@gmail.com">matthnick@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Service providers don't like delayed offer.<br>
<br>
You can do DO-EO conversion, but it requires SIP-SIP and won't work on<br>
H.323-SIP.<br>
<br>
For G.729:<br>
You have to use a software mtp to do G729.  CUCM doesn't support G.729<br>
in software MTP's, and the PVDM's won't do G.729-G.729, so it only<br>
leaves you with router software MTPs.  If you haven't configured your<br>
MTP in the MRGL for your H.323 gateway with a SW MTP with G.729<br>
configured it won't work properly.<br>
<br>
For G.711:<br>
I would configure 'codec g711ulaw' on all dial peers, and drop the<br>
voice-class codec.<br>
<br>
If you can switch the H.323 gateway to a SIP trunk trunk, configured<br>
DO-EO conversion:<br>
<br>
voice service voip<br>
 sip<br>
  early-offer forced<br>
<br>
-nick<br>
<div><div class="h5"><br>
On Tue, Jan 24, 2012 at 5:03 PM, Jonathan Charles <<a href="mailto:jonvoip@gmail.com">jonvoip@gmail.com</a>> wrote:<br>
> From the attached debug, we are sending an invite without codec info;<br>
> carrier comes back and says G729 and we drop it. Users hear one ring and<br>
> fast busy.<br>
><br>
> Route is running SP Services 15.1.4M1<br>
><br>
> Network is Phone to CCM, H.323 to CUBE, SIP to Provider.<br>
><br>
> LD calls work cuz they are G.711 all the way, 800 numbers fail (cuz the<br>
> carrier points it at a G.729 trunk).<br>
><br>
><br>
> I have implemented the fix here:<br>
><br>
> <a href="http://www.markholloway.com/blog/?p=1325" target="_blank">http://www.markholloway.com/blog/?p=1325</a><br>
><br>
> But it doesn't work.<br>
><br>
> The H.323 gateway does NOT have MTP required checked currently (it made no<br>
> difference.<br>
><br>
><br>
><br>
><br>
> [relevant config]<br>
> !<br>
> voice service voip<br>
>  ip address trusted list<br>
>   ipv4 10.0.0.0 255.0.0.0<br>
>   ipv4 172.16.0.0 255.240.0.0<br>
>   ipv4 172.20.0.0 255.255.255.0<br>
>  allow-connections h323 to h323<br>
>  allow-connections h323 to sip<br>
>  allow-connections sip to h323<br>
>  allow-connections sip to sip<br>
>  fax protocol pass-through g711ulaw<br>
>  h323<br>
>   h225 display-ie ccm-compatible<br>
>  modem passthrough nse payload-type 101 codec g711ulaw<br>
>  sip<br>
>   bind control source-interface GigabitEthernet0/0<br>
>   bind media source-interface GigabitEthernet0/0<br>
> !<br>
> voice class codec 1<br>
>  codec preference 1 g711ulaw<br>
>  codec preference 2 g729r8<br>
> !<br>
> dial-peer voice 201 voip<br>
>  translation-profile outgoing Last10<br>
>  preference 1<br>
>  destination-pattern ^1[1-9].........<br>
>  session protocol sipv2<br>
>  session target ipv4:72.11.192.82<br>
>  session transport udp<br>
>  voice-class codec 1<br>
>  no voice-class sip pass-thru content sdp<br>
>  dtmf-relay rtp-nte<br>
>  no vad<br>
> !<br>
> dial-peer voice 202 voip<br>
>  translation-profile outgoing Last10<br>
>  preference 2<br>
>  destination-pattern ^1[1-9].........<br>
>  session protocol sipv2<br>
>  session target ipv4:72.11.193.82<br>
>  session transport udp<br>
>  no voice-class sip g729 annexb-all<br>
>  no voice-class sip pass-thru content sdp<br>
>  dtmf-relay rtp-nte<br>
>  no vad<br>
> !<br>
><br>
><br>
> So, the question is, how do I force an SDP specifying G.711 in the invite?<br>
><br>
><br>
><br>
><br>
> Jonathan<br>
><br>
</div></div>> _______________________________________________<br>
> cisco-voip mailing list<br>
> <a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
> <a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
><br>
</blockquote></div><br></div>