Quote:
|
Originally Posted by janmartin
No I didn't.
There already is a CRM (done Lotus Notes) so no need for Sugar.
I am looking for a solution for 1 Person only.
So setting up Asterisk seems to be a bit of an overkill.
Anyone aware of a device that connects to PC/Laptop by USB and on the other end to a plain old telephone line?
And the accepts numbers in this fashion:
c:\whatever.exe 0049891234567
Jan
|
Jan,
First, I kinda liked your comment of asterisk being overkill... that's one good way of putting it for many..
I'd say it's a can of worms which makes SugarCRM look like peanuts..
As per your question regarding a USB to POTS interface... I' can't remember with any certainty; however, I want to say that I've seen one over the past year and a half, but I could be mixing things up memory wise, and be thinking of a usb interface for audio (input & output).
The fact that you brought up the topic of interfacing a computer to POTS....
Well, an ol'fashion voice modem would likely be your best bet hardware wise....
If you want to screw around with headaches in regards to interfacing with a computer in which utilizes VOIP, there are products out there, as well as self-constructable adapters in which you can interface commercial telephone headsets to the microphone and speaker audio connections of a computer. I highly reccomend against such, though it can and does work, all the problems which will be entailed don't outweigh or justify the $100 saved opposed to purchasing a VOIP phone.
For minimal dialing in which you use your computer and POTS, then you will want to procure a decent HARDWARE voice modem. Your local scrap computer junkyard, used stores, ebay, etc. are the best place to search for these. I won't get into the technicals regarding ol'ISA, newer PCI, etc. buses, but if your running a newer system, and especially if it's a notebook, you'll probably have to look at an external serial modem..
From 90 or early 90's and on, I used alot of USR's, with my most memorable being an external usr 9600baud, great modems..
I have no clue what exists today for hardware modems, but am pretty confident that they've essentially been phased out and are a rarity, though I'm sure they are stil available new, like the [3Com Couriers we used alot commercially for remote locations]; however, such won't be cheap..
On this whole topic of dialing out via POTS thru the client/users computer, from SugarCRM..
My suggestion would be to code a client side daemon in which listens on some uncommong port number, i.e. 51001 or something, lol..
Modify Sugar views in order to have a dial link/icon in which refers to a url such as
http://localhost:51001/dial.php?6112459819 or
http://127.0.0.1:51001/dial.php?3219191234 or similar.
In a sugarcrm multi-user environment, for compatibility purposes, you might have the dial link/icon point or refer to a custom coded php module in which you add to the sugarcrm installation, whereby the phone number is passed to this php module via posting it, for the simplest method.
Then this custom app would check sugarcrm user and/or system settings & preferences to determine how to handle the dialing and where to send that phone number.. If a preference setting is enabled to allow or use client machine tapi dialing, then the custom php module would then want to pop up a new [and small] browser window and proceed to pass that phone number to the client machine using a localhost or 127.0.0.1 url.
I could really go on, but I've spent enough time, making what point... I don't know... lol
Realistically, it's more beneficial for you to just scratch the idea of sugarcrm->computer->pots integration, and pursue some type of sugarcrm->voip integration..
You'll find it alot easier or more realistically acomplishable, as well as alot more stable...
If you want to share some specific details about yourself, like the number of calls you plan on making or need to make, your current phone situtation, your view on voip, your current computer and/or telecom setup, etc. etc.
and etc.
I'll gladly tell you what you should do in order to ultimately achieve your desired end result and/or goal.