| |||||||||
![]() | | ||||||||
| |||||||||||||||
| |||||||||||||||
| Technology Chat Computers, Websites, Telecom, Mobile Phones, VOIP, WIFI and more use this forum to talk tech. |
| Tags: analog, digital, modem, pbx |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) | ||||||||
| Junior Member
Rep Power: 0 ![]() | Hello, I am trying to write an application that functions as call distribution application. I.e when a caller dials the number, he should get a recordded message asking him to enter the extension number he want to call... I am trying to use a voice modem from within our digital PBX at the office, but this doesn't work, how can I get this connection to work, I.e how can i connect my PC to the PBX and get the call transfer funcunalities???? | ||||||||
| | |
| | #2 (permalink) | ||||||||
| Junior Member ![]()
Location: Maine Rep Power: 5 ![]() | This is called "automated attendant". Most, if not all, voice mail systems have a built in auto attendant function. Some systems also have an auto attendant available seperate from a voice mail. I am not certain as to why you are trying to do this via a PC... The possibility of doing this yourself and the method for doing it, is going to vary considerably from system to system. | ||||||||
| | |
| | #3 (permalink) | ||||||||
| Junior Member
Rep Power: 0 ![]() | thanx for the reply. the thing is i dont have access to the pbx it self, and if i did, i am not sure know how to do it. The reason i am using a pc is because this is the first step, after completing this step, i am gonna move to some bigger telephony application, i.e. lets jjust say this is a proof of concept of what is to come. also i am wondering if a modem wont work, i am going to invest in a dialogic card, but i am not sure which one will work with a digital PBX, or lets say both digital and analog.. do u have any idea on which card i should get??? thanx a lot. | ||||||||
| | |
| | #4 (permalink) | ||||||||
| Admin ![]() Chas2002 is Chillin
Location: Gulf Coast Rep Power: 5 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | It’s all in the ‘dial’ strings and each pbx is a little different ‘proprietary’. Basically you have to get your application to emulate a telephone set connected to the pbx. Thus, most applications referred to as “Third Party Applications”, communicate to and with the pbx via Analog ports or Digital Ports. As an example: Scenario: You have a VB script that associates ‘button clicks’ with actionable items. Say, button 101 = ‘Conference Call”. The pass-thru “Data Access Object” portion of your code would; 1. Call “Obtain dialtone” code, [Gets dialtone from the switch] 2. If button 101 = “0” Then ..Send a spre code and Conference Call code, 3. The switch will handle the call connection for you, 4. Wait or For timeout action, or error code check and implementation, 5. If Not “Idle” Then back to 4, 6. IF Idle Then send “Disconnect” code. (Of course the common comm to a switch from a third party application is via a series of ACK (acknowledge) commands.) That’s basically it… Some other things to consider; 1. Digital ports are expensive resources, so If you can implement your program via analog ports that would be best, 2. Queues are a great way to allow the ‘Switch’ to stack calls for you, Chas2002 __________________ Free Preview of my fictional book: Chaos Theorem .:-:. Employment: Find a new job on pbxjobs.com Best Video Jukebox on the net (mini-flash widget) | and | Do you want to store your MP3 files? visit: Musecast.com Why not start a blog http://www.pbxinfo.com/blog.php - it's 110% free. | ||||||||
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A Hackers Guide to the SL-1 | rixride | Meridian Systems | 6 | 09-26-2008 12:02 PM |
| VOIP Strangeness with Analog Lines | rhack | Meridian Systems | 4 | 07-06-2006 07:25 AM |
| PBX again or true CO system? | LHB | Technology Chat | 1 | 06-22-2006 11:14 AM |
| Route pattern for a range of numbers | gonza | Definity Support | 15 | 05-29-2006 04:31 PM |