Hi everyone,
I am using Trixbox (V2.2 RC1) and have installed ADA 1.1.
I have amended the files according to the information that has been mentioned here in the forums, but ADA doesn't succeed in dialing out.
The phone's extension is 25.
Excerpt of extensions_custom.conf:
--- 8< ---
[ada]
include => default
;include => from-internal
exten => 25,1,Dial(SCCP/25)
--- 8< ---
I have also tried combinations and single lines for the include-argument, I also tried with a SIP phone instead. The above applies to a Cisco 7971 which runs using SCCP, but that wasn't a problem with Snap.
Excerpt of manager_additional.conf
--- 8< ---
[25]
secret = ********
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
permit=192.168.0.0/255.255.255.0
read = system,call,log,verbose,command,agent,user
write = system,call,log,verbose,command,agent,user
--- 8< ---
I also tried adding users.conf (the file didn't exist on my system), but doing so doesn't change the behaviour. Also, I'm uncertain regarding the hassip-parameter as I need to use SCCP.
Here's what the log gives me after I enter a number and click the dial button in ADA's UI:
--- 8< ---
Apr 14 16:09:07 DEBUG[18978] manager.c: Manager received command 'Originate'
Apr 14 16:09:07 NOTICE[19055] chan_local.c: No such extension/context 25@ada creating local channel
Apr 14 16:09:07 NOTICE[19055] channel.c: Unable to request channel Local/25@ada
--- 8< ---
Any help would be much appreciated.
Cheers,
Olaf
