chrisgg

Member

Last active 6 years ago

  1. 12 years ago
    Tue Feb 21 16:45:21 2012
    chrisgg started the conversation Not loading checkdir.php.

    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?

  2. Thu Feb 2 19:59:31 2012

    I was just having one of those days, the incoming calls were not showing on the queue, for some reason I thought they displayed on the trunk.

    I have fixed it with queuecontext=from-internal on the queue lines in buttons.cfg and its showing now.

    Thanks again

  3. Wed Feb 1 21:50:28 2012

    Thanks for the reply, I am not sure because nothing has changed and it used to work prior to 2.24.

    The generated config shows (numbers changed per my employer)
    [SIP/123456789]
    type=trunk
    label=SIP/123456789

    All calls are sent to this trunk, I see in fop2 when calls come in, it simply says X lines in use, however below that used to show the number coming in, and you would be able to click on the call and either pick it up or send it somewhere.

    Nothing shows up under the trunk button now. Just how many lines are in use.

  4. Tue Jan 31 17:34:11 2012
    chrisgg started the conversation Incoming Calls not shown on Trunk anymore.

    Greetings,

    Since updating to the newest 2.4, my Trunk lines do not show the incoming callers anymore. We used to use this function for handling overflow of calls where the supervisors would "grab" calls sitting in the trunk and send them to their desks.

    My configuration has not changed, it just stopped working after updating.

    Anyone have any ideas?