bar top left
bar top right
left curve
right curve
Welcome, Guest
Go to bottom
Post Reply
Post New Topic
Page: 12
TOPIC: click to dial not working
*
#16978
click to dial not working 3 Years, 2 Months ago Karma: 1
elastix 1.3 with sugarcrm 4.5.od
Cannot get the click to dial work work in contacts, doesn't even show the phone icon. Anyone have this working? Here are my setting under System Settings:

Asterisk® / VoiceRD®
Enable Asterisk / VoiceRD Integration? (checked)
Asterisk Server:192.168.0.240
Asterisk Port:5038
Asterisk Username:501
Asterisk Secret:xxxxxx
Asterisk Context:from-internal
Asterisk Prefix:9
Asterisk Phone Icon: (checked) but no icon appears??
Asterisk Popup Timer: 20

There is no info at Sugars website on setup.

Any help would be greatly appreciated.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
tbooth
Senior Boarder
Posts: 276
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/02/17 12:08 By tbooth.
Reply Quote
 
#17004
Re:click to dial not working 3 Years, 2 Months ago Karma: 11
Username / Secret are wrong, check in /etc/asterisk/managers.conf and the related files

You're establishing a connection to the AMI, not as an Ext but as an Asterisk Administrator. The usernames / passwords you can use are in managers*.conf

Or, you can add a new entry, just make sure you dont allow more than you have to
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
Chilling_Silence
Senior Boarder
Posts: 489
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: New Zealand Birthday: 01/27
Last Edit: 2009/02/17 16:13 By Chilling_Silence.
Before you ask a question, or before you get upset by a response, see here:
Links hidden for unregistered users. Login or register Here
It will help you to know what to ask, how to ask, and what to expect as a response
Reply Quote
 
#17013
Re:click to dial not working 3 Years, 2 Months ago Karma: 1
I see the password (secret) in the file. Would the user name be admin?
Can I change the secret?
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
tbooth
Senior Boarder
Posts: 276
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#17015
Re:click to dial not working 3 Years, 2 Months ago Karma: 1
I made the changes and did a restart and still no phone icon for click to dial from the contacts.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
tbooth
Senior Boarder
Posts: 276
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#17019
Re:click to dial not working 3 Years, 2 Months ago Karma: 1
ok I have the phone icon by the contacts phone number. When I click the icon the pop opens and says dialing 9+ 775-4321 but it doe not dial out. here is the log:



[root@host ~]# asterisk -rvv
Asterisk 1.4.22-rc5, Copyright (C) 1999 - 2008 Digium, Inc. and others.
Created by Mark Spencer <markster@digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
== Parsing '/etc/asterisk/asterisk.conf': Found
== Parsing '/etc/asterisk/extconfig.conf': Found
Connected to Asterisk 1.4.22-rc5 currently running on host (pid = 14113)
Verbosity is at least 3
-- Remote UNIX connection disconnected
== Parsing '/etc/asterisk/manager.conf': Found
== Parsing '/etc/asterisk/manager_additional.conf': Found
== Parsing '/etc/asterisk/manager_custom.conf': Found
== Parsing '/etc/asterisk/manager.conf': Found
== Parsing '/etc/asterisk/manager_additional.conf': Found
== Parsing '/etc/asterisk/manager_custom.conf': Found
== Connect attempt from '192.168.0.240' unable to authenticate
== Connect attempt from '192.168.0.240' unable to authenticate
== Parsing '/etc/asterisk/manager.conf': Found
== Parsing '/etc/asterisk/manager_additional.conf': Found
== Parsing '/etc/asterisk/manager_custom.conf': Found
== Connect attempt from '192.168.0.240' unable to authenticate
-- Remote UNIX connection
-- Remote UNIX connection disconnected
host*CLI>
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
tbooth
Senior Boarder
Posts: 276
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#17271
Re:click to dial not working 3 Years, 2 Months ago Karma: 104
For AMI users and passwords have a look at /etc/asterisk/manager.conf (and also the rest of manager*.conf)
The admin default password is elastix456
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
ramoncio
Gold Boarder
Posts: 1674
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#17279
Re:click to dial not working 3 Years, 2 Months ago Karma: 11
Thats because the user "admin" can only be logged in-as from the box its running on. Whilst SugarCRM is hosted on the Elastix box, its probably initiating the connection to the AMI from your PC on port 5038

change:
[admin]
secret = elastix456
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
read = system,call,log,verbose,command,agent,user
write = system,call,log,verbose,command,agent,user

To:
[admin]
secret = elastix456
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0 192.168.0.1/255.255.255.0
read = system,call,log,verbose,command,agent,user
write = system,call,log,verbose,command,agent,user


We've gone and created individual accounts for our additional applications in /etc/asterisk/manager_custom.conf

Hope this helps


Chill.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
Chilling_Silence
Senior Boarder
Posts: 489
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: New Zealand Birthday: 01/27
Last Edit: 2009/02/20 23:42 By Chilling_Silence.
Before you ask a question, or before you get upset by a response, see here:
Links hidden for unregistered users. Login or register Here
It will help you to know what to ask, how to ask, and what to expect as a response
Reply Quote
 
#18075
Re:click to dial not working 3 Years, 2 Months ago Karma: 109
tbooth, try the following:
1. login into sugar crm
2. click on: "Admin" -> system settings
3. put the following info:
Enable Asterisk / VoiceRD Integration?: ON
Enable Asterisk / VoiceRD Pro Version: OFF
Asterisk Server: localhost (since sugar crm is on the same elastix server)
Asterisk Port: 5038
Asterisk Username: admin
Asterisk Secret: elastix456
Asterisk Context: from-internal
Asterisk Prefix: leave it blank...
Asterisk Phone Icon: ON
Asterisk Popup Timer: 20
4. save button
5. click on: "My Account"
6. edit button, put the following info:
Asterisk Phone Extension: 503 (this is my extension, no need to set the protocol)
7. save button
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
jgutierrez
Moderator
Posts: 3547
graphgraph
User Online Now Click here to see the profile of this user
Gender: Male jgutierr_007@hotmail.com Location: Santiago de Guayaquil - Ecuador Birthday: 08/07
Do you want a fast response service?
Do you want more help?
Try our Official Elastix Paid Support Service(English/Español):
support.palosanto.com/elastixChatServer.php

Get your support tickets from:
store.palosanto.com


Soporte Elastix Palosanto Solutions
Santiago de Guayaquil
Reply Quote
 
#20082
Re:click to dial not working 3 Years, 1 Month ago Karma: 0
I am follow your step by step rule
How can I test click and dial
Where can i start ?
Thanks
Terry
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
Terry
Senior Boarder
Posts: 176
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#20160
Re:click to dial not working 3 Years, 1 Month ago Karma: 109
Hi,
To start testing, login into sugarcrm web interface and on the left shortcut area click on "create contact", and then fill up the basic information of your contact (name, phone number,etc). Just take into account that the phone number should match with the outbound rules that you have already defined on the Elastix web interface
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
jgutierrez
Moderator
Posts: 3547
graphgraph
User Online Now Click here to see the profile of this user
Gender: Male jgutierr_007@hotmail.com Location: Santiago de Guayaquil - Ecuador Birthday: 08/07
Do you want a fast response service?
Do you want more help?
Try our Official Elastix Paid Support Service(English/Español):
support.palosanto.com/elastixChatServer.php

Get your support tickets from:
store.palosanto.com


Soporte Elastix Palosanto Solutions
Santiago de Guayaquil
Reply Quote
 
Go to top
Post Reply
Post New Topic
Page: 12
Moderators: Bob, jgutierrez
Protected by Spam Fighter