VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
ohjelmistoarkkitehti a... Guest
|
Posted: Fri Feb 06, 2015 2:54 am Post subject: [asterisk-users] Question regarding custom announcements use |
|
|
Hello,
Got a question regarding custom announcements in Asterisk.
My goal is to allow my users record their own queue announcements and choose which announcements they want to use in each queue. I have several Asterisk servers and a Kamailio server which dispatches call traffic between the Asterisks. Question is, is it possible to have something like a NSF disk shared between several asterisk servers and store custom announcements there, where all Asterisks would use them? I expect to have to place the files under whatever I configure in asterisk.conf. Additionally, can I place the announcements in subfolders under that directory and in my realtime queue table use values something like '/subfldr/myannouncement'?
Keep up the good work!
cheers,
Olli |
|
Back to top |
|
|
ish at pack-net.co.uk Guest
|
Posted: Fri Feb 06, 2015 5:03 am Post subject: [asterisk-users] Question regarding custom announcements use |
|
|
On 6 February 2015 at 07:54, Olli Heiskanen <ohjelmistoarkkitehti@gmail.com (ohjelmistoarkkitehti@gmail.com)> wrote:
Quote: |
Hello,
Got a question regarding custom announcements in Asterisk.
My goal is to allow my users record their own queue announcements and choose which announcements they want to use in each queue. I have several Asterisk servers and a Kamailio server which dispatches call traffic between the Asterisks. Question is, is it possible to have something like a NSF disk shared between several asterisk servers and store custom announcements there, where all Asterisks would use them? I expect to have to place the files under whatever I configure in asterisk.conf. Additionally, can I place the announcements in subfolders under that directory and in my realtime queue table use values something like '/subfldr/myannouncement'?
Keep up the good work!
cheers,
Olli
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
Hi
All of that is possible and is exactly what we do, both for customer sounds and for call recordings. Just make sure you have resilience in your shared storage device.
Alternatively, you could use something like Puppet to deploy the files to all the servers.
--
Quote: | Ishfaq Malik
Department: VOIP Support
Company: Packnet Limited
t: +44 (0)845 004 4994
f: +44 (0)161 660 9825
e: ish@pack-net.co.uk (ish@pack-net.co.uk)
w: http://www.pack-net.co.uk
Registered Address: PACKNET LIMITED, Duplex 2, Ducie House
37 Ducie Street
Manchester, M1 2JW
COMPANY REG NO. 04920552
|
|
|
Back to top |
|
|
mailinglist+asterisk a... Guest
|
Posted: Fri Feb 06, 2015 5:32 am Post subject: [asterisk-users] Question regarding custom announcements use |
|
|
On 06/02/15 07:54, Olli Heiskanen wrote:
Quote: | My goal is to allow my users record their own queue announcements and
choose which announcements they want to use in each queue. I have
several Asterisk servers and a Kamailio server which dispatches call
traffic between the Asterisks. Question is, is it possible to have
something like a NSF disk shared between several asterisk servers and
store custom announcements there, where all Asterisks would use them?
I expect to have to place the files under whatever I configure in
asterisk.conf. Additionally, can I place the announcements in
subfolders under that directory and in my realtime queue table use
values something like '/subfldr/myannouncement'?
|
I assume you mean NFS.
Yes you can do that although using NFS you will then have a single point
of failure and in the standard NFS client configuration if you try to
access a file which is on NFS but it is unavailable then the file access
will hang.
So you might be better off having the files copied onto each of the
asterisks servers local file storage or use a redundant file system such
as gluster.
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
ohjelmistoarkkitehti a... Guest
|
Posted: Fri Feb 06, 2015 6:00 am Post subject: [asterisk-users] Question regarding custom announcements use |
|
|
Oops, quite right, how typoful of me!
Thanks for the excellent points, I'll look into gluster and puppet and see may way onwards from there.
cheers,
Olli
2015-02-06 12:32 GMT+02:00 Gareth Blades <mailinglist+asterisk@dns99.co.uk ([email]mailinglist+asterisk@dns99.co.uk[/email])>:
Quote: | On 06/02/15 07:54, Olli Heiskanen wrote:
Quote: | My goal is to allow my users record their own queue announcements and choose which announcements they want to use in each queue. I have several Asterisk servers and a Kamailio server which dispatches call traffic between the Asterisks. Question is, is it possible to have something like a NSF disk shared between several asterisk servers and store custom announcements there, where all Asterisks would use them? I expect to have to place the files under whatever I configure in asterisk.conf. Additionally, can I place the announcements in subfolders under that directory and in my realtime queue table use values something like '/subfldr/myannouncement'?
|
I assume you mean NFS.
Yes you can do that although using NFS you will then have a single point of failure and in the standard NFS client configuration if you try to access a file which is on NFS but it is unavailable then the file access will hang.
So you might be better off having the files copied onto each of the asterisks servers local file storage or use a redundant file system such as gluster.
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
paul.belanger at polyb... Guest
|
Posted: Fri Feb 06, 2015 1:59 pm Post subject: [asterisk-users] Question regarding custom announcements use |
|
|
On Fri, Feb 6, 2015 at 5:03 AM, Ishfaq Malik <ish@pack-net.co.uk> wrote:
Quote: |
On 6 February 2015 at 07:54, Olli Heiskanen <ohjelmistoarkkitehti@gmail.com>
wrote:
Quote: |
Hello,
Got a question regarding custom announcements in Asterisk.
My goal is to allow my users record their own queue announcements and
choose which announcements they want to use in each queue. I have several
Asterisk servers and a Kamailio server which dispatches call traffic between
the Asterisks. Question is, is it possible to have something like a NSF disk
shared between several asterisk servers and store custom announcements
there, where all Asterisks would use them? I expect to have to place the
files under whatever I configure in asterisk.conf. Additionally, can I place
the announcements in subfolders under that directory and in my realtime
queue table use values something like '/subfldr/myannouncement'?
Keep up the good work!
cheers,
Olli
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
Hi
All of that is possible and is exactly what we do, both for customer sounds
and for call recordings. Just make sure you have resilience in your shared
storage device.
Alternatively, you could use something like Puppet to deploy the files to
all the servers.
| This is basically what we do, we use puppet to help distribute files
to remote servers while still using app_queue. Shared network drive
also works.
--
Paul Belanger | PolyBeacon, Inc.
Jabber: paul.belanger@polybeacon.com | IRC: pabelanger (Freenode)
Github: https://github.com/pabelanger | Twitter: https://twitter.com/pabelanger
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|