OK I have two servers, Server 1 is my FreePBX system that holds FOP2, server two is my dialer that I am wanting FOP2 to monitor. I can monitor everything on server 1 with FOP2, when I follow the instructions for the tutorial on monitoring multiple asterisk servers. I can not seem to get the server to connect to my Vicidial Server. Vicidial is using Asterisk 1.2.30.2, and my FreePBX is using Asterisk 1.4.33.1. All I am trying to due is simply monitor the asterisk that is running Vicidial. I have manually created the buttons like suggested with the remote extentions, configured the fop2.conf file, and the remote asterisk manager.conf. and I get an error when I run ./fop2_server -X 3 stating:
_________________________________________________________________________________________________
** MANAGER CONNECTION Couldn't connect to 99.X.X.12:5038 (Server 1)
Use of uninitialized value in concatenation (.) or string at script/fop2_server.pl line 7563.
Cannot send command to (unauthenticated or connection failed)
- * MANAGER CONNECTION Connecting to 99.X.X.12:5038 (Server 1)
- * MANAGER CONNECTION Couldn't connect to 99.X.X.12:5038 (Server 1)
- * MANAGER CONNECTION Connecting to 99.X.X.12:5038 (Server 1)
- * MANAGER CONNECTION Couldn't connect to 99.X.X.12:5038 (Server 1)
__________________________________________________________________________________________________
My FOP2.CONF
; Server 1
manager_host = 99.X.X.12 <--- This is pointing to my remote box
manager_port = 5038
manager_user = admin
manager_secret = amp111
user=705:705:dial,phonebook
user=703:703:all:dial,transfer,spy,whisper,hangup,pickup,record,meetme,queueagent,phonebook
user=706:706:dial,phonebook
user=708:708:dial,phonebook
buttonfile=buttons.cfg
___________________________________________________________________________________________________
My Buttons.conf
[SIP/705]
type=extension
extension=705
label=Mark Low*
mailbox=705@default
context=from-internal
queuecontext=from-queue
extenvoicemail=*705@default
privacy=none
[SIP/706]
type=extension
extension=706
label=Nick Mistakos*
mailbox=706@default
context=from-internal
queuecontext=from-queue
extenvoicemail=*706@default
privacy=none
[SIP/707]
type=extension
extension=707
label=Carlos*
mailbox=707@default
context=from-internal
queuecontext=from-queue
extenvoicemail=*707@default
privacy=none
[SIP/708]
type=extension
extension=708
label=Shawn Riley*
mailbox=708@default
context=from-internal
queuecontext=from-queue
extenvoicemail=*708@default
privacy=none
[SIP/703]
type=extension
extension=703
label=Mike Lambert*
mailbox=703@default
context=from-internal
queuecontext=from-queue
extenvoicemail=*703@default
privacy=none
____________________________________________________________________________________________
My Remote Asterisk manager.conf
[admin]
secret = amp111
deny=0.0.0.0/0.0.0.0
permit=99.X.X.12/255.255.255.248
read = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,cdr,dialplan,originate
write = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,cdr,dialplan,originate
______________________________________________________________________________________________
can someone tell me if there is something that I am doing wrong? I have tried everything I no, and nothing is working. My remote extensions show up as green buttons on the FOP2 screen when I log in. but nothing is happening when the extension is being used. Yes I did buy the $40.00 Key to activate my program. Thanks if someone could help me.
Travis Lambert