Page 1 of 1

Splitting vici and asterisk

PostPosted: Tue Dec 05, 2006 4:58 pm
by stevers
I've put vicidial on one computer (v1) with mysql and asterisk on another (a1). Things look good but I don't see any attempt from (v1) to contact (a1).

I expected to see traffic on port 5038 (manager) but there's none. What am I missing?

PostPosted: Wed Dec 06, 2006 6:55 am
by mflorell
Please post your /etc/astguiclient.conf file from both servers.

You have to have the PHP scripts on your web server.
You have to have the agi scripts on the Asterisk server.

PostPosted: Wed Dec 06, 2006 7:22 am
by stevers
Ah, but I don't have vici installed on the pbx (a1).

My idea is that the pbx is only running bare bones i.e. Asterisk, and sql and vici on another. Of course more might be needed.

Can you please give me a quick listing of what to install on the two machines?

PostPosted: Wed Dec 06, 2006 9:46 am
by mflorell
agi scripts and audio files have to be present locally on the Asterisk server.

PHP scripts need to be on the web server.

Both servers need an /etc/astguiclient.conf file

servers table settings need to use the Asterisk server IP for the telnet host.

PostPosted: Wed Dec 06, 2006 2:08 pm
by stevers
That last line "servers table settings need to use the Asterisk server IP for the telnet host", is not entirely clear to me.

There are a number of places where we refer to server IP. I'd imagine those used in mysql tables might be it. Only there are many, do I have to work through all of them or can I read which tables someplace?

This probably means that dbconnect has to point to vicidial's IP too, not asterisk.

PostPosted: Fri Dec 08, 2006 10:19 am
by mflorell
The Telnet Host field in the SERVERS section on admin.php.

PostPosted: Fri Dec 08, 2006 3:19 pm
by stevers
Ah, yes its there. At this point I'm getting one machine running, then I'll try to separate them again.