Front End Interface thats not web based
Posted: Mon Nov 11, 2013 7:26 am
Hi All,
I'm currently developing a front end interface for vicidial for agents and managers and was wondering if anyone has done something similar.
So far I have two applications :
Server which communicates directly via tcp to the vidial database
Client which communicates to the custom server above.
I've got as far as creating the above and the agent can login via the client to show a basic form.
my server and client communicate using JSON to send commands back and forth and so far its working very quick.
Just need to work out what needs to be set session wise for a program to keep the agent logged in.
I also plan to build a sip application straight into the client so that only the one app will ever be needed.
I'm currently developing a front end interface for vicidial for agents and managers and was wondering if anyone has done something similar.
So far I have two applications :
Server which communicates directly via tcp to the vidial database
Client which communicates to the custom server above.
I've got as far as creating the above and the agent can login via the client to show a basic form.
my server and client communicate using JSON to send commands back and forth and so far its working very quick.
Just need to work out what needs to be set session wise for a program to keep the agent logged in.
I also plan to build a sip application straight into the client so that only the one app will ever be needed.