<div dir="ltr">Here is the database rule which governs the name format for a CSF device:<br><div><br></div><div><div><div><div><font face="monospace, monospace">admin:run sql select name, tkmodel, devicenameformat from typeproduct where name like '%Client Services Framework%'</font></div><div><font face="monospace, monospace">name                                    tkmodel devicenameformat </font></div><div><font face="monospace, monospace">======================================= ======= =================</font></div><div><font face="monospace, monospace">Cisco Unified Client Services Framework 503     [a-zA-Z0-9]{1,15}</font></div></div></div></div><div><br></div><div>So, the documentation is obviously incorrect, because we can see that in two places the validation regex does not contain "dot" nor can it be longer than 15 characters.</div><div><br></div><div>As an added bonus, the BOT, TCT, and TAB devices require all upper case letters, and *do* support dot, as well as dash and underscore.</div><div><br></div><div><div><font face="monospace, monospace">admin:run sql select name, tkmodel, devicenameformat from typeproduct where name like '%Dual Mode%' or name like '%Tablet%'</font></div><div><font face="monospace, monospace">name                        tkmodel devicenameformat    </font></div><div><font face="monospace, monospace">=========================== ======= ====================</font></div><div><font face="monospace, monospace">Cisco Dual Mode for iPhone  562     TCT[0-9A-Z._-]{1,12}</font></div><div><font face="monospace, monospace">Cisco Jabber for Tablet     652     TAB[0-9A-Z._-]{1,12}</font></div><div><font face="monospace, monospace">Cisco Dual Mode for Android 575     BOT[0-9A-Z._-]{1,12}</font></div></div><div><br></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Jun 2, 2015 at 6:02 PM Brian V <<a href="mailto:bvanbens@gmail.com" target="_blank">bvanbens@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div>I have a customer where the username has a dot "." in it.  First.Last<br></div>Cisco's docs recommend to make the CSF device name be CSF + Username.<br></div>I know this is not required anymore but many customers like the consistency of that naming standard.<br></div><div>On my current customers CUCM 10.5.2.10000-5 when i try to add a CSF device with a dot I get the error message that the device name should contain the valid characters [a-zA-Z0-9]{1,15}  which seems to imply it can only be 15 characters long and contain letters and numbers only<br><img alt="Inline image 1" src="cid:ii_14db67aa3cc31d9b" height="155" width="328"><br></div><div><br></div>On my current customers CUCM 10.5.2.10000-5 server the online help says that CSF devices can contain the following:   "Enter a text name for the Client Services Framework. This name can comprise up to 50 characters. Valid characters include letters, numbers, dashes, dots (periods), spaces, and underscores."<br><img alt="Inline image 2" src="cid:ii_14db67b19e66a27e" height="127" width="530"><br><br></div>CSF doc for 9.x says the same thing that dot, dash, underscore and length=50 is ok<br><a href="http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/admin/9_0_1/ccmcfg/CUCM_BK_CDF59AFB_00_admin-guide-90_chapter_01101001.pdf" target="_blank">http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/admin/9_0_1/ccmcfg/CUCM_BK_CDF59AFB_00_admin-guide-90_chapter_01101001.pdf</a><br><br></div>CSF doc for jabber 10.6 doesn't mention any requirements for the name but does recommend using CSF+Username as the format.<br><a href="http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/10_6/CJAB_BK_C56DE1AB_00_cisco-jabber-106-deployment-and-installation-guide/CJAB_BK_C56DE1AB_00_cisco-jabber-106-deployment-and_chapter_0101.html#CJAB_TK_C7F0CAD6_00" target="_blank">http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/10_6/CJAB_BK_C56DE1AB_00_cisco-jabber-106-deployment-and-installation-guide/CJAB_BK_C56DE1AB_00_cisco-jabber-106-deployment-and_chapter_0101.html#CJAB_TK_C7F0CAD6_00</a><br><br></div>There is a support community posting about this referencing a bug that states it wont be fixed.<br><a href="https://supportforums.cisco.com/discussion/12387151/does-jabber-csf-device-support-username-contain-dot" target="_blank">https://supportforums.cisco.com/discussion/12387151/does-jabber-csf-device-support-username-contain-dot</a><br><a href="https://tools.cisco.com/bugsearch/bug/CSCus90842/?reffering_site=dumpcr" target="_blank">https://tools.cisco.com/bugsearch/bug/CSCus90842/?reffering_site=dumpcr</a><br><br></div>So is there a documentation bug or did Cisco change the rules somewhere along the way ?<br></div><br>Is there any definitive documentation that states the proper naming standard for the CSF device and the other Jabber device types (BOT, TCT, TAB) <br><div><div><div><br></div></div></div></div>
_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
</blockquote></div></div>