search for: recorded_file

Displaying 15 results from an estimated 15 matches for "recorded_file".

2013 Dec 06
1
Paging in waves.
...out that recorded file to the phones in groups. [sub-masspage] exten => s,1,NoOP same => n,Answer same => n,Set(filename=$PAGE) same => n,Wait(1) same => n,Record(pagequeue/${filename}%d.gsm,0,30,yk) same => n,Set(DURATION=$[CEIL(${STAT(s,/var/lib/asterisk/sounds/${RECORDED_FILE}.gsm)} / 1650)]) same => n,Playback(one-moment-please) same => n,Set(MUTEAUDIO(all)=on) same => n,SIPAddHeader(Alert-Info: RingAnswer) same => n,SipAddHeader(Call-Info: <uri>\;answer-after=0) ;same => n,Set(TIMEOUT(absolute)=${DURATION}) same => n,ExecIf($[${...
2016 Jun 07
2
Want to detect sound
...t;<p>Hello everybody,<br><br>I manage not to detect one silence with record () when I make as follows:<br><br>Exten = > 0178900271, n, Record ($ ${ link_recorded_pseudos_clients } pseudo_ Client_Id} wav, 5,5) exten = > 0178900271, n, GotoIf ($ [" $ {STAT (e, RECORDED_FILE} " = "0"]? Erreur_enregistrement_PPX17_1)<br><br>When I say nothing, it do not return to the stage "erreur_enregistrement_PPX17_1"<br><br>If you can help me?</p><div class="io-ox-signature"><p>Mamadou NGOM</p><p&g...
2007 Feb 05
1
How to access environment variable?
...ental variable in Asterisk 1.2.5? It should be possible according to: http://www.voip-info.org/wiki/view/Asterisk+variables which says: Environment Variables You may access unix environment variables using the syntax: ${ENV(foo)} ${ENV(ASTERISK_PROMPT)}: the current Asterisk CLI prompt. ${ENV(RECORDED_FILE)}: the filename of the last file saved by the Record command I have an environmental variable MYIP which contains my current IP address but when I execute exten _4XX the following line only says 'myip is ' and the rest is blank instead of showing 'myip is www.xxx.yyy.zzz' ex...
2013 Apr 29
1
Asterisk 11.3.0 - Mask for new file not correct
...ou can see asterisk proccess 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.asteris...
2007 Nov 10
2
Record() : How to get filename created with %d?
Hello About Record(), ATFT 2nd Edition says that "if the filename contains %d, these characters will be replaced with a number incremented by one each time the file is recorded." Problem is, the documentation doesn't explain how to refer to this filename later in the dialplan :-/ In this particular example, I want to move the file to the web server's /htdocs so users can
2006 Nov 17
1
Extension Response Slow
...00,3,PlayBack(vm-goodbye) exten => 1000,4,HangUp() ;Voicemail extension exten => 2000,1,VoiceMailMain ;Record greetings extension exten => 1005,1,Answer exten => 1005,2,Wait(2) exten => 1005,3,Record(asterisk-recording%d:gsm) exten => 1005,4,Wait(2) exten => 1005,5,Playback(${RECORDED_FILE}) exten => 1005,6,Wait(2) exten => 1005,7,Hangup
2015 Oct 09
0
Asterisk 11.20.0 Now Available
...ICE is not enabled (Reported by Joshua Colp) * ASTERISK-25427 - Callerid change does not always emit NewCallerid AMI event (Reported by Ivan Poddubny) * ASTERISK-25407 - Asterisk fails to log to multiple syslog destinations (Reported by Elazar Broad) * ASTERISK-25410 - app_record: RECORDED_FILE variable not being populated (Reported by Kevin Harwell) * ASTERISK-25394 - pbx: Incorrect device and presence state when changing hint details (Reported by Joshua Colp) * ASTERISK-25396 - chan_sip: Extremely long callerid name causes invalid SIP (Reported by Walter Doekes) * A...
2005 Feb 02
2
using the MYSQL command to insert a record
I am trying to use the MYSQL command to insert a record into a database and I can't seem to get it to work. I can do an UPDATE with no problem. Here is the line in my dialplan exten => s,12,MYSQL(QUERY resultid ${connid} INSERT INTO `member` ( `id` , `member_num` , `active` )VALUES ('',${number}' , '1')) Does anyone have an example of an INSERT INTO that I could look
2004 May 04
2
Can Asterisk support R2 signaling
...> _7XXXX,3,Playback(paging) >exten => >_7XXXX,4,Playback(/var/spool/asterisk/voicemail/default/${EXTEN:1}/greet >) >exten => _7XXXX,5,Playback(presspound) >exten => _7XXXX,6,Record(/tmp/pageperson%d:wav) >exten => _7XXXX,7,Wait(1) >exten => _7XXXX,8,Playback(${RECORDED_FILE}}) >exten => _7XXXX,9,Wait(1) >exten => >_7XXXX,10,ParkAndAnnounce(beep:beep:beep:/var/spool/asterisk/voicemail/d >efault/${EXTEN:1}/greet:${RECORDED_FILE}:hldonext:PARKED|60|Console/dsp| >extensions,${EXTEN:1},1) ^M >exten => _7XXXX,11,System(rm ${RECORDED_FILE}) >ext...
2010 Sep 04
4
fast busy out?
why does this not work? i simply want to hear the recorded message exten => s,1,Answer() ;exten => s,n,Record(zipcodegutter1.gsm) ;zcg1 exten => s,n,Playback(zipcodegutter1) exten => s,n,Dial(SIP/c000001s/12222222259,120,A,(demo-thanks))
2013 May 01
0
asterisk-users Digest, Vol 105, Issue 39
...ussion > <asterisk-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 &gt...
2015 Oct 09
0
Asterisk 13.6.0 Now Available
...rted by Mark Michelson) * ASTERISK-25384 - Regular Asterisk crashes when using Page application. "user_data is NULL" (Reported by Chet Stevens) * ASTERISK-25407 - Asterisk fails to log to multiple syslog destinations (Reported by Elazar Broad) * ASTERISK-25410 - app_record: RECORDED_FILE variable not being populated (Reported by Kevin Harwell) * ASTERISK-25394 - pbx: Incorrect device and presence state when changing hint details (Reported by Joshua Colp) * ASTERISK-25396 - chan_sip: Extremely long callerid name causes invalid SIP (Reported by Walter Doekes) * A...
2016 Jul 13
0
Certified Asterisk 13.8-cert1 Now Available
...rted by Mark Michelson) * ASTERISK-25384 - Regular Asterisk crashes when using Page application. "user_data is NULL" (Reported by Chet Stevens) * ASTERISK-25407 - Asterisk fails to log to multiple syslog destinations (Reported by Elazar Broad) * ASTERISK-25410 - app_record: RECORDED_FILE variable not being populated (Reported by Kevin Harwell) * ASTERISK-25396 - chan_sip: Extremely long callerid name causes invalid SIP (Reported by Walter Doekes) * ASTERISK-25399 - app_queue: AgentComplete event has wrong reason (Reported by Kevin Harwell) * ASTERISK-25185 - Se...
2016 Jul 27
3
Asterisk 14.0.0-beta1 Now Available
...son) * ASTERISK-25418 - On-hold channels redirected out of a bridge appear to still be on hold (Reported by Mark Michelson) * ASTERISK-25384 - Regular Asterisk crashes when using Page application. "user_data is NULL" (Reported by Chet Stevens) * ASTERISK-25410 - app_record: RECORDED_FILE variable not being populated (Reported by Kevin Harwell) * ASTERISK-25396 - chan_sip: Extremely long callerid name causes invalid SIP (Reported by Walter Doekes) * ASTERISK-25399 - app_queue: AgentComplete event has wrong reason (Reported by Kevin Harwell) * ASTERISK-25185 - Se...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...ASTERISK-25384 <https://issues.asterisk.org/jira/browse/ASTERISK-25384>] - Regular Asterisk crashes when using Page application. "user_data is NULL" (Reported by Chet Stevens) - [ASTERISK-25410 <https://issues.asterisk.org/jira/browse/ASTERISK-25410>] - app_record: RECORDED_FILE variable not being populated (Reported by Kevin Harwell) - [ASTERISK-25396 <https://issues.asterisk.org/jira/browse/ASTERISK-25396>] - chan_sip: Extremely long callerid name causes invalid SIP (Reported by Walter Doekes) - [ASTERISK-25399 <https://issues.asterisk.org/jira/br...