Home Forums SecAst (Security for Asterisk) Installation & Upgrade SecAst not recognizing some excluded trunks in config

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Avatar photoCustomer Inquiry
    Member
    Post count: 197

    I have a large number of trunks I need to exclude in the secast.conf file in the [channelvolume] stanza, which I have entered like this:

    exclude= \
    IAX/1234567890 | \
    IAX/1234567891 | \
    IAX/1234567892 | \
    IAX/1234567893 | \
    IAX/1234567894 | \
    IAX/1234567895 | \
    IAX/1234567896 | \
    IAX/1234567897 | \
    IAX/trunkin000 | \
    IAX/trunkin001 | \
    IAX/trunkin002 | \
    IAX/trunkin003 | \
    IAX/trunkin004 | \
    IAX/trunkin005

    After the fifth line my excludes are ignored. Why?

    Avatar photoTelium Support Group
    Member
    Post count: 258

    The problem is that you have a space character after the backslash on line 5 (based on analyzing the config file sent). If you add any character after a backslash it means ‘escape’ as opposed to ‘continuation’. So SecAst stops reading your excludes at line 5.

    The solution is to ensure you have no characters following the backslash character.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.