How do I set it up?

Asked by Daniel Morante

I can't find any instruction on what I need to do to set this up to work with my Asterisk based PBX (Trixbox)

Question information

Language:
English Edit question
Status:
Answered
For:
Asterisk Click2Dial Firefox Extension Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jon (jonathan-semczyk) said :
#1

True.

you need to configure a manager interface in Asterisk, check it here for all details :

http://www.voip-info.org/wiki/view/Asterisk+config+manager.conf

For a "test" user which can connect from 192.168.0.0/16 :

[test]
secret=test
deny=0.0.0.0/0.0.0.0
permit=192.168.0.0/255.255.0.0
permit=127.0.0.0/255.0.0.0
read=call
write=call

Then, configure the Firefox extension with those params :
Host : your PBX IP or hostname
Port : depends on which manager interface you use, to get the popup use AMI, port will be 5038 by default
User : test
Password : test
Context : the context where your phone is in
Channel : the channel to ring (usually SIP/your number)

Can you help with this problem?

Provide an answer of your own, or ask Daniel Morante for more information if necessary.

To post a message you must log in.