How do I add a route pattern to CUCM 7.1

I am currently using CUCM7.1 and need to  add the route pattern 9911 to dial out to emergency dispatch.  I do not want the capability of dialing 9 for an outside line for all users, just when I a calling 911 emergency.  We recently changed to dialing a # for an outside line due to excessive 911 hangup calls.  I tried adding 9911 to the route pattern list but I am missing something.  I received the message stating could not complete call as dialed. Thank you, Cindy

Are you sure the phone has a CSS that allows you to dial 9911??
HTH
java
If this helps, please rate
www.cisco.com/go/pdihelpdesk

Similar Messages

  • How can I configure static routes in a CUCM?

    Hi.
    I have seen that there is no-way to set static routes in a Call Manager but I have read that you can add static routes in the Linux that runs CUCM.
    If I do that, will I l lose the Cisco support for that server?
    I don't know why a Level 3 server (like a CUCM, Presence , Unity,...) doesn't permit routing configuration.
    Regards.
    Rafa

    Thanks for your answer, Jaime.
    That implies that we have to insert an intermediate router.
    I think that routing features should be implemented in Unified Comunications servers.
    Regards

  • Route Pattern Add Question

    CUCM 9.1.2
    I am trying to get a better understanding of what happens when you add a Route Pattern. When you click save a warning pops up saying
    "Any update to this Route Pattern automatically resets the associated gateway or route list."
    This pattern is tied to a route list which is then tied to the gateway. What exactly is reset? Will this effect any current calls? How long does this reset take?
    Thanks,
    Alex

    If your route patterns point to route list nothing will be affected, if you point your RP directly to GW or trunk, depending on what is connected to the GW (trunk type) calls may be interrupted. Since you should never point RPs to trunk/GW directly, this is atypically not an issue.
    HTH,
    Chris

  • How to add af:convertDateTime pattern="dd/MM/yyyy"/ tag in java

    Hi,
    I am adding a date component in my screen from my backing bean. I want to set date pattern for this af:inputDate component, so how do I add
    <af:convertDateTime pattern="dd/MM/yyyy"/> to my inputDate component in my backing bean. Or is there any other way in which I can set date format on my inputDate component.
    Regards,
    Vipin V B

    try this<br><br>
    Format(DateValue(yourDateString), "dd/MM/yy")
    <br><br>
    the MM must be upper case

  • How to add a route for a specific interface

    HI,
    i want to make a direct link beetween 2 computers (ubuntu and solaris) with a cross over cable.
    solaris : e1000g0 (192.168.0.212= normal network)
    e1000g1 (172.18.0.2 = network for interconnection beetween ubuntu and solaris
    routing table:
    Destination Gateway Flags Ref Use Interface
    default 192.168.0.245 UG 1 7040 e1000g0
    192.168.0.0 192.168.0.212 U 1 5167 e1000g0
    224.0.0.0 192.168.0.212 U 1 0 e1000g0
    127.0.0.1 127.0.0.1 UH 4 30343 lo0
    ubuntu : eth0 (192.168.0.144 = normal network)
    eth1 (172.18.0.3 = network for interconnection beetween ubuntu and solaris)
    routing table :
    Destination Gateway Genmask Flags MSS Window irtt Iface
    192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
    169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
    0.0.0.0 192.168.0.245 0.0.0.0 UG 0 0 0 eth0
    at the beginning, i was thinking that no route was necessary, but the ping didn't work beetween the two servers.
    so, my question is : how can i add a route for a specific interface on my solaris (i want that the traffic for the network 172.18.0.0 go throught e1000g1)
    thank for your help

    SOLARIS :
    -bash-3.00# ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    e1000g0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 2
    inet 192.168.0.212 netmask ffffff00 broadcast 192.168.0.255
    ether 0:1b:24:f0:7a:fc
    e1000g1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
    inet 172.18.0.2 netmask ffffff00 broadcast 172.18.0.255
    ether 0:1b:24:f0:7a:fd
    -bash-3.00# netstat -rn
    Routing Table: IPv4
    Destination Gateway Flags Ref Use Interface
    default 192.168.0.245 UG 1 7040 e1000g0
    192.168.0.0 192.168.0.212 U 1 5323 e1000g0
    224.0.0.0 192.168.0.212 U 1 0 e1000g0
    127.0.0.1 127.0.0.1 UH 8 31593 lo0
    -bash-3.00#
    UBUNTU :
    ifconfig
    eth0 Link encap:Ethernet HWaddr 00:1e:c9:d1:22:ea
    inet addr:192.168.0.144 Bcast:192.168.0.255 Mask:255.255.255.0
    inet6 addr: fe80::21e:c9ff:fed1:22ea/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:19992226 errors:0 dropped:0 overruns:0 frame:0
    TX packets:9886296 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:10075930406 (10.0 GB) TX bytes:2847567457 (2.8 GB)
    Interrupt:16 Memory:f8000000-f8012700
    eth1 Link encap:Ethernet HWaddr 00:1e:c9:d1:22:ec
    inet addr:172.18.0.3 Bcast:172.18.0.255 Mask:255.255.255.0
    inet6 addr: fe80::21e:c9ff:fed1:22ec/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:919 errors:0 dropped:0 overruns:0 frame:0
    TX packets:905 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:58816 (58.8 KB) TX bytes:91286 (91.2 KB)
    Interrupt:16 Memory:f4000000-f4012700
    # netstat -rn
    Kernel IP routing table
    Destination Gateway Genmask Flags MSS Window irtt Iface
    192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
    169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
    0.0.0.0 192.168.0.245 0.0.0.0 UG 0 0 0 eth0

  • Route Pattern issue

    I am running Cisco Unified Communications Manager Version 8.6 and I am trying to add a route pattern that I can not get to work. I am copying an existing route pattern that works and only changing the prefix. i.e. 9.331XXXX copied and changed to 9.551XXXX. Both are in the same route list and group and I have verified that the new prefix is a local prefix. When dialing the 551 number it is telling me you need to dial a 1 first. Dialing 9.1551XXXX gets the message that says "your call can not be completed as dialed. please consult your directory.......". If you dial it as 9-1-area code-551XXXX it still tells you that you need to dial a 1 before dialing the number.
    Not sure what I am missing but any suggestions would be much appreciated.
    John

    The only message that comes from CUCM is the "your call cannot be completed as dialed..." all of the other messages come from your telco, you would need to ask them exactly what digits they're expecting to accept the call as valid.
    Did you change the RP to be 9.1551XXXX or did you simply tried to dial with 9.551XXXX configured?????
    I'm guessing the latter as you got the "your call cannot be completed as dialed..." message from CUCM

  • Adding a Route Pattern to a Line Group?

    Hi
    We have an analog device which is patched into our Voice Gateway and has a dial peer using extension 444.
    I have setup a route pattern within CUCM which points at the gateway for 444.
    However I can't seem to add this Route pattern to a line group to be part of a hunt?
    The line group seems to be just internal extensions but I need the route pattern of 444 to be in the same line group as two internal extensions?
    Thanks

    Hi
    Route Patterns are used for destinations that are 'off-ssytem' i.e. over trunks and so on.
    Line Groups can only contain local lines on the system. This pretty much means only SCCP controlled lines, as CUCM is fully aware of the line state at all times.
    If you want a port to be in a line group, you'll need to register it to CUCM as an SCCP gateway.
    Aaron

  • Does the route list gets reset when adding route pattern in version 9 of CUCM?

    Hi All,
    I created a new route pattern in call manager version 9 and then associated it to an existing route list. But when I was trying to save the route pattern. I was prompted with the message saying " Any updates to this Route Pattern automatically resets the associated gateway or Route List"
    I was not able to see this message on CUCM version 8.6 however on CUCM version 9 it is there.
    Does that mean that the route list/gateway will be reset and the existing calls will be dropped?
    Or is it a bug?
    A response will be greatly appreciated.
    Thanks

    Hi Farhad,
    It does pop up when we modify the Route Pattern in CUCM 8.6 too.
    If you asociate the GW/Trunk directly to Route Pattern, yes, it will reset them and calls will be interrupted. To avoid that, we need to associate the Route List to Route Patterns.
    //Suresh
    Please rate all the useful posts.

  • How to create 20000 route pattern at the same time?

    I would like to create a partition which contains 20000 different number which a list of ip phone are going to be able to call.
    It would be difficult for me of create route pattern one by one. Please How may I proceed?
    Thanks in advance.
    Best Regards,

    If I am understanding you correctly you're trying to allow a subset of the phones in your organization to dial numbers other phones cannot.
    Assuming I understand you correctly, you would be better off to go about this in the opposite direction. Current SRND recommendations indicate that the Device CSS is capable of reaching all destinations while the Line CSS imposes any dialing restrictions. It may very well be that you need to create 20,000 route or translation patterns; however, the advise is to place these in a partition that is listed on the Directory Number [Line] CSS and blocks the destination from those phones that should not be able to reach it. This becomes especially useful with other features such as Extension Mobility as the unique list of restrictions follow that DN regardless of the device it is being used on.
    As for the "how" part: Current versions of CUCM include an Import/Export menu within BAT. Export the route patterns you have in the cluster now so that you have a properly formatted CSV and accompanying header text file. Replace the rows of the existing records with what you want to add to the database. You can use tools such as 7-Zip to extract and rebuild the TAR file.
    Lastly, be mindful of the capacity limits of the database:
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/srnd/8x/callpros.html#wp1156290
    A Unified CM cluster with a very large dial plan containing many gateways, route patterns, translation patterns, and partitions, can take an extended amount of time to initialize when the Cisco CallManager Service is first started. If the system does not initialize within the default time, you can modify the system initialization timer (a Unified CM service parameter) to allow additional time for the configuration to initialize. For details on the system initialization time, refer to the online help for Service Parameters in Unified CM Administration.
    You should work with your Cisco Partner who has access to sizing tools before doing this. These tools can calculate the impact that the additional route patterns will have on the cluster.
    For Cisco partners and employees, the tools are available at the following locations:•Cisco Unified Communications Sizing Tool is available athttp://tools.cisco.com/cucst•Cisco Unified CM Capacity Tool is available athttp://www.cisco.com/go/cucmct

  • I currently have a D-Link DI-604 broadband router with windows computers.  How can I add wifi to the network for use with ipad?  Can I use AirPort Express?

    I currently have a D-Link DI-604 broadband router with windows computers.  How can I add wifi to the network for use with ipad?  Can I use AirPort Express?

    Yes. You can directly connect an 802.11n AirPort Express Base Station (AXn) using an Ethernet cable. The AXn would then just need to be configured as a bridge to allow the D-Link to continue to provide both NAT & DHCP services for all network clients connected to either router.
    In this configuration, the AXn would broadcast a wireless network for your wireless network clients to connect to.

  • How do you add 7 chords to smart guitar chord patterns

    Trying to create a song with G7 chords.  How do you add the V7 chord in the chord patterns on the smart guitar in GB iPad?

    When you are in the smart guitar screen, tap on the wrench icon (top right). Choose "Edit Chords". Tap the chord on the guitar you want to edit and swipe the chord "wheels" to choose the tonality, etc.

  • How to add a route in routing table

    Hi,
    I want to add a new route to the routing table to get access to a explicit tunnel. Using Terminal I tried
    route add 172.16.0.0 mask 255.255.0.0 192.168.0.102
    route: must be root to alter routing table
    so I tried:
    sudo route add 172.16.0.0 mask 255.255.0.0 192.168.0.102
    To proceed, enter your password
    My password ist enmpty. But I see the message:
    Sorry, try again.
    Is there a better way to add a route to the actual routing table?
    How can I reset my root-password?
    Thanks & best regards,
    Torsten

    In JDev "help", there are tutorial exercises which show you how to develop custom Search, Create, Drilldown, and Update pages. It also goes indepth into adding Delete functionality and Partial Page Rendering.

  • Add delay to Route Pattern

    I need the comma equivalent wildcard for Callmanager so I can add a delay before sending additional digits. If I remember correctly you cannot use commas, you have to use another wildcard like &,?, or $ or something.
    Please Help.
    Jeremy

    To my knowledge, you can't natively add pauses in route patterns, translations, etc. within CallManager. Now you can in dial-peers, so depending on your needs you might be able to do something with a H.323 gateway. Link here:
    http://www.cisco.com/en/US/partner/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a0080080aec.html

  • How do i add route ?

    how do i add route in switch 3650 ?
    gv commands & mode

    Hi Mahesh,
    Though the model you are having is SMI but the image which you are running is EMI image which is possible if you upgrade your SMi switch with EMI lisence and that is the reason it supports OSPF.
    If you check your image it is "c3550-i5q" so check the number "5" which states its an EMI image.
    Check these lines from 3550 release notes
    "You can use the show version privileged EXEC command to see the software version that is running on your switch. The second line displays C3550-I5Q3L2 for the enhanced multilayer software image (EMI) or C3550-I9Q3L2 for the standard multilayer software image (SMI)."
    HTH
    Ankur

  • HT4262 how do I secure my new airport extreme802.11n router and how do I add a wireless printer and my iPad2.  My computer is a HP

    how do I secure my new airport extreme 80211.n.  how do I add my iPad2 and my wireless canon Pixma MG8120B printer
    Thanks

    Did you try to put a lock on it?

Maybe you are looking for

  • Client_host('cmd  edit c:\temp\file_print.txt'); not working with Sun JRE6

    Hi, I am working on Oracle forms10g ( 10.1.2.0) with Sun JRE6 (Using JRE version 1.6.0_31-b05) which is working fine. the only problem is, when I use edit command, its not working nor show any error. Command I am using (to display the text file in co

  • HELP: JPanel NOT shown

    hi, I have a simple program: one frame's content pane adds two JPanels. Source as follows: import javax.swing.*; import java.awt.*; import java.awt.event.*; public class DragTest2 { public static void main(String[] args) { JFrame frame = new JFrame()

  • I don't have a "Document" tab on my Adobe Reader XI?

    I've messed up the verification of a signature and I used to be able to delete the Trusted signature and start again.  But the Document tab under which "Manage Trusted Identities" isn't showing.  Where do I go to do this now?

  • Forte Third Party Framework

    Can anyone tell me what Forte third party frameworks are available? If you have had experience with any of these frameworks, could you give me your opinion of that product? Was the framework easy to use? Did you save time using that particular framew

  • Cannot stop a player when is playing

    hi, i'm a beginner in jmf and i'm traying to do a simple player application: i have 2 buttons, a start button and a stop button. the start button starts the player: player.realize(); player.prefetch(); player.start() and the stop button try to stops