Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Bujitsu
  • Content: Threads
  • Order by date
  1. Bujitsu

    TA PC Cards

    Hi, Does anyone know of any TA cards that will slot in to a PC and present the ISDN BRI channels as comm ports?? Any help will be appreciated. Regards
  2. Bujitsu

    When to use the different VC++ projects?

    I'm trying to understand when it is appropriate to use the different types of C++ project in MS Visual Studio. For example, Win32, MFC, Windows Forms application (Is it Managed?). If the Windows Forms Applications is managed, which give it the form designer like VB & C#, why use Win32 or MFC...
  3. Bujitsu

    Play memory stream with Direct Sound?

    Hi, Is it possible to play an audio memory stream with Direct Sound "on the fly"? Meaning as the buffer gets data, play it. I would guess that the stream needs to be in wav format. Regards
  4. Bujitsu

    Finding the correct control to use?

    Hi, I am trying to create a simple windows forms ping program. And am wondering if the ListView control is the correct one to use. There would be just two columns. One for the host status and the other for the Host. So if the host is off the status column for that host would be red. Is the...
  5. Bujitsu

    Convert char* to System::Object^

    Hi, I do not understand how to convert char* to System::Object^. I am trying to add a char* to an item in a combobox. combobox->Items->Add() So I have tried things like: System::Object^ MyObject = ToString(char*) - Nope. combobox->Items->Add((System::Object^) char*) - Nope Any help would be...
  6. Bujitsu

    Translation of inbound ISDN CLI to customer name.

    Hi, I have an Option 61C with Rel 4.5. Is it possible to translate inbound CLI to customers name for the text appearance on the M3904? For example: inbound CLI on ISDN = 02 9999 0000 PABX looks up 029999000 and finds: 029999000 = "Best Customer". So that the text "Best Customer" is displayed...
  7. Bujitsu

    DECT register signal strength

    Hi, I am told that the signal strength needs to be at 60% in order for the DECT handset to register. Is this true? Regards
  8. Bujitsu

    GAP compliant set on Nortel Option 61

    Hi, I was wondering if it was possible to put a GAP compliant handset on an Option 61? If so what brand are people using. The reason is that the DECT handsets are expensive and the people in the workshop break them frequently. Also is there a "tough" carrying case for the DECT handsets to try...
  9. Bujitsu

    OTM's interface to the PABX?

    Hi, I have just started to work on Nortel's again after 5 years working on another vendor platform. So my knowledge of Nortel is a bit scratchy. My questions: 1/ How does OTM communicate with the PABX? Via TCP/IP port 80? Is it using TCP or UDP? 2/ Does the service that OTM communicates...
  10. Bujitsu

    Auto disable of disconnected digital extensions

    Hi, There is a *feature* / process which runs every night that checks every digital TN to ensure that there is a telephone connected. Is there a way to disable this feature?? Regards.
  11. Bujitsu

    App deployment via GPO

    Hi, I have a customer that has issues deploying an app via GPO. They state that sometimes the app does not deploy everytime or will not complete. Currently they are adding machines to the GPO, about 200 now. Is there a limit to the amount of machines that can be added to the GPO? My feeling is...
  12. Bujitsu

    GPO uninstalling itself??

    Hi, I have a customer that claims that an application that is distributed via GPO uninstalls itself if it is forced to the PC twice?? Not sure how they force it to the PC twice?? Anybody ever heard of this??? I thought that it could only uninstall if there was a newer version; marked for...
  13. Bujitsu

    Adding item to "sent items" of a shared mail box

    Hi, I have a group of help desk people that have their own mailbox's but use a shared mailbox to send & receive mail for support. i.e support@mycompany.com The problem is that when a helpdesk user sends from the shared mailbox the sent item goes to the users sent items not the shared mailbox's...
  14. Bujitsu

    Anyone compiled Doug Comers Xinu on Fedora 7?

    Hi, Has anyone actually compiled Xinu and got it working? I cannot seem to get it to compile. Anyone got any instructions? any sites? Cheers
  15. Bujitsu

    Apps distributed via GPO

    Hi, I have added the applications to be installed to the GPO. I then checked that the application was distributed. But if the user tries to install the application it fails with insufficient rights. Where do I need to add rights for the user to install the application? Cheers
  16. Bujitsu

    Object required? Compiler error CS0120

    Hi, I am trying to understand why the compiler wants an object? Any help would be great. Thank you static void Main(string[] args) { int counter = 0; string sDir = "c:\\"; DirSearch(sDir);// <-------Here. } void DirSearch(string sDir) { try { foreach (string d in...
  17. Bujitsu

    Vlan tagging - newbie question

    Hi, I have a ip telephone (not Cisco) that that has a 2 lan ports 1 for connection to a swtch and another port for a pc. The ip phone can set the vlan id (say vlan 10), but the pc cannot set the vlan id, however the PC must be in vlan 20. How do I set up the cisco 3550 port to enable traffic...
  18. Bujitsu

    Accessing control in form1.cs from program.cs

    Hi, I have put my code in program.cs, and as a result I am unable access the text box in form1.cs. How do get around this? Cheers
  19. Bujitsu

    Visual C++ 2005 certifiaction question

    Hi, Sorry to ask this question here, but no-one seems to know the answer in the MS cert forum. I want to prepare for the 70-536 exam for Visual C++ 2005 from MS but I cannot seem to find any prep material. It is all in C# or VB. Does anyone know of any prep material for Visual C++ or offer...
  20. Bujitsu

    Practise exams for Visual c++ 2005 70-536

    Hi, Does anyone know where I can find a practise exam / preparation material for the Visual C++ 2005 70-536 exam? Cheers

Part and Inventory Search

Back
Top