Member
Last active 14 years ago
so as i stated before, i'm using FOP not FOP2, therefore i don't know in which file should i execute my script :?
hello
in fact i'm not using freepbx, so i would have to write the conf files myself. i will check where to find examples and build on them
thanks for ur reply
ok it works well now, apparently i forgot to append "all" and "originate" rights to read and write. i also changed the password from the config file.
so i still have one problem, FOP isn't "seeing" users since they are binded to asterisk from a realtime mysql database, do you have any idea how can this be fixed?
thank you
i forgot to mention that i'm using fop 0.30, not fop2
hello, thanks for your response
in fact, i get "permission denied" messages for commands issued by the fop server when starting up, so i get these messages even before i log in to the fop client. the connection is established with asterisk, but for certain commands asterisk is denying access, the commands' IDs sent by FOP server are:
127.0.0.1 -> ActionID: parkedcalls
127.0.0.1 -> ActionID: meetme_10
127.0.0.1 -> ActionID: astdb-DND-SIP/left
127.0.0.1 -> Command: sip show peers
127.0.0.1 -> ActionID: iaxpeers
127.0.0.1 -> ActionID: sccppeers
for all the above, asterisk returns the following response:
127.0.0.1 <- Response: Error
127.0.0.1 <- ActionID: sccppeers ;of course the action ID in the response isn't the same for every command
127.0.0.1 <- Message: Permission denied
127.0.0.1 <- Server: 0
so i ignored these errors, and started the client. it shows the pannel, but i'm having trouble with the password :oops:
anyways, the read and write rights in the manager.conf are as follows:
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
read = system, call, log, verbose, command, agent, user
write = system, call, log, verbose, command, agent, user
no idea what could be the problem :?
thanks
hello everyone
i'm having the same problem here, "permission denied", but i don't know where to locate the files _custom and _additional you are talking about... could anyone help on this issue please?
i also have a question, is it possible for FOP to retrieve users info from mysql database? since i'm using dynamic database with asterisk, the "sip.conf" file is empty, so FOP is listing no users. any how to change this?
thank you