search for: dorecord

Displaying 6 results from an estimated 6 matches for "dorecord".

2007 Feb 26
3
Playback uses channel's language, background doesn't
I have the following in the dialplan: [macro-systemrecording] exten => s,1,Goto(${ARG1},1) exten => dorecord,1,Record(/tmp/${CALLERID(number)}-ivrrecording:wav) exten => dorecord,n,Wait(1) exten => dorecord,n,Goto(confmenu,1) exten => docheck,1,Playback(/tmp/${CALLERID(number)}-ivrrecording) exten => docheck,n,Wait(1) exten => docheck,n,Goto(confmenu,1) exten => confmenu,1,Background(to-...
2007 Jun 09
2
No sound, problem is not a NAT
...r-callerid,s,21) -- Executing NoOp("SIP/5000-081da408", "Using CallerID "hnmvbn" <5000>") in new stack -- Executing Wait("SIP/5000-081da408", "2") in new stack -- Executing Macro("SIP/5000-081da408", "systemrecording|dorecord") in new stack -- Executing Goto("SIP/5000-081da408", "dorecord|1") in new stack -- Goto (macro-systemrecording,dorecord,1) -- Executing Record("SIP/5000-081da408", "/tmp/5000-ivrrecording:wav") in new stack -- Playing 'beep' (lan...
2007 Apr 17
1
internal sounds of asterisk / freePBX
...callerid,s,21) -- Executing NoOp("SIP/7010-0819b350", "Using CallerID "Portaria" <7010>") in new stack -- Executing Wait("SIP/7010-0819b350", "2") in new stack -- Executing Macro("SIP/7010-0819b350", "systemrecording|dorecord") in new stack -- Executing Goto("SIP/7010-0819b350", "dorecord|1") in new stack -- Goto (macro-systemrecording,dorecord,1) -- Executing Record("SIP/7010-0819b350", "/tmp/7010-ivrrecording:wav") in new stack -- Playing 'beep' (lan...
2009 Jul 21
1
Dialplan step that I do not have
I have a dialplan that looks like this: [dorecord] exten => _*99XX,1,Verbose(2,Doing custom record) exten => _*99XX,n,Answer() exten => _*99XX,n,Verbose(2,Doing custom record - before wait) exten => _*99XX,n,Wait(0.5) exten => _*99XX,n,Verbose(2,Doing custom record - before record) exten => _*99XX,n,Record(/tmp/prompt${EXTEN:3}.g...
2006 Nov 06
0
help for recording
...exten => ${VM_PREFIX}10,1,Macro(vm,10,DIRECTDIAL) I can't be sure how should I enable recording for this extension because of the macros. I think I should add something like exten=> 10,1, record,caller:wav # or can I use speech instead of caller. Or Should I use Macro(systemrecording,dorecord) and how can I use it ? Thanks , macros are define in the extensions.conf file as following [macro-exten-vm] exten => s,1,Macro(user-callerid) exten => s,n,Set(FROMCONTEXT=exten-vm) exten => s,n,Set(VMBOX=${ARG1}) exten => s,n,Set(EXTTOCALL=${ARG2}) exten => s,n,Set(CFUEXT=...
2020 Feb 04
0
Always Be Conferencing v16e - pure AEL-based dial plan solution
...GE(user,startmuted)=no; CONFBRIDGE(user,timeout)=${cnftmt_}; CONFBRIDGE(user,wait_marked)=no; CONFBRIDGE(user,dtmf_passthrough)=yes; return; } /* The "cbo" macro defines human member items for the conference. */ macro pngnpbx-abc-cbo(abcid_) { local cnftmt=; local dorecord=; local abctype=; local certversion="${VERSION()}"; Set(LOCAL(saymenu)="silence/1"); // TODO: add prompts for menu Set(cnftmt=${DB(pngnpbx/abc/cb/${abcid_}/conftimeout)}); Set(TIMEOUT(absolute)=${cnftmt}); Set(dorecord=${DB(pngnpbx/abc/cb/${abcid_}/record...