<?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: cor list in IP Telephony and Phones</title>
    <link>https://community.cisco.com/t5/ip-telephony-and-phones/cor-list/m-p/683756#M7092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a good link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a008019d649.shtml" target="_blank"&gt;http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a008019d649.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rule of thumb:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a.  Incoming cor list should be a superset of outgoing cor list for call to succeed. &lt;/P&gt;&lt;P&gt;b. If you configure incoming and not outgoing (or vice versa) the configured cor list has no effect. Call will pass. &lt;/P&gt;&lt;P&gt;c. Call will fail only if incoming is a subset of outgoing list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rule a and c are very important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to define COR names first which are identical to partitions in Callmanager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer cor custom&lt;/P&gt;&lt;P&gt;name Intl&lt;/P&gt;&lt;P&gt;name LD&lt;/P&gt;&lt;P&gt;name 911&lt;/P&gt;&lt;P&gt;name local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above step i created for partitions (COR names). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have to define incoming and outgoing cor lists, which may be similar to CSS in Callmanager world, but they are not applied exactly the same way we do in Callmanager. Cor lists can be applied to ephones in CME, SRST phones globally in call-manager-fallback mode and dial-peers in a router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer cor list local&lt;/P&gt;&lt;P&gt;member local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer cor list ld&lt;/P&gt;&lt;P&gt;member ld&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer cor list intl&lt;/P&gt;&lt;P&gt;member intl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer cor list 911&lt;/P&gt;&lt;P&gt;member 911&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer cor list phone1&lt;/P&gt;&lt;P&gt;member 911&lt;/P&gt;&lt;P&gt;member local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer cor list phone2&lt;/P&gt;&lt;P&gt;member 911&lt;/P&gt;&lt;P&gt;member local&lt;/P&gt;&lt;P&gt;member ld&lt;/P&gt;&lt;P&gt;member intl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer voice 1 pots&lt;/P&gt;&lt;P&gt;destination-pattern 911&lt;/P&gt;&lt;P&gt;no digit-strip&lt;/P&gt;&lt;P&gt;port 0/0/0:23&lt;/P&gt;&lt;P&gt;cor outgoing 911&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer voice 2 pots&lt;/P&gt;&lt;P&gt;destination-pattern 9[2-9].........&lt;/P&gt;&lt;P&gt;forward-digits 10&lt;/P&gt;&lt;P&gt;port 0/0/0:23&lt;/P&gt;&lt;P&gt;cor outgoing local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer voice 3 pots&lt;/P&gt;&lt;P&gt;destination-pattern 91[2-9].........&lt;/P&gt;&lt;P&gt;forward-digits 11&lt;/P&gt;&lt;P&gt;port 0/0/0:23&lt;/P&gt;&lt;P&gt;cor outgoing ld&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer voice 4 pots&lt;/P&gt;&lt;P&gt;destination-pattern 9011T&lt;/P&gt;&lt;P&gt;prefix 011&lt;/P&gt;&lt;P&gt;port 0/0/0:23&lt;/P&gt;&lt;P&gt;cor outgoing intl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;telephony-service&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ephone-dn 1&lt;/P&gt;&lt;P&gt;cor incoming phone1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ephone-dn 2&lt;/P&gt;&lt;P&gt;cor incoming phone2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above example provides 911 and local access to phone1 and all calls (911, local, ld, intl) to phone2. The dial-peers for PSTN access have cor lists applied in the outbound direction. See how the incoming corlist for phone 1 is not a superset of outgoing dial-peer 3,4 (911, local is there, but no ld and intl access). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of phone 2 all 4 cor names are included, which makes it a superset of dial-peers 1,2,3,4. This helps in placing any call to the pstn without any restriction from phone 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sankar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: please remember to rate posts!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Nov 2006 15:10:00 GMT</pubDate>
    <dc:creator>thisisshanky</dc:creator>
    <dc:date>2006-11-19T15:10:00Z</dc:date>
    <item>
      <title>cor list</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/cor-list/m-p/683755#M7091</link>
      <description>&lt;P&gt;hi folks can somebody send me cor list configuration example in real time scenerious like blocking intenational dialing etc.for ccme 3800 router.&lt;/P&gt;&lt;P&gt;m finding some problems for d same.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 01:52:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/cor-list/m-p/683755#M7091</guid>
      <dc:creator>sandeep pokhriyal</dc:creator>
      <dc:date>2019-03-15T01:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: cor list</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/cor-list/m-p/683756#M7092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a good link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a008019d649.shtml" target="_blank"&gt;http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a008019d649.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rule of thumb:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a.  Incoming cor list should be a superset of outgoing cor list for call to succeed. &lt;/P&gt;&lt;P&gt;b. If you configure incoming and not outgoing (or vice versa) the configured cor list has no effect. Call will pass. &lt;/P&gt;&lt;P&gt;c. Call will fail only if incoming is a subset of outgoing list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rule a and c are very important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to define COR names first which are identical to partitions in Callmanager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer cor custom&lt;/P&gt;&lt;P&gt;name Intl&lt;/P&gt;&lt;P&gt;name LD&lt;/P&gt;&lt;P&gt;name 911&lt;/P&gt;&lt;P&gt;name local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above step i created for partitions (COR names). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have to define incoming and outgoing cor lists, which may be similar to CSS in Callmanager world, but they are not applied exactly the same way we do in Callmanager. Cor lists can be applied to ephones in CME, SRST phones globally in call-manager-fallback mode and dial-peers in a router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer cor list local&lt;/P&gt;&lt;P&gt;member local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer cor list ld&lt;/P&gt;&lt;P&gt;member ld&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer cor list intl&lt;/P&gt;&lt;P&gt;member intl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer cor list 911&lt;/P&gt;&lt;P&gt;member 911&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer cor list phone1&lt;/P&gt;&lt;P&gt;member 911&lt;/P&gt;&lt;P&gt;member local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer cor list phone2&lt;/P&gt;&lt;P&gt;member 911&lt;/P&gt;&lt;P&gt;member local&lt;/P&gt;&lt;P&gt;member ld&lt;/P&gt;&lt;P&gt;member intl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer voice 1 pots&lt;/P&gt;&lt;P&gt;destination-pattern 911&lt;/P&gt;&lt;P&gt;no digit-strip&lt;/P&gt;&lt;P&gt;port 0/0/0:23&lt;/P&gt;&lt;P&gt;cor outgoing 911&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer voice 2 pots&lt;/P&gt;&lt;P&gt;destination-pattern 9[2-9].........&lt;/P&gt;&lt;P&gt;forward-digits 10&lt;/P&gt;&lt;P&gt;port 0/0/0:23&lt;/P&gt;&lt;P&gt;cor outgoing local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer voice 3 pots&lt;/P&gt;&lt;P&gt;destination-pattern 91[2-9].........&lt;/P&gt;&lt;P&gt;forward-digits 11&lt;/P&gt;&lt;P&gt;port 0/0/0:23&lt;/P&gt;&lt;P&gt;cor outgoing ld&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dial-peer voice 4 pots&lt;/P&gt;&lt;P&gt;destination-pattern 9011T&lt;/P&gt;&lt;P&gt;prefix 011&lt;/P&gt;&lt;P&gt;port 0/0/0:23&lt;/P&gt;&lt;P&gt;cor outgoing intl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;telephony-service&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ephone-dn 1&lt;/P&gt;&lt;P&gt;cor incoming phone1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ephone-dn 2&lt;/P&gt;&lt;P&gt;cor incoming phone2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above example provides 911 and local access to phone1 and all calls (911, local, ld, intl) to phone2. The dial-peers for PSTN access have cor lists applied in the outbound direction. See how the incoming corlist for phone 1 is not a superset of outgoing dial-peer 3,4 (911, local is there, but no ld and intl access). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of phone 2 all 4 cor names are included, which makes it a superset of dial-peers 1,2,3,4. This helps in placing any call to the pstn without any restriction from phone 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sankar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: please remember to rate posts!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Nov 2006 15:10:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/cor-list/m-p/683756#M7092</guid>
      <dc:creator>thisisshanky</dc:creator>
      <dc:date>2006-11-19T15:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: cor list</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/cor-list/m-p/683757#M7093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another great answer! You really hit the nail on the head with this one. 5 points from this end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take care,&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Nov 2006 15:17:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/cor-list/m-p/683757#M7093</guid>
      <dc:creator>Rob Huffman</dc:creator>
      <dc:date>2006-11-19T15:17:21Z</dc:date>
    </item>
  </channel>
</rss>

