Search results

  1. jsteel

    SOLVED MYSQL caller id lookup

    Have you tried using your database name in your SQL? Ex. Select companyname AS name FROM database.table, also verify that you actually have a table named tblclients and it is spelled the same as in your query.
  2. jsteel

    [Newbie:] Dealplan setting problem

    You create outbound routes under Dialplan -> Outbound Routes then click the "+" icon to add a new route. You will need to create a gateway first and once you create the new route you can setup dialplan expressions. If you are asking how to spoof caller ID, I doubt anyone will want to help you...
  3. jsteel

    Call Center Agents Displaying Incorrectly

    @ThruveLife, This is not a bug as the code does what it is intended to do. The PHP script pulls the agent contact field information from the v_call_center_agents table in the db via a SQL query and displays it accordingly. You could modify the script to use a regex expression to get rid of the...
  4. jsteel

    email messed call from queue

    Not sure if the OP is even following this thread anymore... I was originally thinking of a way to handle this through the dialplan but then came up with a much simpler idea of evaluating CDR data and capturing any cancel events during the http post event. From the FS wiki for mod_callcenter...
  5. jsteel

    email messed call from queue

    I am not sure if this can be done without a custom script in the dialplan. Have you tried anything yet?
  6. jsteel

    Basic Kamailio and FusionPBX integration

    Yes, it will definitely scale. Just add FS servers as needed, but you will need a good understanding of Kamailio as it will handle the bulk of the SIP load.
  7. jsteel

    Basic Kamailio and FusionPBX integration

    Clive, The setup described in the link you posted describes a scenario in which FS acts as a media server only while Kamailio handles SIP and user registrations. There really is no need to use fusionPBX here as most of the setup and configuration is done in Kamailio.
  8. jsteel

    Basic Kamailio and FusionPBX integration

    Can you be more specific about what your requirements are?