Re: [asterisk-users] MWI across multiple servers

2006-12-08 Thread Tim Panton


On 8 Dec 2006, at 15:02, Jean-Marc Salsa wrote:


Jon, I would be as well very interested in your Voicemail Solution :
AGI + Web Interface to retrieve voice messages.

By the way, you sotre to MySQL, do you use ODBC for that ?
or something else, in that case, what ;o) ?

Thanks in advance !

Jean-Marc


On 12/7/06, Jon Farmer [EMAIL PROTECTED] wrote: I decided  
to write my own simple voicemail application via AGI and store all  
voicemails in MySQL. The nice thing was the user can retrieve via  
phone (local and remote), via email attachment and also via web  
download.


You can listen to old and new messages and change your outgoing  
message too.


Regards




You might want to look at integrating my (free opensource) gsmPlay  
applet into the web front end of that,
it would let your users play their gsm voicemails without installing  
quicktime...



Tim Panton

www.mexuar.net
www.westhawk.co.uk/



___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] MWI across multiple servers

2006-12-07 Thread Jon Farmer
I decided to write my own simple voicemail application via AGI and store all 
voicemails in MySQL. The nice thing was the user can retrieve via phone (local 
and remote), via email attachment and also via web download.

You can listen to old and new messages and change your outgoing message too.

Regards

Jon

 
Jon Farmer
Telford, Shropshire, UK

- Original Message 
From: Porier, Jeremy M. [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Sent: Wednesday, 6 December, 2006 4:20:04 PM
Subject: [asterisk-users] MWI across multiple servers

We are about to deploy six Asterisk servers across the state with SIP
phones at each site registering to their local server.  However, we
are centralizing voicemail at our main campus to enable the transfer of
voicemails between users regardless of site.  It also simplifies our
backup procedures for voicemail.

Any tips for distributing MWI messages amongst those separate servers
that phones are registering to?  I suppose I could script something on
the voicemail server to put a file in the inbox on the distributed
servers but perhaps there is something more elegant I'm unaware of?  If
not, has anyone scripted this before and willing to share?  Would be
much appreciated.

Thanks,
Jeremy 
___
--Bandwidth and Colocation provided by Easynews.com --

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




Send instant messages to your online friends http://uk.messenger.yahoo.com
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] MWI across multiple servers

2006-12-07 Thread Tom Rymes

On Dec 7, 2006, at 4:14 AM, Jon Farmer wrote:

I decided to write my own simple voicemail application via AGI and  
store all voicemails in MySQL. The nice thing was the user can  
retrieve via phone (local and remote), via email attachment and  
also via web download.


You can listen to old and new messages and change your outgoing  
message too.


Regards

Jon


Jon,

Maybe you could post this application and a how-to to the wiki?

Tom
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] MWI across multiple servers

2006-12-06 Thread Aaron Daniel
We've got a setup similar to that.  Depending on how you want to set it
up, just use externnotify and a script that touches the msgnum.txt
file in the user's vm directory on the other boxes.  We're using ssh,
you may choose to use a different method.  It's an immediate MWI
notification, and seems to work well.  If you're interested, let me
know, I'll shoot the scripts over to you.

On Wed, 2006-12-06 at 09:20 -0700, Porier, Jeremy M. wrote:
 We are about to deploy six Asterisk servers across the state with SIP
 phones at each site registering to their local server.  However, we
 are centralizing voicemail at our main campus to enable the transfer of
 voicemails between users regardless of site.  It also simplifies our
 backup procedures for voicemail.
 
 Any tips for distributing MWI messages amongst those separate servers
 that phones are registering to?  I suppose I could script something on
 the voicemail server to put a file in the inbox on the distributed
 servers but perhaps there is something more elegant I'm unaware of?  If
 not, has anyone scripted this before and willing to share?  Would be
 much appreciated.
 
 Thanks,
 Jeremy 
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
Aaron Daniel
Computer Systems Technician
Sam Houston State University
[EMAIL PROTECTED]
(936) 294-4198

___
--Bandwidth and Colocation provided by Easynews.com --

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


RE: [asterisk-users] MWI across multiple servers

2006-12-06 Thread Porier, Jeremy M.
Aaron,

