I have been playing with the call notification checkdir.php
Using the standard example, and watching the apache log when a call comes in the checkdir.php is not even being requested by the webserver. Is there some setting in config.php that I have to change to have it run?
I am logged into fop2 and my extension rings when a call comes in.
/usr/local/fop2/fop2.cfg:
notify_on_ringing = 1
notify_on_connect = 0
/etc/asterisk/queues_additional.conf
[1000]
....
eventmemberstatus=yes
eventwhencalled=yes
...
- Using the stock checkdir.php
- Asterisk 1.6.0.26-FONCORE-r78 currently running on trixbox
It used to work, and I could see it in the access-log of it being run. Not sure if I changed a setting by accident somewhere.
Now not even the default notifications work. I see no call notification popup at all.
Is there somewhere else I can log to, in order to see why its being passed over? Or do you have a really simple example that I can debug with?