Specify Open Relay in Route Group

Is there a way to specify opening a relay connection in MAX?
I want to create a route group that opens some relay connections and closes others without having to issue individual connect and disconnect commands in TestStand for each relay.

Hi Jason,
You could use the Switch Soft Front Panel (right-click on the switch module in MAX and select Test Panels...), but since you've already configured a route group (and thus I assume you're using NI Switch Executive), you can use the NI Switch Executive Test Panel! 
In MAX, select the NI Switch Executive Virtual Device of interest (i.e. SwitchConfiguration1).  In the menu above the NI Switch Executive user interface, click "Test Panel..."  The test panel allows you to connect/disconnect the routes and route groups in the Virtual Device.  You can even launch the Switch Soft Front Panel!
Let me know if you have further questions.  Best regards!
Chad Erickson
Switch Product Support Engineer
NI - USA

Similar Messages

  • Allow only specific domains to use open relay

    I have a client that I have to send emails on behalf of with a reply address for the client. If I have * as an accepted (open relay) I can successfully send emails with the from and replyto address required for my client. The problem with this is being
    an open relay I now have spam emails being sent through my exchange server. Is there a way I can stop external addresses accesing the open relay? Or enable an exchange account to send as a non domain email address?

    Hi Rich,
    I am running exchange 2010 Version: 14.01.0438.000
    I am sending the emails from MSAccess using VBA (see script below)
    With Flds
                .Item("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1
                .Item("http://schemas.microsoft.com/cdo/configuration/sendusername") = "Domain.A Username"
                .Item("http://schemas.microsoft.com/cdo/configuration/sendpassword") = "********"
                .Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2
                .Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "192.168.1.7"
                .Item("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25
                .Item("http://schemas.microsoft.com/cdo/configuration/senduserreplyemailaddress") = "[email protected]"
                .Update
            End With
    strHTML = "HTML for email"
    With iMsg
            Set .Configuration = iConf
            .to = Screen.ActiveForm.[Email]
            .CC = ""
            .BCC = "[email protected];[email protected]"
            .ReplyTo = "[email protected]"
            .From = """Client Name"" <[email protected]>"
            .Subject = "Subject"
            .HTMLBody = strHTML
            .AddAttachment ("s:\emailatt\file.pdf")
            .Send
        End With
    (Domain.A = local domain)
    (Domain.B = clients domain)
    The sending machine is on our LAN and a receive connector has been setup to accept emails from the IP Range that are using this script. Authentication is set to Basic and Exchange Server Authentication and Permission groups is set to Exchange users. The
    [email protected] email address has also been added to the Domain.A User Account email addresses.
    If I do not permit an open relay within the accepted domains list I get the following error
    The message could not be sent to the SMTP server. The transport error code was 0x800ccc69. The server response was 550 5.7.1 Client does not have permission to send as this sender.
    If I add Domain.B as an accepted domain this works however a copy of the email is no longer sent to my client and is treated like an email on our domain. 
    Thanks in advance for any help.
    Ian

  • Motion 4: open and close a group with key shortcut?

    Mo4: Layers window: any shortcut to twirl down (and/or up) all the layers in a group? Or layers in layers? The manual says arrow keys move from group to group,layer to layer and that works... also says that L & R keys open and close selected group/layer, my LR arrow keys don't do anything...
    Thanks, John

    No, actually you do not - you need to click the helpful or solved buttons over their post in order to give them credit.
    And what you do by assigning a helpful or solved (helpful is 5 points, solved is 10) is to build their reputation here. Not a bad thing to do for those who help you...
    Patrick

  • I had 41 tabs open in about six groups over the last year and a half and I just close them and exited Firefox. Is there any way to get them back?

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/856718]]</blockquote>
    I had 41 tabs open in about six groups over the last year and a half and I just close them and exited Firefox. Is there any way to get them back?
    Also, is there any way to save a group or an open session and then restore it later?

    History menu, if it was destroyed in the last session
    then use "Restore Previous session:" and then restore all windows also from the history menu.
    If done in this session try the restore all windows under the history menu.

  • 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

  • Javascript to add "Specify Open Preference" dialog when linking with "Go to a page view"

    Hi, all!
    We're needing to file a brief with the Court.  Within our .pdf brief, we link to exhibits and transcripts.
    For the exhibits, we hyperlink using "open a file," because going to the first page of the exhibit is fine.  Here, after selecting our file, we're given the "Specify Open Preference" dialog, where you can either (a) go with the user's setting, (b) mandate opening the link in the same window or (c) mandate opening the link in a new window.  This is perfect -- we always want a new window.
    However, for the transcripts, we need it to go to a particular page, so we use "Go to a page view."  This works fine, except that it ALWAYS and ONLY goes with the user preference.  We want it to ALWAYS and ONLY open in a new window, so the Court can close the destination and be in the same place in the Source doc.  I realize they can set their preference or use "return to previous view," but we can't really communicate that.
    Is there a javascript -- or a plug-in we can purchase -- or anything -- that will somehow allow us to fix "Go to a page view" to open in a new window?
    Thank you so much for your thoughts and help!
    --ak

    After creating a "Go to page view" type link you can go back end edit it and specify how you want the other document to open:
    I realize this is a bit tedious, but that's how it's done.

  • 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..

  • 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

  • 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

  • Flex 4.6 mobile - open WebView in a Group...

    Hello everyone ... I would like to open WebView in a "Group"
    how to do???
    i have see one example:
    private var webView:StageWebView = new StageWebView();
                                  public function StageWebViewExample()
                                            webView.stage = this.stage;
                                            webView.viewPort = new Rectangle( 100, 100, g1.width-10, g1.height-100);
                                            webView.loadURL( "c://testo.pdf" );
    i want open webView in one Group....
    how to do???

    StageWebView is not UI component.you can not do this.
    Try the component ub the url
    http://soenkerohde.com/2010/11/air-mobile-stagewebview-uicomponent/
    Good luck
    Mark

  • Linking: specify open preference

    When setting links in a pdf doc there are 3 steps. The third one opens a box called "specify open preference". I would like to default to the second option "new window" since I repeatedly select that option, but I've been unable to get the window to open with the radio button for "new window" preselected. Is there a way to do this?
    Thanks for any help.

    After creating a "Go to page view" type link you can go back end edit it and specify how you want the other document to open:
    I realize this is a bit tedious, but that's how it's done.

  • 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.

  • Undo close tab opens in new tab group

    Undo close tab opens in new tab group instead of the group it originally was closed from

    Make sure that you do not drag a tab in the browser window.<br />
    Firefox 3.5 versions and later have a feature called tear-off tabs.<br />
    You can detach a tab from the current window and open it in a new window by dragging a tab in the browser window.<br />
    You can drag that tab back to the tab bar in the original window to undo that detaching.<br />
    See also bug489729 (Disable detach and tear off tab):
    *https://addons.mozilla.org/firefox/addon/bug489729-disable-detach-and-t

  • 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

Maybe you are looking for

  • Error while activating the DTP

    Dear all, We are using BI7.00. For one of our reports, the data is transferred from one cube to another cube. When the DTP which transfers the data is activated, the following error appears. Error from PSA **** Message no. RSAODS000 Error when activa

  • HT201442 My daughter has managed to disable her ipad mini by entering the wrong pass code several times.  How can I get it working again?

    My daughter has managed to disable her Ipad mini by entering the wrong pass code several times as she couldn't remember what she changed it too.  How can I fix this?

  • MF8280CW scan result is a white page

    Hey everybody, hey Canon ! I'm having a serious trouble scanning with my brand new Canon i-SENSYS MF8280CW and I was wondering if someone else is experiencing or has experienced any similar issue : all scanned documents are white, no content shows on

  • Planning Fiscal Year Problem

    Hi All, Our Fiscal Year starting from Apr(Q1) to Mar(Q4), our forecast is actual+estimated i.e., Forecast of YearTotal=Jan->&LastYr + Feb->&LastYr + Mar->&LastYr + Apr + May + Jun + Jul + Aug + Sep + Oct + Nov + Dec of Actual+Estimated How to handle

  • Too many addresses - unable to scroll down in error message

    I composed a message with a couple of hundred addresses to send on gmail. The message bounced back with an error message saying that the email could not be sent with the server. The list of addresses that could not be sent start about 1/4 of the way