<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SIP &#8211; VeriTeknik</title>
	<atom:link href="https://www.veriteknik.net.tr/en/tag/sip/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.veriteknik.net.tr/en/</link>
	<description>VeriTeknik Bilişim &#124; VeriTeknik Bilişim</description>
	<lastBuildDate>Wed, 23 Apr 2014 21:54:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>SIP NAT on Cisco IOS stop working</title>
		<link>https://www.veriteknik.net.tr/en/sip-nat-cisco-ios-stop-working/</link>
					<comments>https://www.veriteknik.net.tr/en/sip-nat-cisco-ios-stop-working/#respond</comments>
		
		<dc:creator><![CDATA[ckaraca]]></dc:creator>
		<pubDate>Wed, 23 Apr 2014 21:54:41 +0000</pubDate>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[5060]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[NAT]]></category>
		<category><![CDATA[SIP]]></category>
		<guid isPermaLink="false">http://www.plugged.in/?p=953</guid>

					<description><![CDATA[<p>Suddenly you realized that external SIP phones stop working without any reason, you should be avare of Cisco routers get stuck sometimes. There is a trick to solve the issue with two commands, but first of all be sure that the sip is not registered through arterisk cli: Type on your asterisk: asterisk -rvvvvv and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/sip-nat-cisco-ios-stop-working/">SIP NAT on Cisco IOS stop working</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Suddenly you realized that external SIP phones stop working without any reason, you should be avare of Cisco routers get stuck sometimes.<br />
There is a trick to solve the issue with two commands, but first of all be sure that the sip is not registered through arterisk cli:</p>
<p>Type on your asterisk:</p>
<pre class="brush: shell; gutter: true; first-line: 1">asterisk -rvvvvv</pre>
<p>and check sip peers:</p>
<pre class="brush: shell; gutter: true; first-line: 1">sip show peers</pre>
<p>Now you should see the extension as UNKNOWN, if this is the case for you apply these steps on your Cisco IOS:</p>
<pre class="brush: shell; gutter: true; first-line: 1">
conf t
no ip nat service sip udp port 5060
exit
clear ip nat translation
</pre>
<p>To see the results, simply type:</p>
<pre class="brush: shell; gutter: true; first-line: 1">
sh ip nat translations
</pre>
<p>Have fun!</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/sip-nat-cisco-ios-stop-working/">SIP NAT on Cisco IOS stop working</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.veriteknik.net.tr/en/sip-nat-cisco-ios-stop-working/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">953</post-id>	</item>
	</channel>
</rss>
