Hello,
I am trying to configure my Asterisk server to work with Noojee click to dial Firefox extension. When i dial the number from my test webpage CLI says it’s unable to connect to an empty location SIP/
I followed the tutorial on:https://wiki.noojee.com.au/Noojee_Click/Installation/Server%2f%2fPBX/Asterisk
The second client is using Yate SIP client. I’m able to establish call between two desktop SIP clients but not between Noojee click client and Yate desktop client.
There is no problem in Noojee configuration on my computer as I can successfully access the AJAM interface and initialize the call.
Here are my .conf files:
http.conf
[general]
enabled=yes
bindaddr=158.196.244.224
bindport=8088
;prefix=“asterisk”
manager.conf
[general]
enabled = yes
webenabled = yes
port = 5088
bindaddr = 0.0.0.0
[click]
context=projekt
type=friend
secret=******
deny=0.0.0.0/0.0.0.0
permit=158.196.0.0/255.255.0.0
read=system,call,log,verbose,command,agent,user
write=system,call,log,verbose,command,agent,user,originate
What do I miss? Thanks for advice.
Br. Jakub