Page 1 of 1

diff betwen table "conferences" and "vicidial

PostPosted: Sun Jan 20, 2008 11:43 pm
by brainstorm
hy friends,

The astguiclient has the asterisk database...Right ???

I am not able to understand wy the vicidial app, needs 2 separate table the "conferences" table and "vicidial_conferences" table.

While both the tables have the same no of fields(field names are also same).

Any idea ???? :? :? :?

PostPosted: Mon Jan 21, 2008 1:52 am
by mflorell
They are used for different reasons, vicidial_conferences is used only for agents to login to vicidial and take calls. and conferences are used for the older astguiclient.php application as well as being used for the "leave 3way call" functionality within vicidial when you do 3way conference calling.

PostPosted: Tue Jan 29, 2008 6:23 am
by brainstorm
thnx mflorell