<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
CM will ring *many* instances of a shared line.&nbsp; I believe common
testing caps around 100 instances of a shared line.&nbsp; However, that
certainly adds extra load to the system.&nbsp; Is that many shared lines
really the best design?&nbsp; Review carefully to see if similar can be
delivered through other features such as linegroups and call park.<br>
<br>
They way you say "site" makes me think these may be a remote site.&nbsp;
Concurrent signalling to large groups of phones may cause contention in
your priority queues for call signaling.&nbsp; This is overcome by a
combination of (protocol, message bundling, and link speed).<br>
<br>
Protocol - SCCP is essentially a binary protocol so signaling requires
minimal number of bits on the wire.&nbsp; SIP is text based and requires
more bits by several orders of magnitude.&nbsp; Use SCCP if possible.<br>
message bundling - CM service parameter to buffer SCCP messages for a
few msec so that multiple SCCP messages can be placed in the same TCP
segment which increases efficiency as fewer TCP headers are passed<br>
link speed - in the end its about how fast you can push bits through
the single-file-line of the interface<br>
<br>
There is good information in the SRND about this:<br>
<a class="moz-txt-link-freetext" href="http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/srnd/7x/netstruc.html#wpmkr1045581">http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/srnd/7x/netstruc.html#wpmkr1045581</a><br>
<br>
/Wes<br>
<br>
On Tuesday, March 10, 2009 7:13:58 AM, Joe Pollere (US)
<a class="moz-txt-link-rfc2396E" href="mailto:Joe.Pollere@us.didata.com">&lt;Joe.Pollere@us.didata.com&gt;</a> wrote:<br>
<blockquote
 cite="mid:C65033A817B5734392E55CB9DF446104176184EF@USNAEXCH.na.didata.local"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 12 (filtered medium)">
  <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"Plain Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.5pt;
        font-family:Consolas;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.PlainTextChar
        {mso-style-name:"Plain Text Char";
        mso-style-priority:99;
        mso-style-link:"Plain Text";
        font-family:Consolas;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
  </style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
  <div class="Section1">
  <p class="MsoPlainText">We are in the process of converting a Nortel
PBX over to
UCM 6.1.3 and they have a few dns that are shared amongst many phones.
I
remember reading somewhere that there was a recommended maximum number
of
shared lines you could have configured with the same dn. Does anyone
know what
that recommendation is. These would all be within the same site using
7961's.<o:p></o:p></p>
  <p class="MsoPlainText"><o:p>&nbsp;</o:p></p>
  <p class="MsoPlainText"><o:p>&nbsp;</o:p></p>
  <p class="MsoPlainText">Thanks,<o:p></o:p></p>
  <p class="MsoPlainText"><o:p>&nbsp;</o:p></p>
  <p class="MsoPlainText">&nbsp;<o:p></o:p></p>
  <p class="MsoPlainText">Joe<o:p></o:p></p>
  <p class="MsoNormal"><span style="color: rgb(31, 73, 125);"><o:p>&nbsp;</o:p></span></p>
  </div>
  <hr size="1">
  <p><strong>Disclaimer:
This e-mail communication and any attachments may contain confidential
and privileged information and is for use by the designated
addressee(s) named above only. If you are not the intended addressee,
you are hereby notified that you have received this communication in
error and that any use or reproduction of this email or its contents is
strictly prohibited and may be unlawful. If you have received this
communication in error, please notify us immediately by replying to
this message and deleting it from your computer. Thank you.
  </strong></p>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
cisco-voip mailing list
<a class="moz-txt-link-abbreviated" href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a>
<a class="moz-txt-link-freetext" href="https://puck.nether.net/mailman/listinfo/cisco-voip">https://puck.nether.net/mailman/listinfo/cisco-voip</a>
  </pre>
</blockquote>
<br>
</body>
</html>