Recording Calls

pmartin

New Member
Joined
May 11, 2009
Messages
220
Reaction score
0
I have a small issue...I think. I have this in my extensions_custom.conf file ( Below). My problem is that calls are not being recorded when they call in and are greeted with this. All extension are set to record "always". Outbound recording work fine. Do i need to add something to this to have it record the calls?

[macro-sendcallinfo]
exten => s,1,system(echo "Channel: ${CHANNEL} UniqueID: ${ARG2} TRANSACTIONID: ${ARG1}")
exten => s,n,Set(result=${CURL(https://websiteisendto.asp?UNIQUEID=${ARG2}&Channel=${CHANNEL}&pmtid=${ARG1}}))


[custom-dtmftest]
exten => 1,1,Set(invalidCount=0)
exten => 1,n,Answer()
;exten => 1,n,Wait(1)
;exten => 1,n(beep),Playback(beep)
exten => 1,n(Requestxxx),Read(mydtmf,custom/vxxx,,,1)
;Check length of $mydtmf before calling SayDigits
;If length is less than 4 treat as invalid transaction id
;SayDigits crashes when length is less than 4
exten => 1,n,GotoIf($[${LEN(${mydtmf})} < 4]?invalid)
exten => 1,n,SayDigits(${mydtmf})
exten => 1,n,NoOp(${mydtmf})
exten => 1,n,Set(result=${CURL(https://websiteisentto.asp?UNIQUEID=${UNIQUEID}&pmtid=${mydtmf}&CALLERIDNAME=${name}&CALLERIDNUMBER=${CALLERID(num)})})
exten => 1,n,NoOp(${result})
;exten => 1,n,System(echo ${result} > /tmp/results.txt)
exten => 1,n,GotoIf($["${result}" = "0"]?invalid)
exten => 1,n,Playback(custom/vpxxx)
exten => 1,n,Wait(1)
exten => 1,n,Dial(SIP/703&SIP/704&SIP/705&SIP/706&SIP/707&SIP/708&SIP/713|20|M(sendcallinfo,${mydtmf},${UNIQUEID}))
exten => 1,n,VoiceMail(701@default,u)
exten => 1,n,Hangup()
exten => 1,n(invalid),NoOp(${invalidCount})
exten => 1,n,Set(invalidCount=${MATH(${invalidCount}+1)})
exten => 1,n,GotoIf($["${invalidCount}" < "2"]?tryAgain:triesExceeded)
exten => 1,n(tryAgain),Playback(custom/notfound)
exten => 1,n,Goto(RequestPID)
exten => 1,n(triesExceeded),Playback(custom/notfound)
exten => 1,n,VoiceMail(701@default,u)
exten => 1,n,Hangup()
 
Under general setting
Make sure Extension Recording Override is set to disable.


Oh no I dont think that is the issue.
 

Members online

No members online now.

Forum statistics

Threads
26,687
Messages
174,410
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top