call recording go directly through the sofphone

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

call recording go directly through the sofphone

Postby didine93 » Sat Jun 06, 2020 5:30 am

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
didine93
 
Posts: 26
Joined: Thu Oct 24, 2019 3:40 pm

Re: call recording go directly through the sofphone

Postby ambiorixg12 » Sun Jun 07, 2020 1:42 pm

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()
ambiorixg12
 
Posts: 453
Joined: Tue Sep 17, 2013 10:35 pm

Re: call recording go directly through the sofphone

Postby blackbird2306 » Sun Jun 07, 2020 4:02 pm

Vicibox 6.0.2 from Vicibox_v.6.0.x86_64-6.0.2.iso | Vicidial 2.12-560a build: 160617-1427 | Asterisk 1.8.32.3
blackbird2306
 
Posts: 409
Joined: Mon Jun 23, 2014 5:31 pm

Re: call recording go directly through the sofphone

Postby ambiorixg12 » Sun Jun 07, 2020 9:19 pm



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
ambiorixg12
 
Posts: 453
Joined: Tue Sep 17, 2013 10:35 pm

Re: call recording go directly through the sofphone

Postby didine93 » Wed Jun 10, 2020 4:29 am

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'
didine93
 
Posts: 26
Joined: Thu Oct 24, 2019 3:40 pm

Re: call recording go directly through the sofphone

Postby didine93 » Wed Jun 10, 2020 5:47 am

Hello;
in fact it works on version 9.0.2
on the other hand on version 2.9 I manage to find it
didine93
 
Posts: 26
Joined: Thu Oct 24, 2019 3:40 pm


Return to Support

Who is online

Users browsing this forum: Bing [Bot] and 128 guests