search for: synctest3b

Displaying 3 results from an estimated 3 matches for "synctest3b".

2016 Oct 03
2
Synchronous dialplan execution for feedback while processing speech recognition and voice synth, for example.
I've got an agi that recognises speech (via Google) and another that turns text into speech (tts) (via Microsoft Translate). Both are web APIs, both called via seperate python AGIs. I've googled and I'm probably missing something pretty newbie 101 here, but is there any way, or fiddle, that I can play some audio to let the caller know that their weather forecast is being fetched,
2016 Nov 23
2
Non-global variable that follows channel?
Related to http://lists.digium.com/pipermail/asterisk-users/2016-November/290384.html, at the moment I'm passing one variable via DIAL. Now I'd like to pass a whole bunch, and my idea was to rather than having a great string of b(synctest3b^setVar^1(something)^2(more things)^3(etc)) and then get them with ARG1..ARGn etc, I could bundle the whole lot into a HASH and then unbundle them at the called channel. Passing the HASH as a var isn't working (I wasn't expecting it to!) but is there any other way of doing this, or is it s...
2016 Nov 27
2
Non-global variable that follows channel?
...gt;> Related to http://lists.digium.com/pipermail/asterisk-users/2016-November/290384.html, >> at the moment I'm passing one variable via DIAL. >> >> Now I'd like to pass a whole bunch, and my idea was to rather than >> having a great string of >> >> b(synctest3b^setVar^1(something)^2(more things)^3(etc)) >> >> and then get them with ARG1..ARGn etc, I could bundle the whole lot >> into a HASH and then unbundle them at the called channel. >> >> Passing the HASH as a var isn't working (I wasn't expecting it to!) >>...