CCIE Voice notes

We finally got our CCIEs….Hope this blog helps others too!!

Archive for October, 2006

Significance of $ in dial-peer destination pattern

Posted by cciestudy on October 25, 2006

$ means ”end of digits” and is used for a more specific match. If you have two dial-peers with the same pattern and one with $ and the other without $, then call routing logic will always match the one with $, because that is more specific. Even if you give a lower preference to the dial-peer with $, still it will be matched because by default the dial-plan hunting algorithm is more specific match first and then preference.

dial-peer voice 10 pots

destination-pattern 1000

port 1/0/0

dial-peer voice 11 pots

destination-pattern 1000$

port 1/0/0

preference 5

In this case, always dial-peer 11 will be used to route calls to 1000, even though it has a lower preference. 

Posted in Gateways | 4 Comments »

How to manually replicate Unity Objects?

Posted by cciestudy on October 9, 2006

Unity Admin > Configuration > Settings

Replicate Cisco Unity Directory Objects

Posted in Unity | 3 Comments »

How to toggle between 12 and 24 hr time format in Unity

Posted by cciestudy on October 9, 2006

Unity Admin > Configuration > Settings

Schedule options: Use 24-hour time format for conversation and schedules

Default: 12-hour format

Posted in Unity | 2 Comments »

How to enable/disable spelled name search?

Posted by cciestudy on October 9, 2006

Unity Admin > Configuration > Settings

Address messages to other subscribers:  Enable spelled name search

Default: Enabled

Posted in Unity | 2 Comments »