arnaudcoquelet / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

Recording groups #810

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
would be nice if there were like a "recording groups" app that you could create 
a list of recordings and then use the group in greetings, etc

This is helpful for instances where you have a lot of IVR's, etc that always 
start or end with the same phrase for example every IVR starts with "Thank you 
for calling XXXX company"; then options blah blah blah; then "Please have a 
great day and thank you again for calling XXXX".

it saves time when creating IVRs, etc so that you can quickly re-use standard 
recordings over and over again without having to manually merge them together. 
Could probably base this on file_string or something: 
https://wiki.freeswitch.org/wiki/File_string

Original issue reported on code.google.com by blackc2004@gmail.com on 12 Jan 2015 at 10:51

GoogleCodeExporter commented 9 years ago
Another way to handle this would be to have greet long as an array with orders 
and in the database do this:
ivr_menu_greet_long = 'file_string://FILE1.wav!FILE2.wav'

I tested this and it worked great.

Original comment by blackc2004@gmail.com on 13 Jan 2015 at 4:35

GoogleCodeExporter commented 9 years ago
I went ahead and did the code for this, I hope it can be included in an 
upcoming build. I tested on my system and it seems to work as expected.

I added a new folder under app called "recording_groups" and I also had to make 
a small change to the ivr_menu_edit.php file.

Original comment by blackc2004@gmail.com on 14 Jan 2015 at 9:20

Attachments:

GoogleCodeExporter commented 9 years ago
Give me few days to review, 

Original comment by luis.dan...@gmail.com on 15 Jan 2015 at 3:10

GoogleCodeExporter commented 9 years ago
This is an enhancement, not a defect.

Original comment by Digitald...@gmail.com on 16 Jan 2015 at 8:16

GoogleCodeExporter commented 9 years ago
This is resolved with the creation of phrases

Original comment by blackc2004@gmail.com on 24 Feb 2015 at 6:19

GoogleCodeExporter commented 9 years ago

Original comment by sevenate on 14 Apr 2015 at 1:54