MX300G2 with TC 7.2, H323 direct mode

Hello
is there a way to suppress the message "not registered" on main screen? We are using the  MX300G2 + Touch with some other devices (e.g. MX300G1, Tandberg Profile MXP and even devices from Polycom) but without any VCS, CUCUM or TMS or any other H323 Gatekeeper or SIP-Registrar.
This works if you change
Configuration > H323 > CallSetup Mode > Gatekeeper
to
Configuration > H323 > CallSetup Mode > Direct
and dialling the IP Addresses of the far end device. The only side effect that the idle screen displays "not registered" and this let users assume that the MX300G2 is not operating..
IP dialling is speeded up if you provision local contacts so the users does not have to enter IP Addressees or DNS based host names.
I know that here are some other issues by not using a H323-Gatekeeper or SIP-Registrar but for now there is no budget to buy one.

Check that SystemUnit\ContactInfo Type is not set to E.164 Alias.
/jens
Please rate replies and mark question(s) as "answered" if applicable.

Similar Messages

  • WAAS directed mode as "tunnel"

    Dear all,
    my both WAEs are able to see each other directly via router connection. I enabled directed mode, but it didn't work as I expect.
    Is the directed mode like a "VPN Tunnel" or not. Because for me it didn't look like. I don't want the security I just want route traffic though that "tunnel" which is not known by the routers in between the two WAEs.
    Am I wrong in my idea or is there somehting wrong in my configuration, one site is using WCCP the other one Inline. Traffic is optimized in another installation where all routers in between knows the networks and are able to route..
    I hoped to see this with directed mode:
    Any comments would be nice!

    Hi Sebastian,
    Directed mode is a UDP tunnel between the WAEs on port 4050. It doesn't matter if one side is using WCCP and the other side is using Inline interception, however when directed mode is enabled on a WAE using Inline Interception then the Inline Interception must be configured with IP Address.
    Ideally Directed mode is used when there are any security devices along the path between the WAEs which doesn't like the sequence number jumps. Please note for directed mode to work the Auto-discovery should complete successfuly.
    Hope this helps.
    Regards
    Kiran.

  • How to get transacted session in direct mode with jmsra adapter

    Hi,
    I use MQ 4.4u1 release with GF in EMBEDDED mode. I configured several connection factories with NoTransaction/LocalTransaction/XATransaction support. In my app I get a connection factory from JNDI tree, create connection/session/producer and send several messages to queue. Everything works fine when I don't use transactions. But, when I want to send messages in one transaction, the connection always provided to me non-transacted session. The session created via
    Session session = connection.createSession(true, Session.SESSION_TRANSACTED);
    request. I check the session transacted state and acknowledge mode right after i get it:
    log.fine("Session: " + session + "; transacted: " + session.getTransacted() + "; ackMode: " + session.getAcknowledgeMode());
    The log shows me that the session is not transacted and ackMode is 0 (DUPS_OK_ACKNOWLEDGE). If I try to commit the session after messages were sent I get the correct exception:
    javax.jms.IllegalStateException: MQJMSRA_DS4001: commit():Illegal for a non-transacted Session:sessionId=3361979872663370240
    Does anyone know how to get transactional session in direct mode?
    Thanks, Denis.

    I mentioned LOCAL because I misread your post and thought you were suggesting that LOCAL mode behaved differently.
    If you want to send messages in a transaction from within a Servlet then I think you're expected to use a UserTransaction: Here's an example that worked for me:
            Connection connection = outboundConnectionFactory.createConnection();
            Session session = connection.createSession(true, Session.SESSION_TRANSACTED);
            userTransaction.begin();
            MessageProducer producer = session.createProducer(outboundQueue);
            int numberOfMessages = 10;
            for (int i = 0; i<numberOfMessages; i++) {
                Message message = session.createTextMessage("Hello world");
                producer.send(message);
            userTransaction.commit();
            connection.close();I obtained the UserTransaction with this resource declaration:
        @Resource(name = "java:comp/UserTransaction")
        private UserTransaction userTransaction;The EJB spec explicitly states that local transactions aren't supported in EJBs; I haven't found such an explicit statement for Servlets but suspect that JMSRA is taking the same approach.
    As for imq.jmsra.direct.disableCM property - this appears to disable connection pooling and from your post changes other behaviour as well. How did you find out about it (other than by examining the code)? As far as I can see this is not a documented feature and is not necessarily tested or supported.

  • Preposition with WAE and Directed Mode

    Hello all,
    is it possible to configure a Prepostion with WAE in Directed Mode?
    We have only Devices with Directed Mode.
    Thanks for your help
    Regards
    Andreas

    Hello Andreas,
    There could be quite a few reasons for this I fear. The easiest would be to open a TAC case to investigate a sysreport taken from the edge and core WAE taken after the preposition should have run. Possibly we also need to get captures ;-).
    If you want to investigate yourself: you should see the edge doing a DNS request for and then opening a connection to the server. This traffic should hit the core WAE. Check if the edge is indeed retrieving the directory and downloading files...
    Best regards, Peter

  • Content is not Panning while softkeyboard appears in GPU and Direct Mode (Adobe Air SDK 4.0.0.1390)

    Hi,
    My content is not panning while softkeyboard appears in GPU and Direct Mode(I have placed my input textfield at the bottom of the screen) it is working fine with the CPU and AUTO Mode. I am using Air sdk v 4.0.0.1390. I have checked my manifest file also and have added '<softKeyboardBehavior>pan</softKeyboardBehavior>' still it is not panning my content while keyboard appears.
    Has anybody faced this problem earlier?
    (On Android i am getting this problem on iOS it is working fine)

    Could you please open a new bug report on this over at https://bugbase.adobe.com?  When adding the bug, please include some sample code or a sample application so we can quickly test this out internally.  If you'd like to keep this private, feel free to email the attachment to me directly ([email protected]). 
    Once added, please post back with the URL so that others effected can add their comments and votes.
    Thanks,
    Chris

  • Direct mode crashes at app start in some Android 4 devices

    I've noticed that compiling an APK with <renderMode>direct</renderMode> in the app descriptor (or Processing Mode: "Direct" in AIR for Android settings in Flash Pro CS6), results in the app not working at all in some devices.
    In a Samsung Galaxy Tab 2 it works fine in Direct Mode, but in two tablets named NVSBL Dragon and Yarvik GoTab Zetta TAB466EUK, it doesn't. All of them have Android 4. After you press the app icon, the screen goes black for 5 seconds, then you get back to the desktop with no error message. This happens every time you press the app icon. I've tried with AIR 3.2 and 3.3 and it always does the same. If the app is in CPU or GPU mode, this doesn't happen.
    BTW, I know "Direct" mode is needed for Stage3D, but other than that, I don't really know what's this mode doing. Please, can someone really explain what's "Direct" mode? (so I can begin to understand why it doesn't work in some devices).

    dan at ctrlbreak dot net wrote:
    It would be somewhat acceptable if Air fell back to software rendering in this case instead of crashing all together. At least we'd have the option of getting better performance on supported devices in the future. My company is trying to decide if the latest Adobe technology is worth while. So far the choice is between an Air for Android App which would trigger a massive CS6 upgrade for a whole department, and making do with older Flash technology in a native webview.
    You don't actually need CS6 to use the latest version of Adobe AIR. You can even skip Flash Pro altogether (except maybe for assets) and use, for example, FDT, which has a free version.
    dan at ctrlbreak dot net wrote:
    Update: I was able to get logcat working using ADB from the command line. Unfortunately only one of the devices I'm currently testing is rooted, and able to do this.
    As far as I know, you don't need root to get ADB traces. I've been able to get traces from devices which weren't rooted.
    BTW, a developer contacted me and says the "Deferred" just means the fix wasn't ready for AIR 3.3 and it was deferred to the next version. Let's hope they fix it this time.
    Everybody which is having this bug, please vote in BugBase, since it's the thing that makes the AIR developer team care about fixing the bug. The more people the better:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3207310
    And while you're at it, please vote this one as well
    https://bugbase.adobe.com/index.cfm?event=bug&id=3207310
    That's another bug which also happens only in Android 4, and involves crashes as well, this time when playing video.

  • LDAP Direct Mode And DNS

    Hello.
    I was looking for this in the docs and I can�t found something.
    If I have a server with IMS 5.2 with LDAP Direct Mode and this is called host.domain.com and I have another machine with another mail system, called for example host2.domain.com, but I have in my DNS server a MX register for host2 with priority 5(high) and a MX register for host with priority 10(low), If I send a message using host.domain.com like my SMTP server to [email protected], IMS first ask to DNS server for MX and prorities and send it to host.domain.com or It looks in their system for the user and send it locally?
    I wanna have some users from @domain.com in one machine (another mail system) and another users from @domain.com in the other machine (iMS 5.2).
    There is no a user with accounts in two machines (for example user1 is in host and user2 is in host2, user1 never will be in host2).
    Thanks.

    When a message arrives at the MTA, an ldap query is made to see if:
    1. The domain is local.
    2. The user is local.
    If both are true, the message is delivered locally.
    If the domain is local, and the user is found in LDAP, but the user's "mailhost" is external, then the mail is forwarded to the system at "mailhost" for delivery.

  • AD PasswordSync - Direct mode workflow setup

    Is there any information out there pertaining to setting up passwordSync in AD with IDM that goes into detail of how the process flows through each component? I'm looking for a more detailed explaination of IDM to gateway to AD to passSync back to IDM. Specifically:
    - When passSync send the password back to IDM in direct mode, does IDM send it back to the AD resource? Why or Why not?
    - If a load-balancer is in front of 2 gateways, what adverse effects will it have on IDM and AD? Why?
    Thanks,
    ~idmNewbie
    Edited by: rlewkowski on Mar 24, 2009 12:11 PM

    - When passSync send the password back to IDM in direct mode, does IDM send it back to the AD resource? Why or Why not?
    Answer : NO, this is default behavior of pass sync workflow
    - If a load-balancer is in front of 2 gateways, what adverse effects will it have on IDM and AD? Why?
    Answer : Gateways are not involved in Pass Sync Process itself, only if you have resources OTHER than AD, which are being managed via gateway.
    BY the way - gateways can not work in active-active mode, this is not supported architecture. (only failover mode Active - Passive)

  • "Drive Distance" in Direct Mode

    I have a pen plotter program that I've come back to.  It works virtually.  The Vi sends out: a Pen Up or Down number, an X axis number, and a Y axis number. These last two numbers are distances for lines that make up letters.  I don't know if I have an up to date LabVIEW add on for NXT Direct Mode Programming.
    My vi might work if I could use a couple of "Drive Distance Motors"  in Direct Mode.  Do they exist?  Also,  What is the limit on how big a vi can be?  How many structures can one use ?  Is memory the only consideration?
    Attachments:
    PenPlot.vi ‏31 KB

    You asked about the type of motor. I've used the three servo motors that come with the Lego NXT Mindstorm Education Set. I wrote the attached program for a Lego Pen Plotter I saw on YOUTUBE. I'll see if I can attach a picture. The name of the designer of the Pen Plotter is with my saved emails. I regret I cannot give you his name while I'm writing this. If you need it let me know.
    Thanks for reading and responding to my message
    N.D.
    Attachments:
    image.jpg ‏248 KB

  • Question regarding NAT and directed-mode

    Hello,
    I have two WAE 574 devices and a CM 274 all running code level 4.3.1.6, The CM is behind a PIX firewall. There is no firewall between the branch and core WAE. The branch device is behind a NAT router. The CM and SSL ASA rea behind a PIX 515 firewall. The branch WAE is running inline mode and the core WAE is using WCCP redirection. Both the CM and SSL ASA are reverse NATted on the PIX firewall. The branch WAE has the primary interface unchecked on the CM and is using the NAT address.
    I am getting asymmetric route issues. This is because for some reason the NAT address of the branch WAE sends the SYN which is responded to but the ACK is coming from the unnatted private address. When I turn off directed mode I can see optimisation start for some sessions but not for the SSL
    ASA.
    Example
    Branch WAE Private 192.68.1.45
    Branch WAE Public 206.99.88.10
    CM private 192.168.20.9
    CM public 240.10.10.20
    PIX log
    an 15 2012 11:50:58: %PIX-6-106015: Deny TCP (no connection) from 192.68.1.45/46871 to 240.10.10.20/443 flags PSH ACK on interfe
    Although the PIX NATs the CM address, the core WAE is still still seeing it's private address.
    Do you have any idea what could be causing this ?
    Best regards
    Stephen
    Jan 15 2012 11:51:12: %PIX-5-106100: access-list DMZ_access_in denied tcp DMZ/192.168.20.9(443) -> outside/206.99.88.10(46871) hit-cnt 1 f]
    Jan 15 2012 11:51:31: %PIX-6-106015: Deny TCP (no connection) from 192.68.1.45/46871 to 240.10.10.20/443 flags PSH ACK on interfe
    Jan 15 2012 11:51:37: %PIX-6-106015: Deny TCP (no connection) from 192.68.1.45/46847 to 240.10.10.20/443 flags PSH ACK on interfe
    Jan 15 2012 11:52:08: %PIX-6-106015: Deny TCP (no connection) from 192.68.1.45/49634 to 240.10.10.20/443 flags PSH ACK on interfe
    Jan 15 2012 11:52:10: %PIX-5-106100: access-list outside_access_in permitted tcp outside/206.99.88.10(23183) -> DMZ/240.10.10.20(443) ]
    Jan 15 2012 11:52:10: %PIX-6-302013: Built inbound TCP connection 1475554768 for outside:206.99.88.10/23183 (206.99.88.10/23183) to DMZ:WAD)
    Jan 15 2012 11:52:10: %PIX-6-106015: Deny TCP (no connection) from 192.68.1.45/23183 to 240.10.10.20/443 flags ACK on interface e

    Hi Stephen,
    To troubleshoot this further, we would need to get a topology diagram of your network, as well as the configurations from all devices, so it would probably be better if you open a TAC service request.
    Regards
    Daniel

  • Scanning from 5520 to iPad in wireless direct mode ?

    I have a Photosmart 5520 printer and a 3G  iPad - without any other computer equipment or WiFi network or
    router in the house. The printing from the iPad to the 5520 in the Wireless direct mode works well.
    My question is if I can scan from the 5520 to the iPad ? Have looked in the HP ePrint app for directions
    or control buttons but can't find any. Is scanning from 5520 to iPad possible ?  Selecting  "scan to computer"
    on the 5520 control panel does not work.
    Looking for any helpful comments
    Thanks
    Johann
    This question was solved.
    View Solution.

    Hello Johan,
    The HP ePrint app is a different app than the one I have mentioned above.
    The HP Printer Control mobile app is a different one which also allow scanning.
    simply open the Apple App Store, search for HP Printer Control and install it.
    Through that app you will also be able to scan.
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • HT3552 I have been trying to download apps from the app store and every time it tells me there is a problem with my previous billing and direct me to put in new billing information and every time i do that it still will not let me download any apps.

    I have been trying to download apps from the app store and every time it tells me there is a problem with my previous billing and direct me to put in new billing information and every time i do that it still will not let me download any apps.

    Have a look here >  http://support.apple.com/kb/TS1646

  • Can I run two Dell 24" monitors with iMac 27" (5750) in portrait mode

    Hi there, want to putchase the 5750-based iMac 27", but I have a pair of Dell 24" monitors I want to run with it, preferably both in portrait mode. Is this possible? Or if not, is it possible with some sort of adaptor/external graphics card?
    Thanks kindly for any help:)
    Shawn

    HI Shawn Glibson,
    the imac has one video output. a 30 dollar adapter can be used to hook up a DVI display. (mini-display to dv adapter)
    But you can add additional displays through a USB to DVI adapter. For instance see2 xtreame uv200 http://www.trittontechnologies.com/index.php/products/usbvideotechnology/see2-xtreme-uv200/ This is a great solution if you want to have another display for websites, office documents. a USB to DVI adapter isn't that great for 3D games.
    I hope that helps
    TT

  • HT3131 With the lid closed in clamshell mode, the lid covers the fans - won't it overheat?

    With the lid closed in clamshell mode, the lid covers the fans - won't it overheat?

    This is useful but the MBA gets a bit hotter due to intake, but if you have the lid open + external screen it gets even hotter due to more for the GPU (processor) to do.
    Only way I’ve manage to run only external screen with the lid open is to trick the MBA that the lid is closed with a magnet positioned on the left.
    I’d really like a software solution to this though…

  • Equium L350D with Vista wont go into sleep mode

    Equium L350D with Vista wont go into sleep mode i just reinstalled windows and sleep was working but now the screen just goes off but its clearly not on standbye
    please help

    >i figured it out
    Can you please tell us how?

Maybe you are looking for

  • View event does not trigger custom method

    This is something that should be straightforward and easy...... but it is not working as expected! I have a main window with a tab bar and two additional views. One view has text boxes and a method to change a label when an event on the text box is t

  • Could someone help me please

    I am doing a piece of code in RMI here is what i have come up with up to now: public class cipherimpl     extends java.rmi.server.UnicastRemoteObject     implements cipher {     public cipherimpl()          throws java.rmi.RemoteException {         

  • My iPod touch 1st generation won't connect to iTunes or YouTube.

    Please advise how to resolve issue.

  • Vol_init

    Loaded Solaris 10/08. Upon logging in I'm getting errors stating fatal: vol_init: already a daemon running. Then the volfs just goes into maintenance. I have tried clearing the service through svcadm but immediately on the console I see 10 messages o

  • XI JMS Sender adapter EOIO with serialized messages

    Hello I have a customer question.  They would like to use a JMS sender adapter with quality of service EOIO.  There will potentially be multiple messages in a MQ Series queue at the same time, but they want XI to pick up these messages in the correct