Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjhaid/vas2
switchvox sugarcrm connector
https://github.com/bjhaid/vas2
Last synced: 26 days ago
JSON representation
switchvox sugarcrm connector
- Host: GitHub
- URL: https://github.com/bjhaid/vas2
- Owner: bjhaid
- Created: 2017-04-27T23:57:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2011-08-04T13:57:33.000Z (over 13 years ago)
- Last Synced: 2023-03-11T22:07:47.582Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Documentation on Vas2
Vas2 is CTI (computer telephony integration), which integrates Switchvox an IP based PABX into SugarCRM.
How it works:
When a call is coming into Switchvox, it initiates a pop-up on the SugarCRM interface displaying the details of the caller and an hyperlink to the caller's information if one exists else it displays an hyperlink to create details for the contact. An interface is also embedded into SugarCRM that allows the agent (SugarCRM client) initiate a call from the web-interface.How to configure Vas2:
For first time users:
Requirements:
Ruby 1.9.2+
Rubygems 1.8.5+
Rails 3.0.9
Mysql(and its ruby dependencies)
Jquery
Jquery UI
libdb-mysql-ruby
libmysql-ruby
libmysqlclient-devUntar the folder, from the root path run bundle install (this would install all the required gems).
Open the config directory and edit the database.yml file to suit your db parameters, edit the sugar.yml file and include the configuration of your sugarcrm server, edit the switchvox.yml file to include the switchvox server settings.
Return the root path and run:
rake db:migrate
rackup config.ru -s thin -E production
rails sOn the client side, edit the js file to include the settings of the server.
And you are good to goFor subsequent use:
From the root path run:
rackup faye.ru
rails s thin
And you are good to go.Bjhaid