<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CME SIP- Disable SIP ALG OUT TO in Collaboration Applications</title>
    <link>https://community.cisco.com/t5/collaboration-applications/cme-sip-disable-sip-alg-out-to/m-p/4690537#M48155</link>
    <description>&lt;P&gt;Why didn't you say already at the beginning, that it's all about audio-issues?!&lt;BR /&gt;If you have audio problems, it has nothing to with SIP ALG or from which ports the SIP messages are sent from ... back to basics I would suggest!&lt;BR /&gt;&lt;BR /&gt;Have you taken a packet capture on the router-interface towards provider and checked if you received / transmit packets?&lt;BR /&gt;And no, you cannot pin down all RTP traffic to just one port for every call&lt;BR /&gt;In &lt;STRONG&gt;voice-service-voip&lt;/STRONG&gt; you can set the RTP port range (which the router is using) with the command &lt;STRONG&gt;rtp-port range &amp;lt;start-port&amp;gt; &amp;lt;end-port&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;But you have to check, where the packets are dropped.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Sep 2022 09:28:07 GMT</pubDate>
    <dc:creator>b.winter</dc:creator>
    <dc:date>2022-09-20T09:28:07Z</dc:date>
    <item>
      <title>CME SIP- Disable SIP ALG OUT TO</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cme-sip-disable-sip-alg-out-to/m-p/4683262#M48097</link>
      <description>&lt;P&gt;Running CME 12.0 on (CISCO2901) -----&amp;gt; SIP Trunk---PSTN&lt;BR /&gt;CISCO2901 is also serving as GW for the network. Outbound calls sending random port to PSTN. Can someone show me how to Disable SIP ALG in this scenario?&lt;BR /&gt;Used these with no luck:&lt;/P&gt;&lt;P&gt;int g0/0&lt;BR /&gt;ip nat outside&lt;BR /&gt;no ip nat service sip tcp port 5060&lt;BR /&gt;no ip nat service sip udp port 5060&lt;BR /&gt;ip nat inside source list 1 interface GigabitEthernet0/1 overload&lt;BR /&gt;!&lt;BR /&gt;access-list 1 permit 10.10.8.0 0.0.0.255&lt;/P&gt;&lt;P&gt;++output of SIP calls&lt;BR /&gt;2022-09-07 07:59:00 -0400 : 91.x.3.43:59959 -&amp;gt; 104.219.163.73:5060&lt;BR /&gt;REGISTER sip:px3.nexvortex.com:5060 SIP/2.0&lt;BR /&gt;CSeq: 309 REGISTER&lt;BR /&gt;Contact: &amp;lt;sip:00@91.x.3.43:5060&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 08:12:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cme-sip-disable-sip-alg-out-to/m-p/4683262#M48097</guid>
      <dc:creator>speakip</dc:creator>
      <dc:date>2022-09-08T08:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: CME SIP- Disable SIP ALG OUT TO</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cme-sip-disable-sip-alg-out-to/m-p/4683488#M48100</link>
      <description>&lt;P&gt;This is completely normal behavior, that the source port is a random one.&lt;BR /&gt;If you use SIP over TCP, then the port of the established TCP session is used. And in my opinion, SIP ALG has nothing to do with it.&lt;/P&gt;
&lt;P&gt;If CUBE should always use the same TCP port, then use the command "conn-reuse" for SIP over TCP or "connection-reuse via-port" for SIP over UDP.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 10:00:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cme-sip-disable-sip-alg-out-to/m-p/4683488#M48100</guid>
      <dc:creator>b.winter</dc:creator>
      <dc:date>2022-09-08T10:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: CME SIP- Disable SIP ALG OUT TO</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cme-sip-disable-sip-alg-out-to/m-p/4690533#M48154</link>
      <description>&lt;P&gt;It didn't work, still sending random port to the SIP provider causing one way audio issue.... Any thoughts?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 09:20:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cme-sip-disable-sip-alg-out-to/m-p/4690533#M48154</guid>
      <dc:creator>speakip</dc:creator>
      <dc:date>2022-09-20T09:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: CME SIP- Disable SIP ALG OUT TO</title>
      <link>https://community.cisco.com/t5/collaboration-applications/cme-sip-disable-sip-alg-out-to/m-p/4690537#M48155</link>
      <description>&lt;P&gt;Why didn't you say already at the beginning, that it's all about audio-issues?!&lt;BR /&gt;If you have audio problems, it has nothing to with SIP ALG or from which ports the SIP messages are sent from ... back to basics I would suggest!&lt;BR /&gt;&lt;BR /&gt;Have you taken a packet capture on the router-interface towards provider and checked if you received / transmit packets?&lt;BR /&gt;And no, you cannot pin down all RTP traffic to just one port for every call&lt;BR /&gt;In &lt;STRONG&gt;voice-service-voip&lt;/STRONG&gt; you can set the RTP port range (which the router is using) with the command &lt;STRONG&gt;rtp-port range &amp;lt;start-port&amp;gt; &amp;lt;end-port&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;But you have to check, where the packets are dropped.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 09:28:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/cme-sip-disable-sip-alg-out-to/m-p/4690537#M48155</guid>
      <dc:creator>b.winter</dc:creator>
      <dc:date>2022-09-20T09:28:07Z</dc:date>
    </item>
  </channel>
</rss>

