Re: [asterisk-users] Syncronizing files on different Asteriskservers

2009-10-21 Thread Arjan Kroon | Mobillion
I don't know if you server is running under Unix.

If so, here is a wiki link about mounting
http://en.wikipedia.org/wiki/Mount_%28Unix%29

 

 

Van: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] Namens ABBAS SHAKEEL
Verzonden: 21-10-2009 08:59
Aan: Asterisk Users Mailing List - Non-Commercial Discussion
Onderwerp: Re: [asterisk-users] Syncronizing files on different
Asteriskservers

 

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 VPN To central
Server only.

The Drive Mount Option seems cool to me but I dont have any Idea About
it . Can you give me some clues or links 

 

@ Arjan Kroon

 

As i dont have good idea about Mounting what about the script 
actually i need some thing that dont needs human hand after development.
And if script can do this then it will be fine.

 

 

@Robin

Which Application do use for that ?? Please elaborate 

Hell, you could even abuse dropbox for this purpose.  

What does this means?

 

 

@ Joseph

 

No Joseph its not some thing voice mail its recording of suggestions etc


Actually operators are located at different locations and if a user
leave a suggestion at one operator then the file will be on that
particular server. But if the user of another operator want to listen
that file then this file must be present on that server also ..Thats why
I am considering these options

 

 

 

 

On Wed, Oct 21, 2009 at 10:08 AM, Joseph syscon...@gmail.com wrote:

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 through a VPN.

I have a developed an IVR service on server B and server C where users
come
and record their voice. On the same servers B and C users come to
listen the
recorded voices (I am using agi ). any user records his profile on
server B
, NOW a user who make a call to server C cannot listen to profiles
recorded
at server B. Because these profiles reside on Server B ... Similar in
case
of server C.

By ...listen to profile... do you mean retrieve their voice-mail on a
different server?

--
Joseph


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users




-- 
Best Regards
Shakeel Abbas

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Syncronizing files on different Asteriskservers

2009-10-20 Thread Arjan Kroon | Mobillion
Maybe a central server is an idée.

You'll have to mount an directory on server A, B and C to a directory on the 
central server.

A disadvantage is, that you'll have to have a stable internet connection 
between al servers.

 

Another solution is to make a script on the server A,B and C that copies the 
recorder files to the others servers.

 

 

Van: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] Namens ABBAS SHAKEEL
Verzonden: 20-10-2009 15:02
Aan: Asterisk Users Mailing List - Non-Commercial Discussion
Onderwerp: Re: [asterisk-users] Syncronizing files on different Asteriskservers

 

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 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 server C through a VPN.

 I have a developed an IVR service on server B and server C where users come
 and record their voice. On the same servers B and C users come to listen the
 recorded voices (I am using agi ). any user records his profile on server B
 , NOW a user who make a call to server C cannot listen to profiles recorded
 at server B. Because these profiles reside on Server B ... Similar in case
 of server C.

 I thought a solution that i will use sockets. when a user records  a voice
 on Server B . The file will be send to Server A and Server A will send it to
 all other servers ie C and others if exists.

 But if alot of user start to record their voices then sockets may fail ???
 DO any one have idea to do it in better way ???


How about rsync?

j

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users




-- 
Best Regards
Shakeel Abbas

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Syncronizing files on different Asteriskservers

2009-10-20 Thread Robin
I use an app at another server, which checks multiple servers at regular
intervals and distributes files from one to the other and the other way
around and to a central server at given intervals over ssh. Rsync is another
idea. Hell, you could even abuse dropbox for this purpose.

On Tue, Oct 20, 2009 at 15:31, Arjan Kroon | Mobillion 
arjan.kr...@mobillion.nl wrote:

  Maybe a central server is an idée.

 You’ll have to mount an directory on server A, B and C to a directory on
 the central server.

 A disadvantage is, that you’ll have to have a stable internet connection
 between al servers.



 Another solution is to make a script on the server A,B and C that copies
 the recorder files to the others servers.





 *Van:* asterisk-users-boun...@lists.digium.com [mailto:
 asterisk-users-boun...@lists.digium.com] *Namens *ABBAS SHAKEEL
 *Verzonden:* 20-10-2009 15:02
 *Aan:* Asterisk Users Mailing List - Non-Commercial Discussion
 *Onderwerp:* Re: [asterisk-users] Syncronizing files on different
 Asteriskservers



 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 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 server C through a VPN.
 
  I have a developed an IVR service on server B and server C where users
 come
  and record their voice. On the same servers B and C users come to listen
 the
  recorded voices (I am using agi ). any user records his profile on server
 B
  , NOW a user who make a call to server C cannot listen to profiles
 recorded
  at server B. Because these profiles reside on Server B ... Similar in
 case
  of server C.
 
  I thought a solution that i will use sockets. when a user records  a
 voice
  on Server B . The file will be send to Server A and Server A will send it
 to
  all other servers ie C and others if exists.
 
  But if alot of user start to record their voices then sockets may fail
 ???
  DO any one have idea to do it in better way ???
 

 How about rsync?

 j

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




 --
 Best Regards
 Shakeel Abbas

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users