<?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>Be A Cisco Expert Without Course or Certification &#187; Telephony</title>
	<atom:link href="http://ciscogeek.org/category/telephony/feed/" rel="self" type="application/rss+xml" />
	<link>http://ciscogeek.org</link>
	<description>FREE Tons Of Cisco Configuration Example</description>
	<lastBuildDate>Fri, 24 Jul 2009 07:09:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Install Call Manager Express (CME)</title>
		<link>http://ciscogeek.org/install-call-manager-express-cme/</link>
		<comments>http://ciscogeek.org/install-call-manager-express-cme/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 07:09:26 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
				<category><![CDATA[Telephony]]></category>
		<category><![CDATA[call manager]]></category>
		<category><![CDATA[callmanager]]></category>
		<category><![CDATA[cme]]></category>
		<category><![CDATA[ip phone]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/?p=92</guid>
		<description><![CDATA[Requirement: Cisco router with IOS voip support. TFTP Server CME file (you can dwonload it from Cisco website). Lets begin&#8230; Download CME file from Cisco website (file name: cme-gui-4.1.0.1.tar) Assign an IP address to Cisco LAN interface that same segment with your PC and test ping to your PC (example: 10.10.10.1). Install a TFTP server [...]]]></description>
			<content:encoded><![CDATA[<p>Requirement:</p>
<ol>
<li>Cisco router with IOS voip support.</li>
<li>TFTP Server</li>
<li>CME file (you can dwonload it from Cisco website).</li>
</ol>
<p>Lets begin&#8230;</p>
<ol>
<li>Download CME file from Cisco website (file name: cme-gui-4.1.0.1.tar)</li>
<li>Assign an IP address to Cisco LAN interface that same segment with your PC and test ping to your PC (example: 10.10.10.1).</li>
<li>Install a TFTP server on your PC with same network with your cisco router (example: 10.10.10.2) and put CME file (file name: cme-gui-4.1.0.1.rar) in TFTP root direcory</li>
<li>Activate HTTP and HTTPS Server.</li>
<li>Instal CME on cisco router.</li>
<li>And&#8230; finish.</li>
</ol>
<p>Router&gt;<br />
Router&gt;ena<br />
Password:<br />
Router#config term<br />
Router (config)#ip http server<br />
Router (config)#ip http authentication local<br />
Router (config)#ip http path flash:<br />
Router (config)#archive tar /xtract tftp://10.10.10.2/cme-4.1.0.1.tar<br />
Router (config)#username cmeadmin privilege 15 secret cisco<br />
Router (config)#line con 0<br />
Router (config-line)#logging sync<br />
Router (config-line)#end<br />
Router#</p>
<p>And then open http://10.10.10.1/telephony-services.html from your PC.<br />
Fill username cmeadmin and password cisco, and ready to setup you IP Phone extension.</p>
<img src="http://ciscogeek.org/?ak_action=api_record_view&id=92&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/install-call-manager-express-cme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running VOIP on Cisco Router</title>
		<link>http://ciscogeek.org/running-voip-on-cisco-router/</link>
		<comments>http://ciscogeek.org/running-voip-on-cisco-router/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 01:32:10 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
				<category><![CDATA[Telephony]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://ciscogeek.org/running-voip-on-cisco-router/</guid>
		<description><![CDATA[In this sample config we will create a voip communication over cisco router. Requirement: - 2 units Cisco router with 1 VIC2FXS and 1 WAN interface - WAN link - 1 Analog Phone Handset (2 wire) each site - IOS voice support - Phone numbering plan, eg. 1001 and 2001 SITE A hostname RouterA ! enable [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Cisco VOIP" href="http://ciscogeek.org/wp-content/uploads/2008/01/voip.gif"></a>In this sample config we will create a voip communication over cisco router.</p>
<p><a title="Cisco VOIP" href="http://ciscogeek.org/wp-content/uploads/2008/01/voip.gif"><img src="http://ciscogeek.org/wp-content/uploads/2008/01/voip.gif" alt="Cisco VOIP" /></a></p>
<p>Requirement:<br />
- 2 units Cisco router with 1 VIC2FXS and 1 WAN interface<br />
- WAN link<br />
- 1 Analog Phone Handset (2 wire) each site<br />
- IOS voice support<br />
- Phone numbering plan, eg. 1001 and 2001</p>
<p><strong>SITE A</strong></p>
<p>hostname RouterA<br />
!<br />
enable password 123<br />
!<br />
interface FastEthernet 0<br />
 no description<br />
 no ip address<br />
 shutdown<br />
!<br />
interface Serial 0<br />
 no shutdown<br />
 description connected to RouterB<br />
 ip address 10.10.10.1 255.255.255.252<br />
 encapsulation hdlc<br />
 ip rtp header-compression<br />
!<br />
voice-port 1/0<br />
 no shutdown<br />
 description connected to Phone (1001)<br />
 comfort-noise<br />
 cptone US<br />
 signal loopStart<br />
!<br />
voice-port 1/1<br />
 no shutdown<br />
 no description<br />
!<br />
dial-peer voice 1 pots<br />
 port 1/0<br />
 destination-pattern 1001<br />
!<br />
dial-peer voice 3 voip<br />
 codec g729r8<br />
 ip precedence 5<br />
 session target ipv4:10.10.10.2<br />
 vad<br />
 destination-pattern 2001<br />
!<br />
ip route 0.0.0.0 0.0.0.0 10.10.10.2<br />
!<br />
line console 0<br />
 exec-timeout 0 0<br />
 password 123<br />
 login<br />
!<br />
line vty 0 4<br />
 password 123<br />
 login<br />
!<br />
end</p>
<p>===</p>
<p><strong>SITE B</strong></p>
<p>hostname RouterB<br />
!<br />
enable password 123<br />
!<br />
interface FastEthernet 0<br />
 no description<br />
 no ip address<br />
 shutdown<br />
!<br />
interface Serial 0<br />
 no shutdown<br />
 description connected to RouterA<br />
 ip address 10.10.10.2 255.255.255.252<br />
 encapsulation hdlc<br />
 ip rtp header-compression<br />
!<br />
voice-port 1/0<br />
 no shutdown<br />
 description connected to Phone_1 (2001)<br />
 comfort-noise<br />
 cptone US<br />
 signal loopStart<br />
!<br />
voice-port 1/1<br />
 no shutdown<br />
 no description<br />
!<br />
dial-peer voice 1 pots<br />
 port 1/0<br />
 destination-pattern 2001<br />
!<br />
dial-peer voice 3 voip<br />
 codec g729r8<br />
 ip precedence 5<br />
 session target ipv4:10.10.10.1<br />
 vad<br />
 destination-pattern 1001<br />
!<br />
ip route 0.0.0.0 0.0.0.0 10.10.10.1<br />
!<br />
line console 0<br />
 exec-timeout 0 0<br />
 password 123<br />
 login<br />
!<br />
line vty 0 4<br />
 password 123<br />
 login<br />
!<br />
end</p>
<img src="http://ciscogeek.org/?ak_action=api_record_view&id=27&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://ciscogeek.org/running-voip-on-cisco-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