Yeah, could you please send me that script.

Thanks,
Jeremy Porier
Senior Director of IST
Colorado Christian University
[EMAIL PROTECTED]
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Aaron
Daniel
Sent: Wednesday, December 06, 2006 9:44 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] MWI across multiple servers

We've got a setup similar to that.  Depending on how you want to set it
up, just use externnotify and a script that touches the msgnum.txt
file in the user's vm directory on the other boxes.  We're using ssh,
you may choose to use a different method.  It's an immediate MWI
notification, and seems to work well.  If you're interested, let me
know, I'll shoot the scripts over to you.

On Wed, 2006-12-06 at 09:20 -0700, Porier, Jeremy M. wrote:
 We are about to deploy six Asterisk servers across the state with SIP 
 phones at each site registering to their local server.  However, we 
 are centralizing voicemail at our main campus to enable the transfer 
 of voicemails between users regardless of site.  It also simplifies 
 our backup procedures for voicemail.
 
 Any tips for distributing MWI messages amongst those separate servers 
 that phones are registering to?  I suppose I could script something on

 the voicemail server to put a file in the inbox on the distributed 
 servers but perhaps there is something more elegant I'm unaware of?  
 If not, has anyone scripted this before and willing to share?  Would 
 be much appreciated.
 
 Thanks,
 Jeremy
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

--
Aaron Daniel
Computer Systems Technician
Sam Houston State University
[EMAIL PROTECTED]
(936) 294-4198

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] MWI across multiple servers

2006-12-06 Thread David Thomas

Aaron,

Could you please send me the scripts as well.

Thanks!
David
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] MWI across multiple servers

2006-12-06 Thread Aaron Daniel
I've posted the instructions and scripts on my blog for everyone to
grab.  This way I'm not sending random files to random people :)

http://asterisk.mdaniel.net/?p=14

Let me know if I need to change anything.

On Wed, 2006-12-06 at 10:12 -0700, David Thomas wrote:
 Aaron,
 
 Could you please send me the scripts as well.
 
 Thanks!
 David
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
Aaron Daniel
Senior Voice Analyst
Sam Houston State University
[EMAIL PROTECTED]
(936) 294-4198

___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] MWI across multiple servers

2006-12-06 Thread Andrew Joakimsen

How well would NFS work in this situation?

On 12/6/06, Porier, Jeremy M. [EMAIL PROTECTED] wrote:


We are about to deploy six Asterisk servers across the state with SIP
phones at each site registering to their local server.  However, we
are centralizing voicemail at our main campus to enable the transfer of
voicemails between users regardless of site.  It also simplifies our
backup procedures for voicemail.

Any tips for distributing MWI messages amongst those separate servers
that phones are registering to?  I suppose I could script something on
the voicemail server to put a file in the inbox on the distributed
servers but perhaps there is something more elegant I'm unaware of?  If
not, has anyone scripted this before and willing to share?  Would be
much appreciated.

Thanks,
Jeremy
___
--Bandwidth and Colocation provided by Easynews.com --

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

___
--Bandwidth and Colocation provided by Easynews.com --

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


RE: [asterisk-users] MWI across multiple servers

2006-12-06 Thread Douglas Garstang
Been working fine for us so far.

-Original Message-
From: Andrew Joakimsen [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 06, 2006 6:33 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] MWI across multiple servers


How well would NFS work in this situation?


On 12/6/06, Porier, Jeremy M.  [EMAIL PROTECTED] wrote: 

We are about to deploy six Asterisk servers across the state with SIP
phones at each site registering to their local server.  However, we
are centralizing voicemail at our main campus to enable the transfer of 
voicemails between users regardless of site.  It also simplifies our
backup procedures for voicemail.

Any tips for distributing MWI messages amongst those separate servers
that phones are registering to?  I suppose I could script something on 
the voicemail server to put a file in the inbox on the distributed
servers but perhaps there is something more elegant I'm unaware of?  If
not, has anyone scripted this before and willing to share?  Would be
much appreciated.

Thanks,
Jeremy
___
--Bandwidth and Colocation provided by Easynews.com --

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



___
--Bandwidth and Colocation provided by Easynews.com --

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