Page 1 of 1

path for vicidial-auto-phones

PostPosted: Wed Feb 18, 2015 10:36 am
by THUFIR
I was unable to find vicidial-auto-phones:

Code: Select all
tleilax:/ # cat /etc/asterisk/extensions-vicidial.conf



Code: Select all
include => vicidial-auto-internal
include => vicidial-auto-phones
include => vicidial-auto-external



What are these files, and what's their purpose, please? I'm reading the "starfish" O'Reilly book on Asterisk, and my take was that extensions or phones are just scripts; it's a construct. That a script might do x during the day, y at night, or z for specifiic caller id.

This is in the context of trying to just login a user...

Re: path for vicidial-auto-phones

PostPosted: Wed Feb 18, 2015 11:26 am
by mflorell
Those are contexts, not files, and they are included in the extensions-vicidial.conf file.

The purpose is to have different groupings of dialplan entries loaded in a specific order.