dhackd

Member

Last active 12 years ago

  1. 13 years ago
    Thu Nov 18 17:39:40 2010
    dhackd posted in Screen POP.

    It depends, as you are doing custom programming from then on.. the easiest way is to do it step by step, just try to write an "alert". If you output valid javascript, that code will be interpreted an run on the client..

    echo "window.open('http://192.168.1.10/amtc/LocationLookup.aspx?txtDID=$clidname')";

    Should be proper Javascript..

    dhackd

  2. Thu Nov 18 16:54:42 2010
    dhackd started the conversation Screen POP.

    I am getting the AJAX screen popups, but I am not getting the "Web Page" to popup. I have commented out the "/" from the checkdir.php.

    What should I look for in the fop2_server logs?

    dhackd

  3. 14 years ago
    Mon Nov 15 16:22:33 2010
    dhackd posted in Screen Pop.

    I am currently using "Elastix" version of Asterisk:

    1. Select {PBX} menu item
    2. Select {PBX Configuration}
    3. Select {Inbound Routes}
    4. The 6th option down is: "CID name prefix"
    5. I have added "9999:" a 4 digit code with a ":" at the end.

    So when an inbound call comes it, the CIDName looks like: 9999:13145551212. When the screen pop application grabs the "CIDName" I just split on the ":" and do a lookup on the "9999" against our database. We have alot of locations, and it is nice to know what location a caller is calling.

    dhackd

  4. Sat Nov 13 00:15:01 2010
    dhackd posted in Screen Pop.

    I thought about it, and just added "CID name prefix" to the inbound route for that DID.

    Works out great..

    dhackd

  5. Sat Jul 31 06:21:17 2010
    dhackd started the conversation Screen Pop.

    I would like to use the "Screen Pop" to display the DID & CallerID information.. Is this possible.

    dhackd