Remove routing group

I just finished an SBS2003-to-Windows2012/Exchange2010 migration. I went through all the steps to migrate Exchange, await/verify replication, etc, seize the FSMO roles to the W2012 server, and finally removed the SBS2003 server from the domain and shut it
down. Everything is working fine with just Exchange 2010 with one small exception. One thing somehow got leftover: the Exchange administrative group containing only the old server. The only evidence is the event log here:
The topology doesn't contain a route to Exchange 2000 Server or Exchange Server 2003 [Old Server FQDN] in Routing Group blah, blah, blah.
Everything I have looked up on the subject explains how to remove problematic/obsolete routing group connectors; however, Get-RoutingGroupConnector returns nothing, and ADSIEdit reveals the problem: there a routing group containing just the old server left
over from the migration.
Configuration -> Services -> Microsoft Exchange -> [Exchange domain] -> Administrative Groups. The next level is where I see the problem.  There are two administrative groups:
The new administrative group containing only the new Exchange 2010 server under CN=Servers
The original "first administrative group"containing only the old Exchange 2003 server under CN=Servers
I do see one disturbing thing that might indicate I missed a step in migration: the new administrative group is missing CN=Hierarchies that is present in the old/defunct administrative group. The new one has these:
Advanced Security
Arrays
Database Availability Groups
Databases
Routing Groups
Servers
Each of those contains references only to objects that exist and are functional in Exchange 2010. The old administrative group contains these:
Advanced Security (looks the same as the new one above)
Folder Hierarchies (one entry for Public Folders, Clas msExchPFTree)
Routing Groups (with nothing under first routing group -> Connections)
Servers (and only the old server listed)
So my questions are two:
Do I need to (and can I) move the Folder Hierarchies to the other administrative group? Or do I need to create one manually there?
If so, and when done, can I simply delete the obsolete/defunct "first administrative group" via ADSIEdit?

So, I think maybe I found the solution. I found a post here:
http://blog.bruteforcetech.com/archives/766 indicating how to manually create the Folder Hierarchies object under the new Exchange administrative group. Besides creating the Folder Hierarchy in the correct administrative group, I had to manually populate
the msExchOwningPFTreeBL attribute object of the PF Store. Then I got "multiple MAPI..." errors when attempting to manage public folders, so I finally moved the entire obsolete administrative group container to Lost & Found inside ADSIEdit
(so I could get it out of the way but still see it for reference).
I think the problem is solved; however, I would not be too surprised if one of you experts finds a major hole in my logic (beside missing the Folder Hierarchies during migration, which I think was the source of my woes today).

