Page 1 of 1

Vicidial Architecture

PostPosted: Fri May 07, 2010 5:13 am
by yogesh vyas
Hi ..matt Florell and all Moderators

i am preparing project report on asterisk and Vicidial and asterisk
i have learned asterisk ,implemented it in load balanced environment and installed vicidial (able to use most of the features) but finding it difficult to get base idea ..how vicidial is interacting via manager interface.. i mean to say what is the architecture ..what file is doing what job.. i have bought the manager and agent manual in company where i am doing internship.
can you give me starters how to approach this ..i have learned the configuration part of both asterisk and vici and in asterisk able to design Db interactive Dialplan.
can you guys help me to finish this task.
:)

thnx guys

PostPosted: Fri May 07, 2010 8:44 am
by williamconley
you want to have a look at the running "screens".

find the scripts that manage them, they have the magic.

Code: Select all
screen -list
will list them for you.

although that is only one part of the puzzle, it's the mainly invisible part. you must also check all the setups for manager credentials, and then find all the uses of those credentials, to get ALL the manager interface magic.