Incoming Call on Firefox 6

Asked by P.V.Anthony

Hi,

Thank you very much for sharing this extension. I am using version 2 of Click2Dial.

It is working great when highlighting a number and dialing out.

Tried the incoming feature for the popup window and the url but this does not seem to work. Could it be because of FireFox 6?

Or is there some more settings needed?

Just for reference here is the settings used in /etc/asterisk/manager.conf.
--------- start ---------------------
[test]
secret=test
deny=0.0.0.0/0.0.0.0
permit=10.0.0.0/255.255.255.0
permit=127.0.0.0/255.0.0.0
read=originate
write=originate
--------- end ----------------------

read and write was set to "originate" because of the newer version of asterisk.

Advice needed. Hope someone can help.

P.V.Anthony

Question information

Language:
English Edit question
Status:
Solved
For:
Asterisk Click2Dial Firefox Extension Edit question
Assignee:
No assignee Edit question
Solved by:
P.V.Anthony
Solved:
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
P.V.Anthony (anthony-mindmedia) said :
#2

Please help. I really need advice on how to make click2dial work for incoming calls.

Please advise.

P.V.Anthony

Revision history for this message
P.V.Anthony (anthony-mindmedia) said :
#3

Just an update.

It was my setting at asterisk that was the problem. It is working now for the incoming calls too. Here is what I did at /etc/asterisk/manager_custom.conf file.

[test]
secret=test123
deny=0.0.0.0/0.0.0.0
permit=10.0.0.0/255.255.255.0
permit=127.0.0.0/255.0.0.0
read=originate,call
write=originate,call

Great extension, thank you for sharing.

Revision history for this message
P.V.Anthony (anthony-mindmedia) said :
#4

Another update.

To get the transfer button to work, the following config is needed.

[test]
secret=test123
deny=0.0.0.0/0.0.0.0
permit=10.0.0.0/255.255.255.0
permit=127.0.0.0/255.0.0.0
read=originate,call,all
write=originate,call,all

Once again thank you for sharing this great extension.