Similar Messages

  • Removing old exchange 2003 routing groups from Exchange 2010.

    I have migrated over to Exchange 2010(server2008) from Exchange 2003(SBS2003). I've also already run the uninstall for exchange 2003 on the old SBS 2003 server. The old server itself is still running but exchange has been removed and once I get this fixed
    I plan to fully remove the old SBS server.
    I now get event ID 5020 and 5006 throughout the day on the new server. From what I've read, this happens because the old routing group connectors still exist.
    If I run Get-ExchangeServer I get
    Name                Site                 ServerRole  Edition     AdminDisplayVersion
    SERVER                                   None       
    Standard    Version 6.5 (Bui...
    SERVER2008          hr.local/Configur... Mailbox,... Standard    Version 14.0 (Bu...
    Am I correct in assuming that the way to fix this now is to go into ADSI edit and delete records under CN=First Administrative Groups? As in delete CN=Routing Groups and CN=Servers and everything under both of those? I'd try this myself but I'm not aware
    of any way to restore those records easily if I'm wrong.
    Event ID 5006
    Cannot find route to Mailbox Server CN=SERVER,CN=Servers,CN=first administrative group,CN=Administrative Groups,CN=HR,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=hr,DC=local for store CN=Public Folder Store (SERVER),CN=First Storage Group,CN=InformationStore,CN=SERVER,CN=Servers,CN=first
    administrative group,CN=Administrative Groups,CN=HR,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=hr,DC=local in routing tables with timestamp 27/09/2014 1:57:43 PM. Recipients will not be routed to this store.
    Event ID 5020The topology doesn't contain a route to Exchange 2000 Server or Exchange Server 2003 server.hr.local in Routing Group CN=first routing group,CN=Routing Groups,CN=first administrative group,CN=Administrative
    Groups,CN=HR,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=hr,DC=local in routing tables with the timestamp 27/09/2014 1:57:43 PM.

    Get-RoutingGroupConnector shows nothing. As for the servers group. It has the old server under it as shown in the image I posted above. That's actually what stops me from just deleting it because other guides have said not to delete it if an old server
    is listed.
    Is the SBS2003 server listed because I haven't ran DCPROMO to remove it from the network yet? I am planning to do this but was waiting till I cleaned up all the errors before transferring the 5 FMSO roles and running DCPROMO on the old server.
    DCPROMO isn't related to this, no.
    So you removed Exchange already? How? With setup? It should have removed the Exchange Server object then.
    It is supported to remove Exchange 2003 manually if required with adsiedit:
    http://support2.microsoft.com/kb/833396
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • Removing a transportserver from a routing group

    Hi, we are currently changing from 2 x 2003 servers to 1 x 2010 server
    FOXGLOVE - SBS2003
    PINE - Server 2003 with Exchange 2003
    APPLE - Server 2012 with Exchange 2013.
    We have moved public folder replica's\mailboxes off PINE, and came to uninstall exchange from PINE, but it popped up that it couldn't be done as it was a remote bridgehead 
    When i look on System Manager on the 2003 server, the routing group connector "2k32k10" shows  FOXGLOVE & PINE as remote bridgheads. (but they cannot be removed from here (new version of exchange)
    So looking on 2010
    Name                      SourceRoutingGroup                             TargetRoutingGroup
    2k32k10                   first routing group                            Exchange Routing Group (DWBGZMFD01QNBJR)
    2k32k10                   Exchange Routing Group (DWBGZMFD01QNBJR)       first routing group
    also running "Get-Routinggroupconnector | fl" shows the pine server listed in "targettransportservers"
    targettransportservers : {PINE, FOXGLOVE}
    I searched and found the command to set the target transport server:
    [PS] C:\Windows\system32>Set-RoutingGroupConnector -Identity "2k32k10" -TargetTransportServers "FOXGLOVE"
    The operation couldn't be performed because '2k32k10' matches multiple entries.
        + CategoryInfo          : NotSpecified: (0:Int32) [Set-RoutingGroupConnector], ManagementObjectAmbiguousException
        + FullyQualifiedErrorId : 52C67F2B,Microsoft.Exchange.Management.SystemConfigurationTasks.SetRoutingGroupConnector
    So instead I used the guid 
    [PS] C:\Windows\system32>Set-RoutingGroupConnector -Identity "bcf647c9-aa29-430c-80e9-4adc43240e3b" -TargetTransportServ
    ers "FOXGLOVE"
    Target servers can't be in the same routing group as the source servers. The source servers belong to the routing group
    : 'first routing group'.
        + CategoryInfo          : InvalidOperation: (2k32k10:RoutingGroupConnector) [Set-RoutingGroupConnector], SendConne
       ctorSo...nOneRgException
        + FullyQualifiedErrorId : 39024363,Microsoft.Exchange.Management.SystemConfigurationTasks.SetRoutingGroupConnector
        + PSComputerName        : apple.phoenix.local
    Im now a bit stumped.
    Basically FOXGLOVE needs to stay working with APPLE, but PINE needs to be removed.
    Any help?
    Thanks

    Hi Garry,
    Agree with Dare's suggestion. You can run the following cmdlet to remove the routing group connector between Exchange 2010 routing group and Exchange 2003 routing group at first.
    Remove-RoutingGroupConnector -Identity "xxx" -DomainController xx.xx.xx
    What's more, here are some helpful threads for your reference.
    Remove-RoutingGroupConnector
    http://technet.microsoft.com/en-us/library/aa998645(v=exchg.141).aspx
    You cannot remove a server that is a bridgehead for a routing group connector
    http://social.technet.microsoft.com/Forums/exchange/en-US/ea872977-ec59-417d-9d7a-e2a5840e98ba/you-cannot-remove-a-server-that-is-a-bridgehead-for-a-routing-group-connector
    Changing Routing Group Connector Bridgehead
    http://social.technet.microsoft.com/Forums/exchange/en-US/c397e275-9c25-421e-898f-11dbea5f25e3/changing-routing-group-connector-bridgehead
    Hope it helps.
    If there are any problems, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • CUCM 10.5 - Order of trunks in Route Group ignored...Not sure why

    Question #1   
    I've had a voice mail pilot number working for a long time now.  It's MS Unified Messaging (MS UM for short).  Since we have more than one MS UM server, I thought I'd go ahead and create a SIP trunk for each of the MS UM servers and then put them in the existing Route Group (RG).  I thought I'd go ahead and reorder the trunk groups listed in the RG just to be sure my configure for the new trunk groups was correct.  I have the SIP Options Ping enabled in my SIP profile and I do see all the MS UM SIP trunks with a status of 'Full Service'.  Anyway, if I place one of the newly added SIP trunks for MS UM at the top of the existing RG, my calls are still ending up at the original MS UM server.  It's like CUCM is ignoring the fact that I placed the new SIP trunk at the top and it keeps routing to the old/existing SIP trunks/MS UM server I had in this RG.   I tried resetting the SIP trunks and also reset the Route List (which I didn't think I'd need to do, but I did it anyway) and the result is the same.  It won't select the new SIP trunks no matter what I try.  
    I didn't try removing the original SIP trunk from that RG yet and I don't want to do it during the business day, but I could try that after hours and see what happens then.  
    Any ideas about why it won't use the new SIP trunks even though they're in service and at the top of the RG list (higher priority), above the original SIP trunk?  My RG is set for top down, not circular.  
    Question #2:
    Here's a somewhat related question.  (screenshot attached for this one)  I first thought I could simply go to the original SIP trunk and add the other IP addresses for the ofther MS UM servers so I wouldn't need to create more SIP trunk groups for this.  Maybe I'm understanding it wrong, so please enlighten me what these fields are really used for.  On the SIP trunk page, there's a SIP Information section and that's where you add the IP address of the device CUCM is talking to (Destination).  For example, the MS UM server.  Was I wrong to assume that if the SIP trunks would be identical in their config you can simply add the other IP addresses for the alternate MS UM servers here in this section of the SIP trunks page?   What exactly would the extra IP address fields be used for (when you click + to added another address)?   
    As soon as I added a second IP address, my calls to MS UM stopped working.  After I removed the second IP (which is for an alternate MS UM server), everything started working again.  Just curious how that IP address field should really be used.  For now, I simply created new SIP trunk groups for the other MS UM servers.
    Thanks :-)

    Hello,
    For me both questions are related, and I expect a communication issue between CUCM and the new MS UM server.
    I would like to start with the 2nd question as it answers both, the below is mentioned in the admin guide of CUCM 8.5 but no much explanation was added to the admin guide of 10.0:
    "•When an outbound call gets placed, a destination address gets chosen randomly. No preference is given to one destination address over another. All SIP messages that are sent out for a given outbound call go to the same destination address.
    •The SIP trunk accepts inbound messages from any of the configured destination addresses."
    The above answers your inquiry, redundancy cannot be achieved by configuring multiple destinations. And calls are dropped when you add the new ip address within the same trunk, because it was chosen but the CUCM was not able to communicate with it, and also this explains why the new MS UM server trunk was not selected in the RG, as CUCM also was not able to communicate with it and moved to the next member in the RG (i.e. the old MS UM).
    - Can you try to ping the new MS UM server from CUCM server, SSH to CUCM server and issue the following command: utils network ping IP_ADDRESS_OF_NEW_MS_UM
    - It can be that the new MS UM server is configured to accept only SIP UDP messages, can you try changing it from the SIP security Profile?
    If the above two suggestions did not help to isolate the issue, then we need detailed CCM logs covering test outgoing call together with the IP addresses of both MS UM servers.
    Thank you,
    Shadi

  • How can I remove 300 groups from my iCloud Contacts?

    My OS X Address Book started out with about 10 groups, but now iCloud.com has about 300 groups.
    The replication arose because of a bug in how iCloud handles a mixture of Address Book Cards with both OS X and Windows line terminated Notes (LF vs. CRLF - it helps if you once used a typewriter).
    I figured out how to convert Address Book to all LF terminated line feeds and I was able to get iCloud.com working on a different account, but my core account is stuck with 300 groups (some replicated 50 times).
    I know how to delete all Cards/Contacts in iCloud.com Contacts, but, unfortunately that doesn't remove Groups. (Groups have an interesting behavior in iCloud, almost as though Apple has a special plan for them.)
    I can delete Groups one at a time on iCloud.com, but that's tedious. Unfortunately deleting them on Address Book, and trusting in sync to clear up iCloud.com, is equally tedious.
    Has anyone heard of a way to delete all Groups on iCloud or Address Book 6? Perhaps an AppleScript?
    Has anyone heard of Apple resetting a corrupt iCloud account to clear out bad data? (I have a clean version of Address Book I can use to restart -- that, by the way, is harder than you'd think. Again because Groups are special).
    Advice appreciated. If I get some free time I might take may laptop by the Genius bar and see what they say...

    I figured this out. In this case I didn't care about my Contacts, I had them elsewhere. My problem was my iCloud acount was "poisoned" with massive replication of 'Groups'. Even after I deleted all the Contacts I still had hundreds of Groups to get rid of. Manual deletion was too tedious.
    The answer was a simple AppleScript (I'm on ML on the machine i ran this on, so it's "contacts" rather than Address Book:
    tell application "Contacts"
              repeat 50 times
                        set theGroup to group "MyGroupName"
      delete theGroup
              end repeat
    save
    end tell
    Since I had the same Group Names replicated about 100 times each, I only had to run this about 10 times to clear them all out. When I got to smaller numbers I had to drop the repeat count. I changed the Group name as I went.
    Took me about five minutes.
    I'm sure an AppleScripter could turn this into a general script for removing all groups all at once. Or could get very clever, and only remove groups that had no contacts (so one could salvage the group/contact relationships).
    I didn't need that. My problem has been fixed.
    I think sync works a LOT better in ML than Lion btw. iCloud updated very quickly.

  • Create Routing Groups using BAPI_ROUTING_CREATE Limitation?

    Hi all,
    I am doing a conversion for the routing groups for PP. The routing groups include sequence, operation number, material assigned and component allocation.
    In this project, the BOM size of the material is super huge, thus to ease the conversion. I have used Function module to download the BOM structure and then allow user to maintain manually the operation and sequence. After that I will use BAPI BAPI_ROUTING_CREATE to do the conversion.
    And I manage to get all operation, sequences, material assigned and component allocated. However, I face a problem as the BOM size keep increasing and same material BOM might be assigned to different header BOM at the same time. Thus, key field such as level and path is important for the input.
    Note: Please check the order path in CA03, the technical name is STPOB-WEGXX1 with attribute type DEC length 4.
    In my case, the Order Path is more than 99... around few hundreds....  But the issue is the order path field used in the BAPI_ROUTING_CREATE: BAPI1012_COM_C-ORDER_PATH is only has attribute type NUMC length 2.
    Either I get a short dump by passing in the order path, or I might miss out the some component allocation using the BAPI. Anyone faces this before? Please advise.
    Thanks.
    Best regards,
    Vin

    Hi Vivek,
    I got this reply from SAP.
    ORDER_LVL and ORDER_PATH need not be filled, but PATH has to be
    filled with the KANTE values.
    The logic to calculate path value is the same as the kante value.
    (PATH)
    A (N) 0
    -> B (P) 1
    -> B1(N) 1
    -> B2(P) 2
    -> C (P) 3
    -> C1 (N) 3
    -> C2 (P) 4
    N- normal item P- phantom
    Note 305919 details this.
    However, it quite confuses me as I read through sapnote 305919 : It seems like what is been replied from SAP does not really correct.
    Symptom
    You want to create component allocations to phantom assemblies using batch or direct input. In order to uniquely identify the phantom assembly, you must enter the level and the path. This note describes how the SAP System assigns the level and the path.
    Thus, I will continue to check with SAP. I think this is the inconsistency of the database and the BAPI, correct me if I am wrong.
    Thanks a lot.
    Regards,
    Vin

  • Is RTMT can monitor when the first Route Group of a Route List is not used ?

    Hi everyone,
    I want to find how monitor this event in RTMT without success. I hope someone will have an idea to suggest !
    My problem :
    I have one Route List (RL_Remote) wich is used to route calls between two sites. This Route List has two Route Group :
    - the first is a SIP trunk connected to my remote site (RG_SIP)
    - the second is a local route group wich used PSTN (RG_PSTN) [BACKUP]
    Is it possible that RTMT sends me an alarm when calls are routing via RL_Remote but are not using RG_SIP ?
    In fact, I want to receive an alarm as soon as the Backup Route Group (RG_PSTN in my example) is used.
    Thanks for your help !
    Have a nice day,
    Franck-Emanuel

    More or less correct yes:
    Core Issue
    This issue can occur if an available route is not found in the indicated route list.
    If  the call fails on the current gateway, Cisco CallManager attempts to  extend the call to the next route in the route list. This occurs until  it reaches the last route. If the call cannot be completed with the last  gateway, the Route List Exhausted event is logged.
    These are possible reasons for a failure on the current gateway:
    Unallocated number, such as a non-existing destination
    Busy user
    Out of bandwidth   
    Gateway fails to respond to the call setup request 
    The user receives alerts similar to this in the Real-Time Monitoring Tool (RTMT):
    Most  Recent Alert Raised: At 09:19:27 on 12/21/2005 on cluster  CALLMANAGER1-Cluster. Number of RouteListExhausted events exceed 0  within 60 minutes.
    There  are at least five RouteListExhausted events (up to 30) received during  the monitoring interval from 09:07:27, 12/21/2005 to 10:07:27,  12/21/2005.
    https://supportforums.cisco.com/docs/DOC-29032

  • CUCM 10.5 Local Route Group

    When utilizing the local route group for a device pool, when a change is made for that device pool, does a reset of the devices have to occur for the changes to go into affect?  The reason I ask is if you are simply making the change to the Route List there is no interruption to the end users, but what if a location's Long Distance is pointing to a Route List that references a Local Route Group.  If you want move that to another route group under the device pool is there any impact on the phones in that device pool?
    Thanks,
    Joe

    So What you ask is if you modified the route list (change the actual local route Group for other route group) will reset the phones ? as far as I now no change on rl will reset phone but change on dp will..

  • How can I easily remove a group of photos from my iPad

    how can I easily remove a group of photos from my iPad?

    Iif the photos were synced to the iPad they can only be removed by connecting to iTunes on your computer, unselecting the photos folder that you synced to the iPad and then follow that with a sync.
    IF the photos are in the camera roll, open the camera roll album, tap the as select button in the upper right corner, tap on each photo that you want to delete in order to select them and then tap the trash can icon.

  • How to delete / remove a group in AD using LDAP?

    Can anyone please point me in the right direction to code the ability to delete or remove a group from AD using LDAP? Is this even possible? I'm surprised I cannot find anything related to this action.

    How would you delete any other object using LDAP ?
    Why do you think deleting a group is any different ?
    String groupName = "CN=Idiots,OU=Developers,DC=Antipodes,DC=Com";
    // Create the initial directory context
    LdapContext ctx = new InitialLdapContext(env,null);
    // Delete the group, and wishfully all the idiots that ask stupid questions
    ctx.destroySubcontext(groupName);

  • Portal Error (A critical error...) after removing "Administrators" group

    Hello experts,
    I'm very new on the Portal topic and faced with an error on our portal environment (SAP ECC 6.0 and SAP Netweaver 7.01)
    I've created a custom role with some worksets, folders and SAP standard delivered iView inside.
    My portal dummy user is owner of this role. Furthermore he's assigned to the groups: "Everyone", "Administrators" and "Authenticated Users". The corresponding user in R/3 backend has SAP_ALL.
    When I log-on to portal it's working fine, iViews, etc. are properly loaded. But thanks to the "Administrators" group, the user can access the tabs "Content Administration", "System Administration" and "User Administration" which should be obviously not the case. When I remove the group "Administrators" from the portal user, the 3 tabs are not displayed anymore. Therefore the iView from my custom role are not loaded any more. I get an error message in main screen saying "Critical Error. A critical error has occured. Processing of the service was terminated. Unsaved data has been lost. Contact your system administrator".
    A colleague told me that it might be an issue on portal permission. I went via tab "System Administation" > "Permission" into the PCD and gave to my roles, folders and an example iView the following permissions:
    - Name: Everyone; Administrator: Full Control; End User: checked
    - Name: Authenticated Users; Administrator: Full Control; End User: checked
    As I've used Delta Links I gave these permission to the SAP delivered iViews, too. Unfortunately the error stays the same.
    Please advice what's missing.
    Thank you so much, Jessica

    Hi,
    Thanks for your reply.
    I started the NWA and went to Analysis > Debug > Logs and Traces.
    There is a fatal error stated but the explanation is not very detailed:
    Severity: fatal; Message: n/a; Category: /Applications/Xss; Location: com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent; Application: sap.com/tcwddispwda; Host: pesap57; Node: Server 0 26_91224
    The message is displayed twice (again: Severity: fatal; Message: n/a; Category: /Applications/Xss; Location: com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent; Application: sap.com/tcwddispwda; Host: pesap57; Node: Server 0 26_91224)
    These errors are not in the log when I add the Administrators Group.
    Thanks for your advice, Jessica

  • UCCX Redirect Step and Local Route Groups

    Hello,
    CUCM 9.1.2
    UCCX 9.0
    I have come across a situation in one of our UCCX scripts with the call redirect step where it is forwarded to a local cell phone for after hours calls. The number in the Call Redirect step is 9, followed by the 10-digit number of the cell.
    While the call does redirect successfully from the UCCX script, the call always uses the local route group of the original calling party's device. So, if the call from an IP Phone to the cell is going out the gateway where the cell number is a local call, the 9 followed by the 10 digit number works fine.
    If it's a site across the WAN, the call redirect to the cell fails because it's using LRG of the calling party's phone and thus it needs to be a long distance call.
    I kind of thought the Service Parameter Local route group for redirected calls being set to "Local route group of last redirecting party" might have addressed this, like it did for call forward all situations, but it does not seem to be the case.
    Would the recommendation be to use Call Consult Transfer instead of the Call Redirect step? This seems to work, but was wondering if there were other ways to approach it.
    Thanks for your help,
    Frank

    Hi Anthony,
    Thanks for the reply. The Call Consult Transfer step did resolve my issue, so now the call is always coming from the local site and using the LRG of the DP of the CTI ports. I previously had it set up using the Call Redirect step in the script with 9 followed by the 10-digit number, and thus it was kind of not working when calling over the WAN from remote sites.
    I should have mentioned that we recently did an CUCM / CCX upgrade. In CUCM, all call restrictions were previously done at the device level, nothing on the line. Now we have the line doing the call restrictions. So the Call Redirect step worked fine in the old environment with the 10-digit number, not so much in the new.
    But I like your suggestion about +E164 even better, since we rolled that into the upgrade as well. I tried putting the full +E164 number in the script using the Call Redirect step. Works perfectly from all sites.
    Thanks for your help.
    Frank

  • TEHO with Local Routing Group

    Hi,
    I was watching an online training video of setting TEHO using Local Routing Group on CUCM 8.6. However somehow I think he configured it wrong.
    In his example,
    He used a centralized call processing infrastructure for NY (hosts the CUCM) and CA offices. NY and CA router groups are created to contain local gateways respecitively and also assigned to corresponding device pool. When configuring Route List for the remote patterns (Pattern to reach CA numbers from NY, vice versa), he only created one RL for both patterns and only added the Standard Local Route Group to the RL… Then wrap up the configure.
    To me, in order to make TEHO work, there should be one RL for each location (one for NY and one for CA) and the NY route group needs to be added into the CA RL and CA Route group needs to be added into NY RL and both RL has SLRG as secondary option.
    Am I crazy or the video did it wrong...

    Good catch, with what is described here, when someone in CA calls a number in CA, the CA route list would be matched and the route list would be selected which contains Standard Local Route Group (SLRG) and the device pool for CA would be checked and the CA route group would be selected.  That works as expected.  Now if a CA phone calls a NY number, the route pattern would be matched, the route list the route pattern points to would be SLRG, so the device pool of the originating device would be checked.  The CA device pool being that a CA phone placed the call would be checked for the local route group and that would be set for a CA route group, so the call would go out of a CA gateway.
    What usually is done is that the route list for TEHO for the CA phone would contain, the NY route group and then SLRG in that order.  That way the call would be extended to NY first out their local gateway for TEHO and then extended to the CA local gateway if the NY gateway fails.  For NY to CA TEHO, the CA route group would be added to another route list, this time with the CA gateway first in the list followed by SLRG.

  • Matching Route Patterns with standard Local Route group and Specific Route Group

    Hi
    I have a customer with CUCM 8.6 with few branches
    couple of branches in UK and few in Europe and middle east.
    I configured route patterns with Standard local route group, but using their own Voice gateway, everything was working fine until adding the recent branch with matching pattern 
    UK has a mobile pattern with 9.07XXXXXXXXX (11 digits)
    One Branch has a mobile with 9.07XXXXXXXX (10 digits)
    When branch call 907X..(10digit) number there was a delay and I ticked the Urgent priority to process it quicker, but later realized the UK branch cannot dial 907x.. (11Digit) mobile.
    I created Route List for branch and added the 10 digit pattern to that but still the UK cannot call 11 digit. so i believe when you call out it will check the pattern first and the Route-List and Route-Group and gateway play a part.
    Is there a way to get 07 -10digit call out quickly also allowing the 07 -11digit pattern as well ( without changing the T302 timer)
    Really appreciate your support
    thanks
    shameer

    Yes, they key to managing overlapping centralized dial plans is to be really good with patterns, partitions, and CSSs. You can have 3 different 9.0[2-9]XX-[2-9]XX-XXXX patterns and assign them a different partition, and then assign that to the branch CSS. This will only work if each Branch has a different CSS.
    For example:
    9.0[2-9]XX-[2-9]XX-XXXX @ Egypt-PT ->Routes to Local route group of Egypt.
    9.0[2-9]XX-[2-9]XX-XXX @ UK-PT -> Routes to Local route group of UK
    9.0[2-9]XX-[2-9]XX-XXX @ Germany-PT -> Routes to Local Route group of Germany.
    //PT = partition//
    Then have Egypt-CSS that contains 9.0[2-9]XX-[2-9]XX-XXXX @ Egypt-PT. 
    UK-CSS contains 9.0[2-9]XX-[2-9]XX-XXX @ UK-PT
    Germany- CSS contains 9.0[2-9]XX-[2-9]XX-XXX @ UK-PT
    The other patterns will be invisible to your sites because they are in a different partition that is not in their CSS. 2 overlapping patterns in the same PT will cause you to wait for the inter-digit timeout unless you press #.
    Thanks,
    Frank

  • MGCP/Standard Local Route Group List question

    Hello all,
    Here is the scenario:
    Site A - CUCM Pub/Sub / MGCP gateway
    Site B - CUCM Sub / MGCP gateway
    Site C - CUCM Sub / MGCP gateway
    The sites are using the standard local route group with TEHO per location. Site A (HQ) has s discount carrier for LD, and therefore it would be cost effective to backhaul the LD from Site B and Site C to the Site A PRIs.
    Can this be accomplished while using Standard Local Route Groups or is it necessary to go back to site specific routing?
    Thanks,
    JN                

    In CUCM 9 and older you can only have a single local route group per device pool (this changed on version 10), so you will either have to define the Local or LD RG as your Local Route group and then use standard route patterns/route lists/route group configuration for the other calls, so at site B you would have (assuming local route group is local trunks):
    Local Pattern --> Standard Local RL
    911 pattern --> Standard Local RL
    LD pattern --> SiteB LD RL
    Intl pattern --> SiteB LD RL
    etc
    HTH,
    Chris

Maybe you are looking for

  • Upgraded itunes won't open at all.

    No error messages, just the little egg timer before....nothing happens. Everything worked ok with the old itunes pre upgrade this morning. I am no techie so please help in idiot proof language!!! Windows XP.

  • Instrument track only plays one track at a time

    Logic Studio will only play one instrument track at a time. Whenever I click to another instrument track I lose the sound. The channel strip meter still shows that the instrument is playing but there is no sound. When I click back on that channel str

  • Unable to use dataitem action

    Hi Forum, I am building xMII's XML format document and in that I am using data item action to add data in a row. When i tried mentioning the document name,data item name and value in the 'configure object' option(data is mentioned at design time),  d

  • Photoshop CS4 to CS6 upgrade

    I ordered the Photoshop CS4 to CS6 package but the box that came has a sticker on it saying that I have to input a CS5 serial number. Do I have the wrong box or can I use this to upgrade my PS CS4?

  • Can you RFC 4533 (Ldap Sync) with Jldap?

    Hi, I am searching for a way to do a refreshAndPersist operation from Jldap as defined in RFC 4533. After a day of investigation I believe this extension is not supported even though I read a post that it was on the to do list in 2005 list, and that