AutoAttendant Redundancy for Unity in SRST

I'm trying to acheive redundancy for AA configured in Unity in a Centralised UCM 7.x environment for a remote site in SRST using TLC script, the solution works fine in MGCP environment but I'm trying to acheive it utilizing H323 as the link is CAS R2 and not PRI, the problem is that the aa number does not hunt for the VoIP dial-peer and always hunts for the pots dial-peer because of the "incoming called number" and "service aa" under the pots, is there away that we can acheive this?

Thank you for your reply, but I already tried this and it still hunts to the pots dial-peer a snapshot of the config is as follows :
dial-peer voice 1 pots
incoming called-number .
direct-inward-dial
dial-peer voice 10 voip
preference 0
incoming called-number [Unity AA Number]
destination-pattern [Unity AA Number]
session target ipv4:[UCM IP Address]
codec g711ulaw
no vad
ip qos dscp cs3 signalling
dial-peer voice 100 pots
preference 1
incoming called-number [TLC AA Number]
service autoatt
destination-pattern [TLC AA Number]
port 1/0/0:15
where [Unity AA Number] = [TLC AA Number]
and still the pots gets invoked prior to the voip if I shut down the pots or take incoming called-number for it it goes to unity

Similar Messages

  • Redundancy for Cisco Unified Communications Manager Business Edition 8.0.

    Hi,
    Is there redundancy for Cisco Unified Communications Manager Business Edition 8.0.
    Can I deploy more than one server at a site for redundancy?
    Thanks
    Mudassir

    No. UCM-BE is a single-server solution. You can use CME in SRST mode for survivability if the server is offline.

  • Licensing for Unity Connection after Upgrade from 8.5 to 9.1.2

    I upgraded my Unity connection from 8.5.1 to 9.1.2. ( my CUCM is still on 8.5.1) . I have 200 CUWL-STD ( 2200 DLUs), and 50 CUWL-PRO (850 DLUs) . Now I am working with Cisco to get a license file for Unity Connection and apply that to my ELM. I attached my licensing page for when I was in 8.5.1 . Just want to make sure if I will be getting enough license with that license file, or possibly I need to buy more. Someone told me that if I want to have users with mailbox I need to order more licenses since every user take one CUWL license.
    Honestly i do not know how CUWL licensing work regardig to Unity or even CUCM.
    Thanks,

    Hi,
    The following link provides details of licenses usage by diff endpoints on version 9.x
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/upgrade/uct/9_1_1/CUCM_BK_U0AE00F5_00_uct-admin-guide/CUCM_BK_U0AE00F5_00_uct-admin-guide_chapter_0100.html
    HTH
    Manish

  • Where can I get window os 2003 for unity 5.0(1) for MCS7835I1 platform?

    Dear All,
    I didn't receive any DVD on window os 2003 for unity 5.0(1) for MCS7835I1 platform for my purchase.
    I only have got the IP Telephony OS 2003.1.1 which stated in the document that it is not for Unity.
    So I tried to open case to TAC but they asked us to look from Microsoft but I believed that normal window os will not be able to install on MCS sever, am I right? So where actually can I look for this window os?
    Thanks in advance
    Jarunee

    Hi Jarunee,
    You have 2 options:
    1) You purchased the MCS-7835-I1-ECS1, I would expect this one to come with the platform configuration disk (PCD). If you did not get this you will need to contact customer service as outline in this document
    2) You purchased another flavor of this server model such as MCS-7835-I1-IPC1 or directly from IBM. This will not come with the PCD. For this you will not get a PCD and you will need to supply the operating system yourself.
    The installation guide covers both scenarios to set up Unity either with PCD or self supplied OS.

  • How to provied Redundancy for VRF MGMT with help of BGP over MPLS(MPBGP)

    Hi,
    Please find the Network Topology.
    This is One Remote site and mamaged by Mgmt office.
    All devices on remote site is accessed by MGMT Office. My organisation seek for Redundancy for Managing devices.
    My administration is from MGW to R1. I am new to MPLS.
    AS u can see in diagram, R1 have 3 VRF(Voice,Signal and MGMT).Currently i have primary link over whitch we are running MPBGP.
    Traffic from these VRF goes to this primary link. Currently Secondary link is not connected.
    Now my organisation proposed for  the  secondary  link  and they want that only traffic from VRF -- MGMT should go through MPLS RTR R2 (the secondary link ) , when the mgmt routes  not learned from MPLS  RTR R1 (Connected to the SP1 ).
    Current  R1 config
    There is IBGP betweem R1 to both MPLS RTR.
    BGP Config
    router bgp 64513
      synchronization disable
      neighbor 10.36.150.1 remote-as 64513
      neighbor 10.36.150.1 activate
      neighbor 10.36.150.1 update-source loopback1
      address-family ipv4 vrf signalling
        redistribute connected
        redistribute static
      $
      address-family ipv4 vrf voice
        redistribute connected
        redistribute static
      $
      address-family ipv4 vrf OAM-T
        redistribute connected
        redistribute static
      $
      address-family vpnv4
        neighbor 10.36.150.1 activate
        neighbor 10.36.150.1 send-community
      $
    !<ospfv2>
    router ospf 100
      interface gei-3/3
        network point-to-point
      $
      network 10.36.150.49 0.0.0.0 area 0.0.0.0  --- loopback ip (Configured)
      network 10.36.149.60 0.0.0.3 area 0.0.0.0 ---- p2p ip bet R1 and MPLS R1.(Configured)
    network 10.36.149.64 0.0.0.3 area 0.0.0.0 ---- p2p ip bet R1 and MPLS R2. ----------  (till now not configured as secondary link is not connected)
    router-id 10.36.150.49
    so what configuration need to done at R1  to achiev the redunancy for MGMT vrf ?
    if possible please reply with sample configuration.
    or
    IN MPBGP protocol, where i will apply routing policy to apply  as- path prepand    so that Route  would be secondary to  neighbor.
    IGP-OSPF and BGP over MPLS is running.
    on Which  address-familiy nbr,should i apply, is it in VPNV4 or IPV4 or IPV4  VRF ?
    if i want 10.36.128.0/26 prefix should go to Neigbhor MPLS R2, what should i use access-list or Prefix list?
    please provide the reply with its config .
    thanks in advance,
    Regards,
    Ajay
    Message was edited by: Ajaykumar yadav

    Hi,
    Please find the Network Topology.
    This is One Remote site and mamaged by Mgmt office.
    All devices on remote site is accessed by MGMT Office. My organisation seek for Redundancy for Managing devices.
    My administration is from MGW to R1. I am new to MPLS.
    AS u can see in diagram, R1 have 3 VRF(Voice,Signal and MGMT).Currently i have primary link over whitch we are running MPBGP.
    Traffic from these VRF goes to this primary link. Currently Secondary link is not connected.
    Now my organisation proposed for  the  secondary  link  and they want that only traffic from VRF -- MGMT should go through MPLS RTR R2 (the secondary link ) , when the mgmt routes  not learned from MPLS  RTR R1 (Connected to the SP1 ).
    Current  R1 config
    There is IBGP betweem R1 to both MPLS RTR.
    BGP Config
    router bgp 64513
      synchronization disable
      neighbor 10.36.150.1 remote-as 64513
      neighbor 10.36.150.1 activate
      neighbor 10.36.150.1 update-source loopback1
      address-family ipv4 vrf signalling
        redistribute connected
        redistribute static
      $
      address-family ipv4 vrf voice
        redistribute connected
        redistribute static
      $
      address-family ipv4 vrf OAM-T
        redistribute connected
        redistribute static
      $
      address-family vpnv4
        neighbor 10.36.150.1 activate
        neighbor 10.36.150.1 send-community
      $
    !<ospfv2>
    router ospf 100
      interface gei-3/3
        network point-to-point
      $
      network 10.36.150.49 0.0.0.0 area 0.0.0.0  --- loopback ip (Configured)
      network 10.36.149.60 0.0.0.3 area 0.0.0.0 ---- p2p ip bet R1 and MPLS R1.(Configured)
    network 10.36.149.64 0.0.0.3 area 0.0.0.0 ---- p2p ip bet R1 and MPLS R2. ----------  (till now not configured as secondary link is not connected)
    router-id 10.36.150.49
    so what configuration need to done at R1  to achiev the redunancy for MGMT vrf ?
    if possible please reply with sample configuration.
    or
    IN MPBGP protocol, where i will apply routing policy to apply  as- path prepand    so that Route  would be secondary to  neighbor.
    IGP-OSPF and BGP over MPLS is running.
    on Which  address-familiy nbr,should i apply, is it in VPNV4 or IPV4 or IPV4  VRF ?
    if i want 10.36.128.0/26 prefix should go to Neigbhor MPLS R2, what should i use access-list or Prefix list?
    please provide the reply with its config .
    thanks in advance,
    Regards,
    Ajay
    Message was edited by: Ajaykumar yadav

  • Router redundancy for Channelised E1s?

    Well I have two 7606 routers and around 40 channelised E1s, I have two STM - 1 mux and four STM - 4 mux at my premises, I need to design a topology such that the two 7606 routers should be redundant i.e. in case of failure another 7606 router should switch over and provide connectivity from my LAN to the MUX.
    While searching I found Automatic Protection Switching as one solution where I would have to use sonet card on 7606 routers and this sonet card would connect to an Add/Drop multiplexer.
    I need to know whether STM-4 mux can be connected to STM-1 card.
    Also, If I use STM - 4 card then can I have 1000 interfaces for channelised E1s on one single STM-4 card?
    PA-MC-STM-1 card seems to support only 256 interfaces.
    http://www.cisco.com/en/US/docs/interfaces_modules/port_adapters/install_upgrade/multichannel_serial/multichannel-stm-1_install_config/2746ovr.html
    Suppose if I use multiple STM-1 cards and configure APS for redundancy, and only one SONET card fails, so will the switchover be for all the cards or just the for the card which has failed?

    I need to design a topology such that the two 7606 routers should be redundant i.e. in case of failure another 7606 router should switch over and provide connectivity from my LAN to the MUX.
    Automatic PRotection Switching (APS) is solution for STM1 card failure.Suppose if your 7606 is working but your STM 1 card fails then other card will be used by APS. But if you need redundancy for your 7606 router then i think you have to use HSRP,VRRP,GLBP whichever suits for the traffic pattern.
    I need to know whether STM-4 mux can be connected to STM-1 card.
    You cannot connect STM 4 card to a STM 1 card but you CAN connect STM 1 card on your STM 4 mux to STM 1 card in router.
    if I use multiple STM-1 cards and configure APS for redundancy, and only one SONET card fails, so will the switchover be for all the cards or just the for the card which has failed?
    APS is 1+1 kind of protection so 1 card is protecetd by 1 different card and can be used only for you have defined. So if you have 2 STM card/port in your router and want to use protect both of them then you need 2 more card/port in your router

  • MCS-7845-H2-CCX2 for Unity 7.x

    Is it possible to use a MCS-78945-H2-CCX2 for Unity 7.x?
    There was an ordering mixup and it is too late to return the server so can I repurpose it for Unity?
    What are my options besides UCCX?

    No, you can't use it for Unity.
    Cisco Unity Supported Platforms List
    http://www.cisco.com/en/US/prod/collateral/voicesw/ps6789/ps5745/ps2237/product_data_sheet0900aecd802132ef.html
    According to this link it's either UCCX or IP IVR what you can use it for.
    Cisco MCS 7845-H2
    http://www.cisco.com/en/US/partner/prod/collateral/voicesw/ps6790/ps5748/ps378/product_data_sheet0900aecd80587390.html
    HTH
    java
    If this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • Redundancy for single IDSM on two separate chassis

    Can EtherChannel protocol be used to provide active/standby redundancy for single IDSM on two different chassis.
    Rgds.

    From the given link, I understand that active/standby redundancy configuration is not possible for IDSM's on two different chassis. Only active/active is possible.
    Secondly, please let me know whether the below configuration is for two IDSM's within same chassis or across two separate chassis.
    intrusion-detection module 4 management-port access-vlan 100
    intrusion-detection module 5 management-port access-vlan 100
    intrusion-detection module 4 data-port 1 channel-group 5
    intrusion-detection module 4 data-port 2 channel-group 6
    intrusion-detection module 5 data-port 1 channel-group 5
    intrusion-detection module 5 data-port 2 channel-group 6
    intrusion-detection port-channel 5 trunk allowed-vlan 200-204,208
    intrusion-detection port-channel 5 trunk allowed-vlan 708
    intrusion-detection port-channel 5 autostate include
    intrusion-detection port-channel 5 portfast enable
    intrusion-detection port-channel 6 trunk allowed-vlan 260,280,400,401
    intrusion-detection port-channel 6 trunk allowed-vlan 111-114
    intrusion-detection port-channel 6 autostate include
    intrusion-detection port-channel 6 portfast enable
    Rgds.

  • Normal redundancy for voting files

    Hey, currently I configured normal redundancy for my ocr and voting disks.
    crsctl query css votedisk is showin orcl:ocr1, orcl:ocr2, orcl:ocr4 as configured disks.
    All disks resides on the same storage but in two different aggegrates - two raid groups.
    Does it makes sense to put one voting file on a seperat nfs share ?
    Just in case, one raid group is malfunctiong. I know, in case the storage is powered off, the cluster will die.

    Hi,
    I never heard about raid group is malfunctiong by itself (except when somebody makes a mess on RAID).
    RAID System (storage) is designed to support failures, you can choose the RAID level as needed. Raid is a feature of STORAGE the manufacturer of the storage must ensure that it will work. If it is proven that the issue of data loss was caused by failure of storage (bug) you can sue the manufacturer.
    I believe that the data (database) are on the same storage. right? If you have only two raid and one fails you will lose a part of your environment (e.g database, etc.). So NFS option is useless if it can't provide high availability.
    If you have more than 2 raid group you can use the other raid group instead of NFS, is more easy NFS fail than RAID fail. (but it's your choice)
    Regards,
    Levi Pereira

  • Anyone help me redundancy for serial in to fast ethernet

    We have connected some customer through leaseline through router serial interface .
    the main problem is sometime the leaseckt is down for 2 or 3 days continously.
    so we want redundancy for those customer.
    we have backup rf link
    so any possiblities are there for if serial interface line protocol went down automatically traffic swithover to ethernet interface of 3550 switch fa interface

    Hi
    in this figure the customer have one ip 16 ip block that is oruted with IGRP in PE router
    we want either link customer use same ip block.
    and in RF link Base Station is connected in L3 Swith Fast Eternet port.
    All rf customers are in different VLANS.
    if the LeaselIne went down the traffic will automatically swithed over to rf link
    means the L3 swith fast ethernet port have several vlan membership in this it automatically go.
    sorry for poor english.
    looking forward u r reply.
    thanks

  • Unity Data Store for unity 8

    Guys,
      Im installing unity 8.0.3  , but unfortunately stuck at " cisco data store" .When i searched google itsays to install "sql server 2005 sp3" or"sql server express 2005 sp3". I installed express , but unity assistant still shows the result as "failed".
    Any help from u guys will be appreciatable.

    You should take a look at the "Read Me" file as it states that the Unity Data Store DVD for Unity 8 is NOT available for download.  Refer to the following:
    Do Not Use the Cisco Unity Data Store 2000 Disc from Cisco Unity 7.x and Earlier to Upgrade to Cisco Unity 8.0
    If you are upgrading to Cisco Unity 8.0 and reinstalling software on the Cisco Unity server (for example, because you are replacing the server or upgrading to Windows Server 2003), you must use the Data Store 2000 disc that ships with Cisco Unity 8.0. The Data Store 2000 disc that shipped with earlier versions of Cisco Unity has a different directory structure, and the Cisco Unity System Setup Assistant, which guides you through installing and configuring Cisco Unity 8.0, will not recognize the Data Store 2000 disc that shipped with Cisco Unity 7.x and earlier. (If you paid for an upgrade to SQL Server 2005, we will ship you a Data Store 2005 disc with the rest of your Cisco Unity software.)
    The Cisco Unity 8.0 version of the Data Store 2000 disc is not available for download on Cisco.com. To perform an upgrade that requires reinstalling software on the Cisco Unity server, you must either wait for the Cisco Unity 8.0 installation discs to arrive or manually install SQL Server 2000 or MSDE 2000. Manually installing the application is not documented and, therefore, not supported.
    There's your answer.  You need to order the upgrade kit from Cisco in order to get the proper DVD.
    Hailey
    Please rate helpful posts!

  • Server update wizard for unity 7 what's in it ?

    Hi
    I am trying to find out what patches are applied to the server when you run 'ServerUpdatesWizard-v.3.0.05-042010' for Unity 7.  Can find links to older patches detailing which MS patches are being applied but not to this one.  Help pointing me in the right direction would be greatly appreciated.
    Thanks
    Phil

    Hi Phil,
    Wizard Version 3.0(5), April 2010
    Cisco Unity Server Updates wizard version 3.0(5) installs the following software:
    •Cisco Security Agent for Cisco Unity version 3.1(7).
    •The Microsoft security updates listed in the following sections:
    –Wizard Version 3.0(4), February 2010
    –Wizard Version 3.0(3), January 2010
    –Wizard Version 3.0(2), December 2009
    •The Microsoft security updates listed below.
    In addition, when this version of the wizard is run on Windows Server 2003 SP1 or SP2, it applies the registry edit described in Microsoft Knowledge Base article KB 928046. The registry edit fixes a known issue in Cisco Unity in which administering the system over remote desktop connections in console mode crashed the Cisco Unity-CM TSP.
    April 2010
    –KB 948496, An update to turn off default SNP features is available for Windows Server 2003-based and Small Business Server 2003-based computers
    –MS10-018, KB 980182 (Critical), Cumulative Security Update for Internet Explorer
    December 2008
    –KB 955839, December 2008 cumulative time zone update for Microsoft Windows operating systems
    July 2008
    –KB 953988, An application that uses the IEnumVARIANT interface triggers a memory leak, and this causes system performance to decrease on a Windows Server 2003-based computer
    http://www.cisco.com/en/US/docs/voice_ip_comm/unity/updates/wizard/2010cuupwz.html
    Cheers!
    Rob

  • ATM for Unity on 10.5

    I am trying to setup ATM for Unity on 10.5
    http://www.ciscounitytools.com/Applications/CxN/ATM/Help/ConnectionAudiotextManager.htm
    I cannot find the "Database Proxy: Service Shutdown Timer" in Unity. Any ideas on where to look? The service is activated.

    Strange, I don't see it on 10.5 either.  I checked my production 8.5 and it is listed.  Not sure where it was moved.  Hopefully someone knows because I have several large installs coming down the pipe later this year and would like to use this tool as well.

  • COBRAS Import for Unity Connection 8.5 and Subscriber LDAP Integration Status

    Using COBRAS Import for Unity Connection 1.1 Build 212 with Unity 4.2 Voicemail Only and Connection 8.5(1)SU1 with LDAP Directory Integration
    When I run COBRAS the old alias matches the new alias and my desire is for subscribers being moved to be LDAP inegrated.  However after COBRAS runs, the radio box for LDAP Integration Status on the subscriber is set to Do Not Integrate with LDAP Directory. Is there a way for COBRAS to select Integrate with LDAP Directory when the alias matches on LDAP?

    Hi ben,
    If you are just importing from and not authenticating against LDAP, then the PIN comes
    from the Connection Template you used to build the users;
    Note that no passwords or PINs are copied from the LDAP directory to the Connection database. If
    you want Connection users to authenticate against the LDAP directory, see the “LDAP
    Authentication” section on page 9-7.
    http://www.cisco.com/en/US/docs/voice_ip_comm/connection/8x/design/guide/8xcucdg040.html
    Cheers!
    Rob
    "Show a little faith, there's magic in the night" - Springsteen

  • – Enable high availability and redundancy for Cisco WAAS

    How this is available
    – Enable high availability and redundancy for Cisco WAAS appliances in data centers.
    Thank you.

    Hi,
    You can serially cluster two WAE devices with the Cisco WAE Inline  Network Adapter installed to provide higher availability in the data  center if a device fails. If the current optimizing device fails, the  inline group shuts down, or the device becomes the overloaded, the  second WAE device in the cluster provides the optimization services.  Deploying WAE devices in a serial inline cluster for scaling or load  balancing is not supported.
    More deatils here: Clustering Inline WAEs
    Hope this helps.
    Regards.
    PS: Please mark this as Answered, if this answers your question.

Maybe you are looking for