User Tools

Site Tools


eduardo:cisco:ccme:ccme-autor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

eduardo:cisco:ccme:ccme-autor [2010/08/11 12:55] – created eduardoeduardo:cisco:ccme:ccme-autor [2024/02/23 08:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Auto Registration ======
 +
 +===== Configuration =====
 +
 +==== Telephony Service ====
 +  * Enable by default
 +  * To auto assign DN
 +  * All DN must be of the same type either single or dual-line but not mix
 +  * The type if not specified will catch all
 +  * cfw provide the Call Forward Busy Number and timeout value
 +<code>
 +telephony-service
 +  auto-reg-ephone
 +  auto assign <start-dn-tag> to <end-dn-tag> [type phone-type] [cfw <number> timeout <seconds>]
 +</code>
 +
 +==== EPhone-DN ====
 +  * The DN needs to be defined as well
 +<code>
 +ephone-dn <start-dn-tag> dual-line
 +  number 1000
 +...
 +ephone-dn <end-dn-tag> dual-line
 +  number 1999
 +</code>
 +
 +===== Debug =====
 +  * To show all auto registration attempt
 +<code>
 +Router# show ephone attempted-registration
 +</code>
 +