Re: [asterisk-users] Syncronizing files on different Asterisk servers

2009-10-28 Thread ABBAS SHAKEEL
Thanks all Robin Drop Box looks cool but I have developed my own code in JAVA that will use Sockets to syncronize files across different servers. Thanks Arjan for the link. @ li...@torrenga.com yeah i do have considered but finally developed my own code for sysncronization. thanks :) if Any One

Re: [asterisk-users] Syncronizing files on different Asterisk servers

2009-10-21 Thread ABBAS SHAKEEL
Thanks Alot @ Jeff LaCoursiere,@Arjan Kroon,@Robin,@Joseph @ Jeff LaCoursiere Well you already suggested that you would send all files to server A, so A is your server Sorry For the wording actually i need to send to a central server. then a central server to all others. Because all servers have

Re: [asterisk-users] Syncronizing files on different Asterisk servers

2009-10-21 Thread Robin
With dropbox i mean a service (http://getdropbox.com). I've been thinking about using dropbox for stuff at my asterisk servers, but haven't done so yet. It was just an idea that came to mind when reading your question. You could check out the site though, maybe it is the right solution for you.

Re: [asterisk-users] Syncronizing files on different Asterisk servers

2009-10-21 Thread lists
Have you considered rsync? We use it to synchronize voicemail between offices connected through a VPN. Of course you need to run rsync somehow, which is easy with an external command every time someone checks their voice mail, but no reason it couldn't be done with a cron job. Sincerely,

[asterisk-users] Syncronizing files on different Asterisk servers

2009-10-20 Thread ABBAS SHAKEEL
Hello I need some advice regarding the Asterisk server that are located at different locations. Three asterisk servers are here each at different location. Suppose A,B,C be the three servers respectively. Server A is connected to server B and server C through a VPN. I have a developed an IVR

Re: [asterisk-users] Syncronizing files on different Asterisk servers

2009-10-20 Thread Jeff LaCoursiere
On Tue, 20 Oct 2009, ABBAS SHAKEEL wrote: Hello I need some advice regarding the Asterisk server that are located at different locations. Three asterisk servers are here each at different location. Suppose A,B,C be the three servers respectively. Server A is connected to server B and

Re: [asterisk-users] Syncronizing files on different Asterisk servers

2009-10-20 Thread ABBAS SHAKEEL
Yeah i do have considered that option but the problem is that in if i have four servers server ie A,B,C,D... all cannot be servers ands clients at the same time. Thats the reason I am wondering any other solution On Tue, Oct 20, 2009 at 5:44 PM, Jeff LaCoursiere j...@jeff.net wrote: On Tue, 20

Re: [asterisk-users] Syncronizing files on different Asterisk servers

2009-10-20 Thread Jeff LaCoursiere
On Tue, 20 Oct 2009, ABBAS SHAKEEL wrote: Yeah i do have considered that option but the problem is that in if i have four servers server ie A,B,C,D... all cannot be servers ands clients at the same time. Thats the reason I am wondering any other solution Well you already suggested that you

Re: [asterisk-users] Syncronizing files on different Asterisk servers

2009-10-20 Thread Joseph
On 10/20/09 17:24, ABBAS SHAKEEL wrote: Hello I need some advice regarding the Asterisk server that are located at different locations. Three asterisk servers are here each at different location. Suppose A,B,C be the three servers respectively. Server A is connected to server B and server C