<?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>noonforum.com</title>
	<atom:link href="http://noonforum.com/feed" rel="self" type="application/rss+xml" />
	<link>http://noonforum.com</link>
	<description></description>
	<lastBuildDate>Mon, 31 May 2010 22:39:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Viatalk with CCME or UC520</title>
		<link>http://noonforum.com/archives/5</link>
		<comments>http://noonforum.com/archives/5#comments</comments>
		<pubDate>Mon, 31 May 2010 21:13:30 +0000</pubDate>
		<dc:creator>Nooner</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://noonforum.com/?p=5</guid>
		<description><![CDATA[I&#8217;ve been using Viatalk http://www.viatalk.com/ for awhile at home now with my uc520. I just wanted to share my configuration minus unimportant parts in the hope that it helps others get their Callmanager Express working with their service or another. The one issue I do have is the unity express module doesn&#8217;t work due to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Viatalk http://www.viatalk.com/ for awhile at home now with my uc520. I just wanted to share my configuration minus unimportant parts in the hope that it helps others get their Callmanager Express working with their service or another. The one issue I do have is the unity express module doesn&#8217;t work due to the way SIP redirects work. I&#8217;m pretty sure I could get it to work if I put a public address on the box but I don&#8217;t want to take my ASA out of the mix. so If anyone has advice on that it would be appreciated.</p>
<p>Updated:<br />
After doing some research I found a solution for Unity Express not Answering calls when forwarded from CCME. I added the follow and now it works</p>
<p>voice service voip</p>
<p>no supplementary-service sip moved-temporarily</p>
<p>!&#8212;Disable 302 sending</p>
<p>no supplementary-service sip refer</p>
<p>!&#8212;Disable REFER sending</p>
<p>CONFIG</p>
<table cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td width="85%" height="100%" valign="top">
<div>version 12.4<br />
parser config cache interface<br />
parser config interface<br />
no service pad<br />
service timestamps debug datetime msec<br />
service timestamps log datetime msec<br />
service password-encryption<br />
service internal<br />
service compress-config<br />
!<br />
hostname ICSUC520<br />
!<br />
boot-start-marker<br />
boot-end-marker<br />
!<br />
logging buffered 4096<br />
no logging console</p>
<p>aaa new-model<br />
!<br />
!<br />
aaa authentication login default local<br />
aaa authorization exec default local<br />
!<br />
!<br />
aaa session-id common<br />
clock timezone CST -6<br />
clock summer-time CDT recurring<br />
!<br />
ip cef<br />
!<br />
!<br />
ip dhcp relay information trust-all<br />
ip dhcp use vrf connected<br />
ip dhcp excluded-address 10.1.1.1 10.1.1.10<br />
ip dhcp excluded-address 192.168.1.1 192.168.1.10<br />
ip dhcp excluded-address 192.168.1.250 192.168.1.254<br />
!<br />
ip dhcp pool phone<br />
 network 10.1.1.0 255.255.255.0<br />
 default-router 10.1.1.1<br />
 option 150 ip 10.1.1.1<br />
!<br />
ip dhcp pool data<br />
 network 192.168.1.0 255.255.255.0<br />
 default-router 192.168.1.1<br />
 dns-server 192.168.1.250 208.67.222.222 208.67.220.220<br />
 option 150 ip 10.1.1.1<br />
!<br />
!<br />
no ip domain lookup<br />
ip name-server 205.152.0.20<br />
ip name-server 4.2.2.1<br />
ip inspect log drop-pkt<br />
!<br />
!<br />
stcapp ccm-group 1<br />
stcapp<br />
!<br />
stcapp feature access-code<br />
!<br />
multilink bundle-name authenticated<br />
!<br />
!<br />
!<br />
voice service voip<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 />
 supplementary-service h450.12<br />
 sip<br />
  bind control source-interface FastEthernet0/0<br />
  bind media source-interface FastEthernet0/0<br />
!<br />
!<br />
voice class codec 1<br />
 codec preference 1 g711ulaw<br />
 codec preference 2 g729r8<br />
!<br />
voice register global<br />
 mode cme<br />
 source-address 192.168.10.1 port 5060<br />
 max-dn 56<br />
 max-pool 14<br />
!<br />
!<br />
voice translation-rule 1<br />
 rule 1 /9911/ /911/<br />
 rule 2 /9411/ /411/<br />
!<br />
voice translation-rule 2<br />
 rule 1 /9832+/ /832/<br />
 rule 2 /9713+/ /713/<br />
 rule 3 /9281+/ /281/<br />
!<br />
voice translation-rule 3<br />
 rule 1 /9+/ //<br />
!<br />
voice translation-rule 4<br />
 rule 1 /91+/ /1/<br />
!<br />
voice translation-rule 5<br />
 rule 1 /9011+/ /011/<br />
!<br />
voice translation-rule 6<br />
 rule 1 /18327727020/ /301/<br />
!<br />
voice translation-rule 7<br />
 rule 1 /3../ /18327727020/<br />
!<br />
voice translation-rule 2222<br />
 rule 1 /91900&#8230;&#8230;./ //<br />
 rule 2 /91976&#8230;&#8230;./ //<br />
!<br />
!<br />
voice translation-profile CallBlocking<br />
 translate called 2222<br />
!<br />
voice translation-profile Incoming<br />
 translate calling 7<br />
 translate called 6<br />
!<br />
voice translation-profile International<br />
 translate calling 7<br />
 translate called 5<br />
!<br />
voice translation-profile Local10<br />
 translate calling 7<br />
 translate called 2<br />
!<br />
voice translation-profile Local7<br />
 translate calling 7<br />
 translate called 3<br />
!<br />
voice translation-profile LongDistance<br />
 translate calling 7<br />
 translate called 4<br />
!<br />
voice translation-profile Services<br />
 translate calling 7<br />
 translate called 1<br />
!<br />
!<br />
voice-card 0<br />
 no dspfarm<br />
!</p>
<p>archive<br />
 log config<br />
  hidekeys<br />
interface Loopback0<br />
 ip address 10.1.10.2 255.255.255.252<br />
 ip nat inside<br />
 ip virtual-reassembly<br />
!<br />
interface FastEthernet0/0<br />
 ip address 192.168.10.1 255.255.255.0<br />
 ip virtual-reassembly<br />
 duplex auto<br />
 speed auto<br />
!<br />
interface Integrated-Service-Engine0/0<br />
 description cue is initialized with default IMAP group<br />
 ip unnumbered Loopback0<br />
 ip nat inside<br />
 ip virtual-reassembly<br />
 service-module ip address 10.1.10.1 255.255.255.252<br />
 service-module ip default-gateway 10.1.10.2<br />
!<br />
interface FastEthernet0/1/0<br />
 switchport voice vlan 100<br />
 macro description cisco-phone<br />
!<br />
interface FastEthernet0/1/1<br />
 switchport voice vlan 100<br />
 macro description cisco-phone<br />
!<br />
interface FastEthernet0/1/2<br />
 switchport voice vlan 100<br />
 macro description cisco-phone<br />
!<br />
interface FastEthernet0/1/3<br />
 switchport voice vlan 100<br />
 macro description cisco-phone<br />
!<br />
interface FastEthernet0/1/4<br />
 switchport access vlan 100<br />
 switchport voice vlan 100<br />
 macro description cisco-phone<br />
!<br />
interface FastEthernet0/1/5<br />
 switchport voice vlan 100<br />
 macro description cisco-phone<br />
!<br />
interface FastEthernet0/1/6<br />
 switchport voice vlan 100<br />
 macro description cisco-phone<br />
!<br />
interface FastEthernet0/1/7<br />
 switchport voice vlan 100<br />
 macro description cisco-phone<br />
!<br />
interface FastEthernet0/1/8<br />
 switchport mode trunk<br />
 macro description cisco-switch<br />
!<br />
interface Vlan1<br />
 ip address 192.168.1.1 255.255.255.0<br />
 ip virtual-reassembly<br />
!<br />
interface Vlan100<br />
 ip address 10.1.1.1 255.255.255.0<br />
 ip virtual-reassembly<br />
!<br />
ip route 0.0.0.0 0.0.0.0 192.168.10.2<br />
ip route 10.1.10.1 255.255.255.255 Integrated-Service-Engine0/0</p>
<p>!<br />
ip http server<br />
ip http authentication local<br />
ip http secure-server<br />
ip http path flash:<br />
ip nat inside source list 1 interface FastEthernet0/0 overload<br />
!<br />
logging facility local0<br />
logging 192.168.1.43<br />
logging 192.168.1.24<br />
access-list 1 remark SDM_ACL Category=2<br />
access-list 1 permit 10.1.1.0 0.0.0.255<br />
access-list 1 permit 192.168.10.0 0.0.0.255<br />
access-list 1 permit 10.1.10.0 0.0.0.3<br />
access-list 1 permit 192.168.1.0 0.0.0.255<br />
access-list 1300 permit any<br />
access-list 199 permit ip 0.0.0.0 255.255.255.0 any<br />
!<br />
control-plane<br />
!<br />
voice-port 0/0/0<br />
 timeouts ringing infinity<br />
!<br />
voice-port 0/0/1<br />
 timeouts ringing infinity<br />
!<br />
voice-port 0/0/2<br />
 timeouts ringing infinity<br />
!<br />
voice-port 0/0/3<br />
 timeouts ringing infinity<br />
!<br />
voice-port 0/1/0<br />
 connection plar opx 399<br />
 caller-id enable<br />
!<br />
voice-port 0/1/1<br />
 connection plar 301<br />
 caller-id enable<br />
!<br />
voice-port 0/1/2<br />
 connection plar 301<br />
 caller-id enable<br />
!<br />
voice-port 0/1/3<br />
 connection plar 301<br />
 caller-id enable<br />
!<br />
voice-port 0/4/0<br />
 auto-cut-through<br />
 signal immediate<br />
 input gain auto-control -15<br />
 description Music On Hold Port<br />
!<br />
sccp local Loopback0<br />
sccp ccm 10.1.1.1 identifier 1<br />
sccp<br />
!<br />
sccp ccm group 1<br />
 associate ccm 1 priority 1<br />
!<br />
dial-peer cor custom<br />
 name internal<br />
 name local<br />
 name domestic<br />
 name international<br />
 name 900<br />
 name 976<br />
!<br />
!<br />
dial-peer cor list call-internal<br />
 member internal<br />
!<br />
dial-peer cor list call-local<br />
 member local<br />
!<br />
dial-peer cor list call-domestic<br />
 member domestic<br />
!<br />
dial-peer cor list call-international<br />
 member international<br />
!<br />
dial-peer cor list call-900<br />
 member 900<br />
!<br />
dial-peer cor list call-976<br />
 member 976<br />
!<br />
dial-peer cor list user-internal<br />
 member internal<br />
!<br />
dial-peer cor list user-local<br />
 member internal<br />
 member local<br />
!<br />
dial-peer cor list user-domestic<br />
 member internal<br />
 member local<br />
 member domestic<br />
!<br />
dial-peer cor list user-international<br />
 member internal<br />
 member local<br />
 member domestic<br />
 member international<br />
!<br />
dial-peer cor list user900-internal<br />
 member internal<br />
 member 900<br />
 member 976<br />
!<br />
dial-peer cor list user900-local<br />
 member internal<br />
 member local<br />
 member 900<br />
 member 976<br />
!<br />
dial-peer cor list user900-domestic<br />
 member internal<br />
 member local<br />
 member domestic<br />
 member 900<br />
 member 976<br />
!<br />
dial-peer cor list user900-international<br />
 member internal<br />
 member local<br />
 member domestic<br />
 member international<br />
 member 900<br />
 member 976<br />
!<br />
!<br />
dial-peer voice 1 pots<br />
 service stcapp<br />
 port 0/0/0<br />
!<br />
dial-peer voice 2 pots<br />
 service stcapp<br />
 port 0/0/1<br />
!<br />
dial-peer voice 3 pots<br />
 service stcapp<br />
 port 0/0/2<br />
!<br />
dial-peer voice 4 pots<br />
 service stcapp<br />
 port 0/0/3<br />
!<br />
dial-peer voice 5 pots<br />
 description ** MOH Port **<br />
 destination-pattern ABC<br />
 port 0/4/0<br />
 no sip-register<br />
!<br />
dial-peer voice 2000 voip<br />
 description ** cue voicemail pilot number **<br />
 destination-pattern 300<br />
 b2bua<br />
 session protocol sipv2<br />
 session target ipv4:10.1.10.1<br />
 dtmf-relay sip-notify<br />
 codec g711ulaw<br />
 no vad<br />
!<br />
dial-peer voice 2001 voip<br />
 description ** cue auto attendant number **<br />
 translation-profile outgoing PSTN_CallForwarding<br />
 destination-pattern 399<br />
 session protocol sipv2<br />
 session target ipv4:10.1.10.1<br />
 dtmf-relay sip-notify<br />
 codec g711ulaw<br />
 no vad<br />
!<br />
dial-peer voice 10 voip<br />
 translation-profile outgoing Services<br />
 destination-pattern 9 [49]11<br />
 session protocol sipv2<br />
 session target dns:houston-1.vtnoc.net<br />
 dtmf-relay rtp-nte<br />
 codec g711ulaw<br />
!<br />
dial-peer voice 11 voip<br />
 translation-profile outgoing Local10<br />
 destination-pattern 9832 [2-9]&#8230;&#8230;<br />
 session protocol sipv2<br />
 session target dns:houston-1.vtnoc.net<br />
 dtmf-relay rtp-nte<br />
 codec g711ulaw<br />
!<br />
dial-peer voice 12 voip<br />
 translation-profile outgoing Local7<br />
 shutdown<br />
 destination-pattern 9 [2-9]&#8230;&#8230;<br />
 session protocol sipv2<br />
 session target dns:houston-1.vtnoc.net<br />
 incoming called-number .<br />
 dtmf-relay rtp-nte<br />
 codec g711ulaw<br />
!<br />
dial-peer voice 13 voip<br />
 translation-profile outgoing LongDistance<br />
 destination-pattern 91 [2-9]..[2-9]&#8230;&#8230;<br />
 session protocol sipv2<br />
 session target dns:houston-1.vtnoc.net<br />
 dtmf-relay rtp-nte<br />
 codec g711ulaw<br />
!<br />
dial-peer voice 14 voip<br />
 translation-profile outgoing International<br />
 destination-pattern 9011T<br />
 session protocol sipv2<br />
 session target dns:houston-1.vtnoc.net<br />
 dtmf-relay rtp-nte<br />
 codec g711ulaw<br />
!<br />
dial-peer voice 15 voip<br />
 description Viatalk Voicemail<br />
 destination-pattern *123<br />
 session protocol sipv2<br />
 session target dns:houston-1.vtnoc.net<br />
 codec g711ulaw<br />
!<br />
dial-peer voice 16 voip<br />
 description Set Caller ID to Anonymous for one call<br />
 destination-pattern *67<br />
 session protocol sipv2<br />
 session target dns:houston-1.vtnoc.net<br />
 dtmf-relay rtp-nte<br />
 codec g711ulaw<br />
!<br />
dial-peer voice 17 voip<br />
 description Unblock CallerID information<br />
 destination-pattern *82<br />
 session protocol sipv2<br />
 session target dns:houston-1.vtnoc.net<br />
 dtmf-relay rtp-nte<br />
 codec g711ulaw<br />
!<br />
dial-peer voice 18 voip<br />
 description Call Back The last incoming caller<br />
 destination-pattern *69<br />
 session protocol sipv2<br />
 session target dns:houston-1.vtnoc.net<br />
 dtmf-relay rtp-nte<br />
 codec g711ulaw<br />
!<br />
dial-peer voice 19 voip<br />
 description Broadcast Menu/Record Broadcast Messages<br />
 destination-pattern *400<br />
 session protocol sipv2<br />
 session target dns:houston-1.vtnoc.net<br />
 dtmf-relay rtp-nte<br />
 codec g711ulaw<br />
!<br />
dial-peer voice 20 voip<br />
 translation-profile outgoing Local10<br />
 destination-pattern 9713 [2-9]&#8230;&#8230;<br />
 session protocol sipv2<br />
 session target dns:houston-1.vtnoc.net<br />
 dtmf-relay rtp-nte<br />
 codec g711ulaw<br />
!<br />
dial-peer voice 21 voip<br />
 translation-profile outgoing Local10<br />
 destination-pattern 9281 [2-9]&#8230;&#8230;<br />
 session protocol sipv2<br />
 session target dns:houston-1.vtnoc.net<br />
 dtmf-relay rtp-nte<br />
 codec g711ulaw<br />
!<br />
!<br />
gateway<br />
 timer receive-rtp 1200<br />
!<br />
sip-ua<br />
 authentication username 15555555555 password 7 555555555555555555<br />
 no remote-party-id<br />
 retry invite 4<br />
 retry response 3<br />
 retry bye 2<br />
 retry cancel 2<br />
 retry register 5<br />
 timers register 250<br />
 mwi-server dns:houston-1.vtnoc.net expires 300 port 5060 transport udp<br />
 registrar dns:houston-1.vtnoc.net expires 300<br />
 sip-server dns:houston-1.vtnoc.net<br />
!<br />
!<br />
!<br />
telephony-service<br />
 video<br />
 load 7960-7940 P00308000500<br />
 load 7914 S00105000200<br />
 load ATA ATA030100SCCP040211A<br />
 load 7902 CP7902080002SCCP060817A<br />
 load 7921 CP7921G-1.0.4<br />
 load 7931 SCCP31.8-2-2SR2S<br />
 load 7941GE SCCP41.8-2-2SR2S<br />
 load 7941 SCCP41.8-2-2SR2S<br />
 load 7961GE SCCP41.8-2-2SR2S<br />
 load 7961 SCCP41.8-2-2SR2S<br />
 load 7975 SCCP75.8-3-2S<br />
 load 7965 SCCP45.8-3-2S<br />
 load 7945 SCCP45.8-3-2S<br />
 load 7942 SCCP42.8-3-2S<br />
 load 7962 SCCP42.8-3-2S<br />
 load 7971 SCCP70.8-2-2SR2S<br />
 load 7970 SCCP70.8-2-2SR2S<br />
 load 7936 cmterm_7936.3-3-13-0<br />
 load 7906 SCCP11.8-2-2SR2S<br />
 load 7911 SCCP11.8-2-2SR2S<br />
 max-ephones 14<br />
 max-dn 56<br />
 ip source-address 10.1.1.1 port 2000<br />
 max-redirect 20<br />
 auto assign 10 to 19<br />
 auto assign 5 to 8 type anl<br />
 calling-number initiator<br />
 service phone displayOnDuration 00:30<br />
 service phone displayOnTime 07:30<br />
 service phone displayIdleTimeout 00:10<br />
 service phone settingsAccess 1<br />
 system message ICS<br />
 url services <a href="http://10.1.10.1/voiceview/common/login.do" target="_blank">http://10.1.10.1/voiceview/common/login.do</a><br />
 url authentication <a href="http://10.1.10.1/voiceview/authentication/authenticate.do" target="_blank">http://10.1.10.1/voiceview/authentication/authenticate.do</a><br />
 time-zone 8<br />
 voicemail 300<br />
 max-conferences 8 gain -6<br />
 call-forward pattern .T<br />
 call-forward system redirecting-expanded<br />
 moh music-on-hold.au<br />
 multicast moh 239.10.16.16 port 2000<br />
 web admin system name admin secret 5 555555555555555555555555<br />
 dn-webedit<br />
 time-webedit<br />
 transfer-system full-consult dss<br />
 transfer-pattern 9.T<br />
 transfer-pattern .T<br />
 secondary-dialtone 9<br />
 create cnf-files version-stamp 7960 Jun 18 2008 20:52:36<br />
!<br />
!<br />
ephone-template 1<br />
!<br />
!<br />
ephone-dn 1<br />
 number 333 no-reg primary<br />
 name IP-Paging1<br />
 paging ip 239.1.1.1 port 2000<br />
!<br />
!<br />
ephone-dn 2<br />
 number 309 no-reg primary<br />
 label Kevin 309<br />
 description Kevin<br />
 name Kevin<br />
 call-forward busy 300<br />
 call-forward noan 300 timeout 20<br />
 corlist incoming user-domestic<br />
 hold-alert 30 originator<br />
!<br />
!<br />
ephone-dn 3 dual-line<br />
 number 302 no-reg primary<br />
 label Gameroom 302<br />
 description Gameroom<br />
 name Gameroom<br />
 call-forward busy 399<br />
 call-forward noan 399 timeout 15<br />
 corlist incoming user-domestic<br />
 hold-alert 30 originator<br />
!<br />
!<br />
ephone-dn 4<br />
 number 555 no-reg primary<br />
 label Intercom<br />
 description Intercom<br />
 name Intercom<br />
 intercom 556 no-mute label &#8220;Intercom Gameroom&#8221;<br />
!<br />
!<br />
ephone-dn 9<br />
 number BCD no-reg primary<br />
 description MoH<br />
 moh ip 239.10.16.8 port 2139 out-call ABC<br />
!<br />
!<br />
ephone-dn 10 dual-line<br />
 number 15555555555<br />
 name Main Number<br />
 corlist incoming user-domestic<br />
!<br />
!<br />
ephone-dn 11 dual-line<br />
 number 301 no-reg primary<br />
 label Line 1<br />
 name Downstairs<br />
 call-forward busy 300<br />
 call-forward noan 300 timeout 20<br />
 corlist incoming user-domestic<br />
 translation-profile incoming CallBlocking<br />
!<br />
!<br />
ephone-dn 12 dual-line<br />
 number 203 no-reg primary<br />
 label 203<br />
 description 203<br />
 name 203<br />
!<br />
!<br />
ephone-dn 13 dual-line<br />
 number 204 no-reg primary<br />
 label 204<br />
 description 204<br />
 name 204<br />
!<br />
!<br />
ephone-dn 14 dual-line<br />
 number 205 no-reg primary<br />
 label 205<br />
 description 205<br />
 name 205<br />
!<br />
!<br />
ephone-dn 15 dual-line<br />
 number 206 no-reg primary<br />
 label 206<br />
 description 206<br />
 name 206<br />
!<br />
!<br />
ephone-dn 16 dual-line<br />
 number 207 no-reg primary<br />
 label 207<br />
 description 207<br />
 name 207<br />
!<br />
!<br />
ephone-dn 17 dual-line<br />
 number 208 no-reg primary<br />
 label 208<br />
 description 208<br />
 name 208<br />
!<br />
!<br />
ephone-dn 18 dual-line<br />
 number 209 no-reg primary<br />
 label 209<br />
 description 209<br />
 name 209<br />
!<br />
!<br />
ephone-dn 19 dual-line<br />
 number 210 no-reg primary<br />
 label 210<br />
 description 210<br />
 name 210<br />
!<br />
!<br />
ephone-dn 20<br />
 number 556 no-reg primary<br />
 label Intercom Downstairs<br />
 description Intercom Downstairs<br />
 name Intercom Downstairs<br />
 intercom 555 no-mute label &#8220;Intercom Downstairs&#8221;<br />
!<br />
!<br />
ephone-dn 21<br />
 number 557 no-reg primary<br />
 label Intercom Gameroom<br />
 description Intercom Gameroom<br />
 name Intercom Gameroom<br />
 intercom 558 no-mute label &#8220;Intercom Gameroom&#8221;<br />
!<br />
!<br />
ephone-dn 22<br />
 number 558 no-reg primary<br />
 label Intercom Downstairs<br />
 description Intercom Downstairs<br />
 name Intercom Downstairs<br />
 intercom 557 no-mute label &#8220;Intercom Gameroom&#8221;<br />
!<br />
!<br />
ephone-dn 54<br />
 number 310 no-reg primary<br />
 park-slot<br />
!<br />
!<br />
ephone-dn 55<br />
 number A801&#8230; no-reg primary<br />
 mwi off<br />
!<br />
!<br />
ephone-dn 56<br />
 number A800&#8230; no-reg primary<br />
 mwi on<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
ephone 6<br />
 device-security-mode none<br />
 mac-address 000A.B72C.2967<br />
 username &#8220;master&#8221;<br />
 paging-dn 1<br />
 type 7960<br />
 button 1:11 2:10 3:4<br />
!<br />
!<br />
!<br />
ephone 7<br />
 device-security-mode none<br />
 video<br />
 mac-address 001C.58D6.6D02<br />
 paging-dn 1<br />
 type 7941<br />
 button 1o3,22 2:20<br />
!<br />
!<br />
!<br />
ephone 8<br />
 device-security-mode none<br />
 video<br />
 mac-address 001C.58F1.181B<br />
 paging-dn 1<br />
 type 7941<br />
 button 1:10 2:21<br />
!<br />
!<br />
!<br />
ephone 9<br />
 device-security-mode none<br />
 mac-address 0014.F2AF.77BA<br />
 type ata<br />
 button 1:10<br />
!<br />
!<br />
!<br />
ephone 10<br />
 device-security-mode none<br />
 mac-address 14F2.AF77.BA01<br />
 type ata<br />
 button 1:13<br />
!<br />
!<br />
!<br />
ephone 11<br />
 device-security-mode none<br />
 mac-address 0019.30C9.31F2<br />
 paging-dn 1<br />
 type 7971<br />
 button 1:11 2:10 3:4<br />
!<br />
!<br />
!<br />
ephone 12<br />
 device-security-mode none<br />
 mac-address 001E.BE8F.A1FA<br />
 type 7945<br />
 button 1o11,10 2:4<br />
!<br />
!<br />
!<br />
line con 0<br />
 no modem enable<br />
line aux 0<br />
line 2<br />
 no activation-character<br />
 no exec<br />
 transport preferred none<br />
 transport input all<br />
line vty 5 100<br />
!<br />
ntp master<br />
!<br />
webvpn cef<br />
end</div>
</td>
</tr>
<tr>
<td width="85%" valign="bottom">
<table border="0" width="100%">
<tbody>
<tr>
<td colspan="2" width="100%"> </td>
</tr>
<tr>
<td id="modified_5" valign="bottom"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://noonforum.com/archives/5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cooest Cisco Links</title>
		<link>http://noonforum.com/archives/3</link>
		<comments>http://noonforum.com/archives/3#comments</comments>
		<pubDate>Mon, 31 May 2010 21:08:06 +0000</pubDate>
		<dc:creator>Nooner</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://noonforum.com/?p=3</guid>
		<description><![CDATA[Here is a link to a good list of tools if you work with cisco equipment. I found this and wanted to pass it on http://www.ciscoblog.com/archives/2007/04/the_coolest_cis.html]]></description>
			<content:encoded><![CDATA[<p>Here is a link to a good list of tools if you work with cisco equipment. I found this and wanted to pass it on</p>
<p>http://www.ciscoblog.com/archives/2007/04/the_coolest_cis.html</p>
]]></content:encoded>
			<wfw:commentRss>http://noonforum.com/archives/3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

