Page 1 of 1

call recording go directly through the sofphone

PostPosted: Sat Jun 06, 2020 5:30 am
by didine93
Hello;
I am using vicibox 9.0.2 new version
I want to record calls directly via softphone, and I don't know where to start, I would like to know what is possible from the vicinal interface or under asterisk

Re: call recording go directly through the sofphone

PostPosted: Sun Jun 07, 2020 1:42 pm
by ambiorixg12
If you will be dialing outside the VICI agent interface , add Mixmonitor app to your default context, on the carrier setting you can add something like this



exten =>_91999NXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
same=>n,Dial(${TESTSIPTRUNK}/${EXTEN:2},,To)
same=>n,Gosub(monitor,${EXTEN},1)
same=>n,Hangup


[monitor]
exten=>_x.,1,set(path=/root/recordings/)
same=>n,Mixmonitor(${path}${STRFTIME(${EPOCH},,%Y-%m-%d_%H-%M-%S)}-${EXTEN}_${type}_${src}.wav)
same=>n,return()

Re: call recording go directly through the sofphone

PostPosted: Sun Jun 07, 2020 4:02 pm
by blackbird2306

Re: call recording go directly through the sofphone

PostPosted: Sun Jun 07, 2020 9:19 pm
by ambiorixg12


If you dont want to do dial plan coding, the blackbird suggestion would be your best approach

Code: Select all
Go into the phone record and search for the field labeled Phone Context. Change it from default to defaultlog. Wait a minute for the settings to reload. That phone's calls should now be recorded. To view finished calls for that phone just go into its phone record and scroll down to the bottom. There should be a link labeled, 'Click here for phone call recordings'. Click that and you should see the recordings. Mind you the recordings do need to be processed by the audio recording scripts so it might take five minutes after the call completed before the recording shows up.


viewtopic.php?f=4&t=23007&p=87769#p87769

Re: call recording go directly through the sofphone

PostPosted: Wed Jun 10, 2020 4:29 am
by didine93
Hello;
thank you for your answer
but ambionixg12
I can't find the recordings
I find the calls pass but not the recordings in 'Click here for phone call recordings'

Re: call recording go directly through the sofphone

PostPosted: Wed Jun 10, 2020 5:47 am
by didine93
Hello;
in fact it works on version 9.0.2
on the other hand on version 2.9 I manage to find it