search for: systemrecording

Displaying 4 results from an estimated 4 matches for "systemrecording".

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,...
2007 Apr 17
1
internal sounds of asterisk / freePBX
...ture code *60 to play the current time. It shows the call connected and it shows to be playing the wav file, but nothing coming out of the speaker of the phone....didn't just try with one phone either In other words, asterisk shows it's all working well. my logs: == Spawn extension (macro-systemrecording, h, 1) exited non-zero on 'SIP/7010-081d7288' -- Executing Macro("SIP/7010-0819b350", "user-callerid|") in new stack -- Executing NoOp("SIP/7010-0819b350", "user-callerid: device 7010") in new stack -- Executing GotoIf("SIP/7010-0819b...
2007 Jun 09
2
No sound, problem is not a NAT
...Goto (macro-user-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&...
2006 Nov 06
0
help for recording
...10,hint,SIP/10 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,Se...