search for: application_record

Displaying 5 results from an estimated 5 matches for "application_record".

2013 Apr 29
1
Asterisk 11.3.0 - Mask for new file not correct
...here: ps aux |egrep 'python|asterisk' root 11581 0.0 0.1 65940 600 ? S Apr17 0:00 /bin/sh /usr/sbin/safe_asterisk asterisk 11583 0.0 3.8 341560 19440 ? Sl Apr17 2:02 /usr/sbin/asterisk -f -vvvg -c The fact is we want to use the RECORDED_FILE function from Application_Record module and create a file with 666 permissions. But when I check the created file, rights are not what I expected. [root at STD1-SRVASTSVI-03 pseudos]$ ll -rw-r--r-- 1 asterisk asterisk 51244 mars 29 16:04 Pseudo_2_1111.wav I checked the doc on https://wiki.asterisk.org/wiki/display/AST/Applicatio...
2013 May 01
0
asterisk-users Digest, Vol 105, Issue 39
...users at lists.digium.com> > Message-ID: <38652031-864B-45A9-A779-B90862F1AE97 at digium.com> > Content-Type: text/plain; charset=iso-8859-1 > > > On Apr 29, 2013, at 10:51 AM, Ludovic Bou? wrote: > > > The fact is we want to use the RECORDED_FILE function from > Application_Record module and create a file with 666 permissions. But when > I check the created file, rights are not what I expected. > > > > [root at STD1-SRVASTSVI-03 pseudos]$ ll > > -rw-r--r-- 1 asterisk asterisk 51244 mars 29 16:04 Pseudo_2_1111.wav > > > > I checked the doc on...
2017 Dec 06
4
Simple speech recognition for driving IVR - "press or say one".
...also in case anyone else finds it useful. So, moving on.... This looked hopeful for a moment until I realised that it doesn't do DTMF: https://wiki.asterisk.org/wiki/display/AST/Asterisk+15+Application_SpeechBackground So then there's https://wiki.asterisk.org/wiki/display/AST/Asterisk+15+Application_Record, which can terminate on any DTMF key with "y", but according to the docs, "RECORD_STATUS" only sets a flag of "DTMF" (A terminating DTMF was received ('#' or '*', depending upon option 't')). So, I don't get to know which key was pressed via...
2018 Jan 20
2
Can anyone help with a quick app_record.c module improvement and can explain over-riding modules?
...t gmail.com> wrote: > Hello, > > I want to start recording with a prompt of "press or say 1 to 5". If > no DMTF is pressed, I want to send the recording to Google Speech to > get the number back (got that part working already). > > If any dtmf key is pressed while Application_Record is running with > option y, then the recording terminates and sends > RECORD_STATUS of "DTMF" (A terminating DTMF was received). > > But I need to know **what** number that DTMF was, and I can't see a > way of grabbing it after the fact. > > I can see in the code...
2018 Jan 20
2
Can anyone help with a quick app_record.c module improvement and can explain over-riding modules?
...>> I want to start recording with a prompt of "press or say 1 to 5". If > >> no DMTF is pressed, I want to send the recording to Google Speech to > >> get the number back (got that part working already). > >> > >> If any dtmf key is pressed while Application_Record is running with > >> option y, then the recording terminates and sends > >> RECORD_STATUS of "DTMF" (A terminating DTMF was received). > >> > >> But I need to know **what** number that DTMF was, and I can't see a > >> way of grabbing it a...