Maximum number of SIP peers?

  1. 13 years ago

    FOP2 says that the free version is limited to 15 extensions. We're trying to test the software to see if it's at all suitable for what *we* do, which is generally acting like an incumbent telephone company using an internet PBX, as well as some hosted PBX services.

    The trick is, that we already have hundreds of SIP clients. And when I run `fop2_server -X 15` for debugging, it periodically refreshes the SIP peer list and it lists many screenfuls before stopping, apparently at some random spot in the list. At the end, it shows this message:

    ** CLEAN SOCKET  connection lost removing socket IO::Socket::INET=GLOB(0xa4f81d8)
    ** CLEAN SOCKET  Connection lost to server 0
    
    CLEAN activity for buttons for server 0 as the connection was lost

    Is this because FOP2 simply can't handle the number of SIP peers that we have, or is there something else going on here? It's also not displaying any buttons in the panel after I log in.

  2. admin

    23 Aug 2011 Administrator

    Seems you fixed the manager issue... That is because asterisk disconnected you, you can get around that by setting writetimeout to the manager user, or using eventmasks and eventfilters to reduce the verbosity.. generally, by setting a writetimeout=1000 will do. You can check the blog for a brief article discussing that setup:

    http://www.fop2.com/blog/make-fop2-snap ... ventfilter

or Sign Up to reply!