Is it possible to change files with recordings (answers) in freePBX, Asterisk during talk?
In IVR (freePBX) there are answers recorded that are played when someone is calling , but is it possible to change those answers via REST API or switch recordings "on fly"?
I am looking for a way to synthesize answers during talk.
asterisk freepbx
add a comment |
In IVR (freePBX) there are answers recorded that are played when someone is calling , but is it possible to change those answers via REST API or switch recordings "on fly"?
I am looking for a way to synthesize answers during talk.
asterisk freepbx
1
If this function is available, it will be documented. What has your research shown you?
– music2myear
Jan 22 at 16:48
add a comment |
In IVR (freePBX) there are answers recorded that are played when someone is calling , but is it possible to change those answers via REST API or switch recordings "on fly"?
I am looking for a way to synthesize answers during talk.
asterisk freepbx
In IVR (freePBX) there are answers recorded that are played when someone is calling , but is it possible to change those answers via REST API or switch recordings "on fly"?
I am looking for a way to synthesize answers during talk.
asterisk freepbx
asterisk freepbx
asked Jan 22 at 15:05
Marcin MMarcin M
1
1
1
If this function is available, it will be documented. What has your research shown you?
– music2myear
Jan 22 at 16:48
add a comment |
1
If this function is available, it will be documented. What has your research shown you?
– music2myear
Jan 22 at 16:48
1
1
If this function is available, it will be documented. What has your research shown you?
– music2myear
Jan 22 at 16:48
If this function is available, it will be documented. What has your research shown you?
– music2myear
Jan 22 at 16:48
add a comment |
1 Answer
1
active
oldest
votes
RestAPI module is commercial module from Sangoma.
However if you want just change messages, path to files stored in db in recordings table.
So should be not a problem hire freelancer who did this single api call for you.
Please note, asterisk able play only very few formats, so you need convert it first.
If you need text-to-speech, that is slightly more complex staff if do via api, but there is availible module named TTS(free one), which can do text from db table.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1397050%2fis-it-possible-to-change-files-with-recordings-answers-in-freepbx-asterisk-du%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
RestAPI module is commercial module from Sangoma.
However if you want just change messages, path to files stored in db in recordings table.
So should be not a problem hire freelancer who did this single api call for you.
Please note, asterisk able play only very few formats, so you need convert it first.
If you need text-to-speech, that is slightly more complex staff if do via api, but there is availible module named TTS(free one), which can do text from db table.
add a comment |
RestAPI module is commercial module from Sangoma.
However if you want just change messages, path to files stored in db in recordings table.
So should be not a problem hire freelancer who did this single api call for you.
Please note, asterisk able play only very few formats, so you need convert it first.
If you need text-to-speech, that is slightly more complex staff if do via api, but there is availible module named TTS(free one), which can do text from db table.
add a comment |
RestAPI module is commercial module from Sangoma.
However if you want just change messages, path to files stored in db in recordings table.
So should be not a problem hire freelancer who did this single api call for you.
Please note, asterisk able play only very few formats, so you need convert it first.
If you need text-to-speech, that is slightly more complex staff if do via api, but there is availible module named TTS(free one), which can do text from db table.
RestAPI module is commercial module from Sangoma.
However if you want just change messages, path to files stored in db in recordings table.
So should be not a problem hire freelancer who did this single api call for you.
Please note, asterisk able play only very few formats, so you need convert it first.
If you need text-to-speech, that is slightly more complex staff if do via api, but there is availible module named TTS(free one), which can do text from db table.
answered Jan 23 at 19:26
arheopsarheops
6492717
6492717
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1397050%2fis-it-possible-to-change-files-with-recordings-answers-in-freepbx-asterisk-du%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
If this function is available, it will be documented. What has your research shown you?
– music2myear
Jan 22 at 16:48