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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by steeviet

  1. steeviet

    Outgoing call is showing as Answered while it is still ringing.

    Has anyone got any ideas? I haven't been ablt to get any further.
  2. steeviet

    Outgoing call is showing as Answered while it is still ringing.

    I wrote a dialler program a while back that calls customers in our CRM system automatically. This uses MiTAI to connect to our 3300 (now MCD 4.2 SP2 PR1), dial and control the calls. We've recently upgraded from an older 3300 to one capable of supporting the current firmware, since then as...
  3. steeviet

    Auto Attendant replays it's greeting instead of voicemail greeting

    kwbMitel, I had tried to implement that FAQ before, I think I know where I went wrong. I had setup an ACD path (P590) that interflowed to the extension/mailbox 580, but as the mailbox was set on the extension's number, rather than the path's. Or vice versa, I'll try tomorrow and see if I can get...
  4. steeviet

    Auto Attendant replays it's greeting instead of voicemail greeting

    Telecomp, 590 is an extension we've set up (as a multi-line set key) to have the mailbox on. Dialling 590 internally plays the message we want as the night voice mail and we can record messages on it. In night mode the DDI re-routes direct to 590 via AAN-9, so doesn't touch ACD at all. Can you...
  5. steeviet

    Auto Attendant replays it's greeting instead of voicemail greeting

    Mailbox number 0 has extension number 528 which is an ACD Path that plays a RAD then interflows to another path (518) which tries the reception agent group for 90 seconds before inter flowing again to a path for all agents. 528 is also the Operator Extension (0) for this mailbox. Nametag MB's...
  6. steeviet

    Auto Attendant replays it's greeting instead of voicemail greeting

    We've set up an Auto-attendant on our system and it is successfully routing callers to the correct ACD groups during the day. During the night it plays the night greeting. We want to give the caller the option of leaving a message. We've set up an extension 590 with an extension type mailbox...
  7. steeviet

    Dynamics CRM 4.0 - Total Newbie Question

    Like a word processor needs words, a CRM needs customers, so start there. It's structured company and contact, and while some make a choice between the two I'd suggest mapping them straight to real terms. i.e. a company will have many contacts, there may be some individual contacts who don't...
  8. steeviet

    Dynamics CRM 4.0 - Total Newbie Question

    JRB-Bldr You are replacing an ERP system with a CRM system, is that well understood? To me ERP is more about internal management, e.g. materials, people, space, resources for a manufacturing process. Where CRM is external relationships, i.e. Marketing, sales and customer service. Seems to be...
  9. steeviet

    MiTai SDK with .net

    Search google for "Callback function", when you understand the concept, search this thread for the word callback. I feel I'm just repeating what is already in this thread, or just teaching you basic programming techniques. You are going to have to do some of this yourself.
  10. steeviet

    MiTai SDK with .net

    They are both integers that are provided by calls to the API. hPbxObject is returned by SXOpenPBX hMonitorobjp is returned by SXMonitor The example given above by gregoril already shows this. Where the "ref" keyword is used a reference to the variable is passed to the function. This allows...
  11. steeviet

    MiTai SDK with .net

    I think slapin is trying to guide you towards the MiTAI developer guide. It will be impossible you you to develop anything with MitaiClient80.dll unless you have this documentation. Have you signed up with Mitel to get the developer kit? From a quick look at your code I can see you doing two...
  12. steeviet

    MiTai SDK with .net

    Try this... Not pretty but it works for me. public struct SXNumber { public CharsDN number; public uint data_type; public uint trunk_number; public uint number_type; public short so_main_dn; public short...
  13. steeviet

    Detect an unobtainable tone

    Forgot to say: I'm using a Mitel 3300 ICP, Ver 7.1.3.4_2
  14. steeviet

    Detect an unobtainable tone

    I've written an auto-dialler application with MiTAI but when it dials an unobtainable number the unobtainable tone is played to the rep but the application still reports that the phone is ringing. This causes the application to wait for the no answer timeout. I'd expect or hope to get a...
  15. steeviet

    What web browser can I use to access the System Administration Tool

    You should be able to access most of the administrative web pages from Internet Explorer 7, IE8 has a few more problems. Another browser that has been recommended is [link http://www.avantbrowser.com/]Avant Browser[/link] which has been said to be less problematic.

Part and Inventory Search

Back
Top