Listen Not Working
Hello,
I'm using Elastix 2.4
I've added fop2 to it, and purchased a license
I'm trying to listen to a conversation,
I button on the extensions which is during a conversation that I want to listen to
I click on the button listen
I get an incoming call,
I pick it up,
And nothing.. silence.
Any suggestions?
Thank you.
I'm using Elastix 2.4
I've added fop2 to it, and purchased a license
I'm trying to listen to a conversation,
I button on the extensions which is during a conversation that I want to listen to
I click on the button listen
I get an incoming call,
I pick it up,
And nothing.. silence.
Any suggestions?
Thank you.
Comments
service fop2 reload
If after that you still here silence, then it is most probably an asterisk feature/bug/misconfiguration.
no idea why,
the file "fog.cfg" was in /etc/asterisk/fop2
and there is no "spy_options" sections there.. it's looks like this:
And I was trying to listen on an outgoing call, which was made through the sip trunk
I can always just remove the fop2 if you think that would be a better idea and just re-install it again, I can even install it manually if that would be better.
I'm just worried for the license now that I've already activated it
Location of fop2.cfg file depends if it was installed from tarball or from .rpm. Not sure what are you quoting, but you do have spy_options over there. You can remove the "b" from it and try again.
Reinstalling fop2 won't make any good, you have to just fix the config on your system or your system per se. As I said before, fop2 launches/fires a command in asterisk that in turn fires the chanspy application to snoop on the call. Once the command is fired, fop2 does *nothing else*, asterisk takes control: your phone rings, when you answer the application starts. If sound comes garbled, low, non existant or whatever, it is asterisk/chanspy, not fop2.
You said that your phone rings and hear silence, try this: answer the phone and keep it hearing the silence, while you run this command:
asterisk -rx "core show channels concise"
Look at the output, find *your* channel, and see what is it running.. you can post it here, but be careful to not disclose potential private information. If you see that your device SIP/something has Chanspy running with parameters SIP/somethingelse and seems correct, but you still hear no sound. then it is not a fop2 problem that you have to fix, but your asterisk.
Best regards,