Seen some suspicious Call limit to my all extensions

I have used this command and see the below response.
asterisk -rx ‘sip show inuse’

  • Peer name In use Limit
    499 1/0/0 2147483647
    490 0/0/0 2147483647
    491 0/0/0 2147483647
    492 0/0/0 2147483647
    493 0/0/0 2147483647
    494 1/0/0 2147483647

I am concerned about the limit value 2147483647.

Why is this value so high ?

because that is the largest unsigned 32 bit integer available, i.e. you have not set limits that those extension can make.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.