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 strongm 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: *

  1. mallgood

    dial from outlook

    Dialing from Outlook has nothing to do with PhoneManager. What you want is TAPI. On the user CD, do the install and in the process it asks what components you want. TAPI is one of them. Install it. Then in Outlook, right click on a contact and select "Call Contact". There should be a...
  2. mallgood

    Power over ethernet

    Nevermind. Got it.
  3. mallgood

    Power over ethernet

    Where is the new 3.0 toolkit? I can't seem to find it on avaya's site.
  4. mallgood

    IP Office 3.0 - SIP

    One is that there is lots of Open Source and Free Development going on for SIP. The reason I am thinking of deploying Asterisk is for people who are far from the office. Then they can call each other via SIP and if they need access to the office extensions, they have that too via H.323. All...
  5. mallgood

    IP Office 3.0 - SIP

    There are of course ways around the SIP problem.. Unfortunatly, they can get pricey. You would have to have a VCM, then buy the IP Endpoints License and then have a seperate SIP to H323 Gateway. (I am currently looking into setting up the free open Source PBX Asterisk to do this.) All it takes...
  6. mallgood

    Power over ethernet

    Here is a link for you: http://www.ieee802.org/3/af/requirements.pdf Shows voltages and load requirements. HTH
  7. mallgood

    IP Endpoints RFA Product code

    I am wondering what the product code for the 3rd party IP Endpoints licence is. I have looked and looked and can't seem to find it. Also is anyone able to provide an approximate price for this RFA?
  8. mallgood

    VM Light on 4412D+

    Are you included in any hunt group boxes voicemail? Check in your SourceNumbers tab for the appropriate user and see if you have a "H(somehunt name)" listed. If so, that hunt has voicemail.
  9. mallgood

    Phone number and number of msgs

    Lets take this off list now. I hate to annoy the other users of the forum by keep on bumping our thread up. matallgood 'the at symbol' horsleyco dot com
  10. mallgood

    Phone number and number of msgs

    Make sure you look at the System.BitConverter.ToUInt32(AvayaChunk.ChunkData, 96) statement. This is *AFTER* I had already read the Chunk ID and size. So Offset 104 (from my first post) - 4 bytes (Chunk ID) - 4 bytes (Chunk size) = 96 I have a whole real class & data structure for this. So you...
  11. mallgood

    Phone number and number of msgs

    I use mostly VStudio .NET 2003. The code I wrote was all done in VB.NET. I started doing it in C# but ran into problems. So I switched to VB.NET I don't know if you are familiar with VB.NET (I know I wasn't when I started playing :) )but it might help you decode the date/time if I give you my...
  12. mallgood

    Phone number and number of msgs

    If I get bored in the next few days (possibly likely >_<) I will see if I can decipher the priority codes, etc.
  13. mallgood

    Phone number and number of msgs

    I will just post the info here, so everyone can get to it easy: First it helps to know about the WAV file format. Here are some good docs. http://www.borg.com/~jglatt/tech/wave.htm http://ccrma.stanford.edu/courses/422/projects/WaveFormat/ http://www.sonicspot.com/guide/wavefiles.html If you...
  14. mallgood

    Phone number and number of msgs

    If anyone wants I have completely disected the .WAV files and have all the offsets for all the IPO specific information. The thing you have to be careful of is that the .WAV file format header can change a bit and expand which will cause problems with offsets. Anyone with interest?
  15. mallgood

    Phone number and number of msgs

    This is not 100% true. It stores some of the informaion in the actual WAV file as well. Which is where VMPro pulls the Call Time from as well (I've tested this and spoofed recorded voicemail messages). If you are programatically inclined, if you open up the WAV file in a hex editor you will...
  16. mallgood

    User Keeps removing themselves from huntgroup

    Thank you for that one! I've finally gotten all my monkeys^H^H^H^H^H^H^Husers trained to not press DEL in the phone manager. But that will be good for the new ones that come in.
  17. mallgood

    User Keeps removing themselves from huntgroup

    In phone manager they are probably pressing the 'DEL' key on their keyboard. I've run into this alot with my end users. The DEL key inables a call wrapup. This disables them from the huntgroup. I know of no way to disable this behavior. I have heard that (possibly in the PM Pro) that you...
  18. mallgood

    CCC reports

    These reports sound like a god send. I'm starting to play with CCC now as well. If you can, pass them my direction. matallgood 'the at symbol' horsleyco dot com
  19. mallgood

    VM Pro - Leave Mail Action

    If you are wanting to dial after a VM is left, I can think of a couple of ways to do it, but they are kind of hacks. If you are using Win2K or XP, you can use WMI script events to monitor a directory for when a file is added or modified. Then based on that, you can extract data from a text...
  20. mallgood

    VM Pro - Leave Mail Action

    Ok. I'm almost positive I'm right. My hour off problem looks to be a Daylight savings issue that I wasn't aware of. But the day will be correct. Trying it with #1/1/1900 12:00:00 AM# yields dates that are 1 Year too early acording to the announced date of the wave file on the IPO's VMP.

Part and Inventory Search

Back
Top