I need help in this case
for now, I have FreePBX and asternic reports but transfer calls were not written in the reports
but I found a solution for adding the prefix S before EXTEN like SIP/1062 and it’s working
but the call evaluation is not working if delete this prefix working normally
here is the dial I made
[ivr-18] ;
exten => return,1,noop(EVALUATION SYSTEM HERE )
exten => return,n,Read(choice1,/var/lib/asterisk/sounds/en/custom/bevatel-eval1-en,1,3,10)
exten => return,n,Read(choice2,/var/lib/asterisk/sounds/en/custom/bevatel-eval2-en,1,3,10)
exten => return,n,MYSQL(Connect connid localhost user Pass evaluate)
exten => return,n,MYSQL(Query resultid ${connid} insert into data (service,service2,number,ext,company,record) values (“${choice1}”,“${choice2}”,“${CALLERID(num)}”, “${QAGENT}”, “Bevatel”,“${CDR(recordingfile)}”))
exten => return,n,MYSQL(Disconnect ${connid})
exten => return,n,playback(/var/lib/asterisk/sounds/en/custom/bevatel-eval-thanks-en)